Static Scan Results
scanned 3d 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
ChildProcessEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcebin/cli.jsView file
4import path from 'path';
L5: import { execSync } from 'child_process';
L6:
High
4import path from 'path';
L5: import { execSync } from 'child_process';
L6:
...
L16: Available commands:
L17: npx super-api-tester init - Setup your automated test environment
L18: `);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/cli.jsView on unpkg · L4dist/index.jsView file
13912snapshotContents = content;
L13913: const populate = new Function("exports", snapshotContents);
L13914: populate(data);
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/index.jsView on unpkg · L13912Findings
3 High2 Medium6 Low
HighChild Processbin/cli.js
HighShell
HighRuntime Package Installbin/cli.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings