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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/auth.jsView file
44const path = __importStar(require("node:path"));
L45: const node_child_process_1 = require("node:child_process");
L46: const utils_1 = require("./utils");
High
dist/commands.jsView file
33if (result.error?.code === 'ENOENT')
L34: result = (0, node_child_process_1.spawnSync)('npx', ['--yes', 'antland', 'install'], { stdio: 'inherit' });
L35: if (result.error || result.status !== 0)
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands.jsView on unpkg · L33Findings
2 High3 Medium4 Low
HighChild Processdist/auth.js
HighRuntime Package Installdist/commands.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings