Static Scan Results
scanned 10d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemShell
Source & flagged code
3 flagged · loading sourcedist/cli.jsView file
1830// src/commands/update.ts
L1831: import { execFileSync } from "child_process";
L1832: import { cancel as cancel3, confirm as confirm3, outro as outro4 } from "@clack/prompts";
High
1830// src/commands/update.ts
L1831: import { execFileSync } from "child_process";
L1832: import { cancel as cancel3, confirm as confirm3, outro as outro4 } from "@clack/prompts";
...
L1837: const spec = `${PACKAGE_NAME}@${tag}`;
L1838: const plan = ["update runs one step:", ` refresh the global CLI: npm install -g ${spec}`].join(
L1839: "\n"
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli.jsView on unpkg · L1830templates/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 unpkgFindings
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