Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
WildcardDependency
Source & flagged code
1 flagged · loading sourcedist/cli.jsView file
31var import_node_zlib = require("zlib");
L32: var import_node_child_process = require("child_process");
L33: var import_node_fs3 = require("fs");
...
L66: var CommandError = class extends PandaStackError {
L67: exitCode;
L68: stdout;
...
L132: if (body !== void 0) init.body = body;
L133: let res = await fetch(url, init);
L134: if (res.status === 404 && (method === "GET" || method === "DELETE" || method === "HEAD") && !options.noRetry) {
...
L139: if (res.status === 204 || options.parseAs === "none") return void 0;
L140: if (options.parseAs === "text") return await res.text();
L141: const text = await res.text();
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli.jsView on unpkg · L31Findings
1 High4 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings