Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 16 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
7 flagged · loading sourcedist/index.jsView file
1598patternName = aws_access_key
severity = critical
line = 1598
matchedText = AWS_ACCE...MPLE
Critical
Critical Secret
Package contains a critical-looking secret pattern.
dist/index.jsView on unpkg · L15981598patternName = aws_access_key
severity = critical
line = 1598
matchedText = AWS_ACCE...MPLE
Critical
1599patternName = aws_secret_key
severity = critical
line = 1599
matchedText = AWS_SECR...EKEY
Critical
1817patternName = stripe_live_secret
severity = critical
line = 1817
matchedText = STRIPE_S...xxxx
Critical
6import crypto from "crypto";
L7: import { execSync } from "child_process";
L8: import readline from "readline";
High
2060try {
L2061: execSync("npm install --no-audit --no-fund", { stdio: "inherit", cwd: projectPath });
L2062: 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 · L20601818patternName = stripe_webhook_secret
severity = high
line = 1818
matchedText = STRIPE_W...xxxx
High
Findings
4 Critical4 High3 Medium5 Low
CriticalCritical Secretdist/index.js
CriticalSecret Patterndist/index.js
CriticalSecret Patterndist/index.js
CriticalSecret Patterndist/index.js
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
HighSecret Patterndist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License