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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcesrc/main.jsView file
11const copy = promisify(ncp)
L12: const execSync = promisify(require("child_process").exec)
L13:
High
114title: "Install dependencies",
L115: task: async () => await execSync(`npm i --legacy-peer-deps`, { encoding: "utf8", cwd: options.targetDirectory }),
L116: skip: () => (!options.runInstall ? "Pass --install to automatically install dependencies" : undefined),
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/main.jsView on unpkg · L114Findings
3 High3 Medium5 Low
HighChild Processsrc/main.js
HighShell
HighRuntime Package Installsrc/main.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License