Static Scan Results
scanned 3h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
5import { resolve, basename, dirname, posix, join, sep, relative } from 'path';
L6: import { spawn, spawnSync } from 'child_process';
L7: import { generateKeyPairSync, createHash, randomUUID, randomBytes, createCipheriv, createPublicKey, verify, diffieHellman, hkdfSync, sign, createPrivateKey } from 'crypto';
High
2671Update manually, for example:
L2672: npm install -g ${PACKAGE_NAME}@${target}`
L2673: );
...
L2676: console.log(`$ ${install.command} ${install.args.join(" ")}`);
L2677: const result = spawnSync(install.command, install.args, { stdio: "inherit" });
L2678: if (result.error) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L2671Findings
3 High3 Medium4 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings