Static Scan Results
scanned 4d ago · by rust-scannerStatic analysis flagged 10 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
Source & flagged code
3 flagged · loading sourcedist/utils/mcp-tools.jsView file
5*/
L6: import { execSync } from 'child_process';
L7: import { existsSync, readFileSync, writeFileSync } from 'fs';
High
Child Process
Package source references child process execution.
dist/utils/mcp-tools.jsView on unpkg · L5dist/commands/mcpSync.jsView file
74}
L75: const execAsync = promisify(exec);
L76: /** Extract a .tgz tarball to a destination directory (cross-platform) */
High
dist/commands/audit.jsView file
163try {
L164: const result = execFileSync("npx", ["openspec", "list", "--json"], { shell: needsShell,
L165: cwd: projectRoot,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/audit.jsView on unpkg · L163Findings
3 High3 Medium4 Low
HighChild Processdist/utils/mcp-tools.js
HighShelldist/commands/mcpSync.js
HighRuntime Package Installdist/commands/audit.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings