Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
Source & flagged code
3 flagged · loading sourcedist/cli.jsView file
8932var path20 = __toESM(require("node:path"));
L8933: var import_node_child_process = require("node:child_process");
L8934:
High
9347console.log("\u2192 \u6B63\u5728\u81EA\u52A8\u66F4\u65B0...");
L9348: const updateCmd = process.env.DEEPSTORM_UPDATE_CMD || "npm install -g @deepstorm/cli@latest";
L9349: try {
L9350: (0, import_node_child_process.execSync)(updateCmd, { stdio: "inherit" });
L9351: console.log(`
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli.jsView on unpkg · L9347dist/hooks/reef-scope-check.shView file
•path = dist/hooks/reef-scope-check.sh
kind = build_helper
sizeBytes = 12007
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
dist/hooks/reef-scope-check.shView on unpkgFindings
3 High3 Medium5 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumEnvironment Vars
MediumShips Build Helperdist/hooks/reef-scope-check.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings