Static Scan Results
scanned 2h 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
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/lib/skills/npx.jsView file
1import { spawn } from 'node:child_process';
L2: const SKILLS_PACKAGE = 'skills@1.5.7';
High
Child Process
Package source references child process execution.
dist/lib/skills/npx.jsView on unpkg · L120await new Promise((resolve, reject) => {
L21: const child = spawn(command, args, { stdio: 'inherit' });
L22: child.on('error', reject);
...
L26: else
L27: reject(new Error(`npx skills exited with code ${code ?? 'unknown'}`));
L28: });
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/lib/skills/npx.jsView on unpkg · L20Findings
3 High3 Medium5 Low
HighChild Processdist/lib/skills/npx.js
HighShell
HighRuntime Package Installdist/lib/skills/npx.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings