Static Scan Results
scanned 11h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
4 flagged · loading sourcedist/index.jsView file
488patternName = aws_access_key
severity = critical
line = 488
matchedText = AWS_ACCE...MPLE
Critical
488patternName = aws_access_key
severity = critical
line = 488
matchedText = AWS_ACCE...MPLE
Critical
6import crypto from "crypto";
L7: import { execSync } from "child_process";
L8: import readline from "readline";
High
665try {
L666: execSync("npm install --no-audit --no-fund", { stdio: "inherit", cwd: projectPath });
L667: console.log(chalk.green('✔ Dependencies installed successfully!\n'));
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L665Findings
2 Critical3 High2 Medium5 Low
CriticalCritical Secretdist/index.js
CriticalSecret Patterndist/index.js
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License