registry  /  @ibrahimalsharif/vibe-test  /  0.1.4

@ibrahimalsharif/vibe-test@0.1.4

Public bootstrap installer for the private @ibrahimalsharif/vibe-test GitHub Packages package

Static Scan Results

scanned 2d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVars
Supply chain
UrlStrings
Manifest
NoLicense
scanned 1 file(s), 5.21 KB of source, external domains: npm.pkg.github.com

Source & flagged code

1 flagged · loading source
bin/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 · L3

Findings

1 High1 Medium3 Low
HighSandbox Evasion Gated Capabilitybin/vibe-test.js
MediumEnvironment Vars
LowScripts Present
LowUrl Strings
LowNo License