Static Scan Results
scanned 4d 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: // CI publishes the private package under the `main` dist-tag (publish-to-npm.yml
L9: // uses `npm publish --tag main` with a `-main.<sha>` prerelease version); the
L10: // `latest` tag is never set, so `@latest` would not resolve. Track `@main`.
...
L13: function print(message = "") {
L14: process.stdout.write(`${message}\n`);
L15: }
...
L19: stdio: options.stdio || "inherit",
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