Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
804import { mkdir as mkdir2, access as access2 } from "fs/promises";
L805: import { execSync } from "child_process";
L806: async function runWizard() {
High
981try {
L982: execSync(cmd, { cwd: projectDir, stdio: "pipe" });
L983: console.log(pc2.green(` \u2713 Installed`));
L984: } catch {
L985: console.log(pc2.yellow(` \u26A0 Skipped \u2014 npx skills may not be available`));
L986: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L981Findings
3 High1 Medium4 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