Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis flagged 5 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
ChildProcessEnvironmentVarsFilesystemShell
UrlStrings
CopyleftLicense
Source & flagged code
1 flagged · loading sourcebin/vigolium.jsView file
8L9: import { spawn } from "node:child_process";
L10: import { createReadStream, createWriteStream, existsSync, statSync } from "node:fs";
...
L13: import { pipeline } from "node:stream/promises";
L14: import { createGunzip } from "node:zlib";
L15: import os from "node:os";
...
L18:
L19: // __dirname / require equivalents in ESM.
L20: const __filename = fileURLToPath(import.meta.url);
...
L35: function detectPackageManager() {
L36: const userAgent = process.env.npm[redacted] || "";
L37: if (/\bbun\//.test(userAgent)) return "bun";
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
bin/vigolium.jsView on unpkg · L8Findings
1 High1 Medium3 Low
HighSandbox Evasion Gated Capabilitybin/vigolium.js
MediumEnvironment Vars
LowFilesystem
LowUrl Strings
LowCopyleft License