Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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
Source & flagged code
2 flagged · loading sourcedist/commands/deploy.jsView file
1import { execSync } from "child_process";
L2: import { existsSync } from "fs";
High
Child Process
Package source references child process execution.
dist/commands/deploy.jsView on unpkg · L1dist/commands/prove.jsView file
230// Generate proof
L231: execSync(`npx snarkjs groth16 prove "${zkeyPath}" "${wtnsPath}" "${proofPath}" "${publicPath}"`, {
L232: stdio: "pipe",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/prove.jsView on unpkg · L230Findings
3 High3 Medium4 Low
HighChild Processdist/commands/deploy.js
HighShell
HighRuntime Package Installdist/commands/prove.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings