Static Scan Results
scanned 1h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
828import { mkdir as mkdir2, access as access2 } from "fs/promises";
L829: import { execSync } from "child_process";
L830: async function runWizard() {
High
1005try {
L1006: execSync(cmd, { cwd: projectDir, stdio: "pipe" });
L1007: console.log(pc2.green(` \u2713 Installed`));
L1008: } catch {
L1009: console.log(pc2.yellow(` \u26A0 Skipped \u2014 npx skills may not be available`));
L1010: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L1005Findings
3 High1 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings