registry  /  easy-coding-harness  /  0.5.0

easy-coding-harness@0.5.0

CLI scaffold for installing Easy Coding harness files into agent-native directories.

Static Scan Results

scanned 11d ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 93.1 KB of source

Source & flagged code

3 flagged · loading source
dist/cli.jsView file
2515// src/commands/update.ts L2516: import { execFileSync } from "child_process"; L2517: import { cancel as cancel4, confirm as confirm3, outro as outro4 } from "@clack/prompts";
High
Child Process

Package source references child process execution.

dist/cli.jsView on unpkg · L2515
2515// src/commands/update.ts L2516: import { execFileSync } from "child_process"; L2517: import { cancel as cancel4, confirm as confirm3, outro as outro4 } from "@clack/prompts"; ... L2522: const spec = `${PACKAGE_NAME}@${tag}`; L2523: const plan = ["update runs one step:", ` refresh the global CLI: npm install -g ${spec}`].join( L2524: "\n"
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L2515
templates/shared-hooks/inject-workflow-state.pyView file
path = templates/shared-hooks/inject-workflow-state.py kind = build_helper sizeBytes = 6291 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

templates/shared-hooks/inject-workflow-state.pyView on unpkg

Findings

3 High3 Medium3 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumEnvironment Vars
MediumShips Build Helpertemplates/shared-hooks/inject-workflow-state.py
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem