Static Scan Results
scanned 5d ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/lib/exec.jsView file
1import { spawnSync } from 'node:child_process';
L2: export function runScript(args, cwd) {
High
dist/commands/verify-acs.jsView file
42try {
L43: execFileSync('bunx', ['vitest', 'run', ...relFiles, '--reporter=json', `--outputFile=${outFile}`], {
L44: cwd: repoRoot,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/verify-acs.jsView on unpkg · L42Findings
3 High3 Medium5 Low
HighChild Processdist/lib/exec.js
HighShell
HighRuntime Package Installdist/commands/verify-acs.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License