Static Scan Results
scanned 2h 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
ChildProcessEnvironmentVars
UrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcebin/vibe-test.jsView file
3L4: const { execFileSync, spawnSync } = require("child_process");
L5:
L6: const SCOPE = "@ibrahimalsharif";
L7: const REGISTRY = "https://npm[redacted]";
L8: // The private installer is published to GitHub Packages with the `latest` tag
L9: // (the real installer, NOT this bootstrap). We exec its `vibe-test-install` bin —
...
L21: function print(message = "") {
L22: process.stdout.write(`${message}\n`);
L23: }
...
L27: stdio: options.stdio || "inherit",
L28: shell: process.platform === "win32",
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
bin/vibe-test.jsView on unpkg · L3Findings
1 High1 Medium3 Low
HighSandbox Evasion Gated Capabilitybin/vibe-test.js
MediumEnvironment Vars
LowScripts Present
LowUrl Strings
LowNo License