Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/youtube.jsView file
47const os = __importStar(require("node:os"));
L48: const https = __importStar(require("node:https"));
L49: const YT_HEADERS = {
...
L100: if (m)
L101: return JSON.parse(m[1]);
L102: const m2 = raw.match(/player_response["']\s*:\s*["']([^"']+)["']/);
...
L119: if (cipher) {
L120: const params = new URLSearchParams(cipher);
L121: url = params.get('url');
...
L160: function getCacheDir(sub) {
L161: const base = process.platform === 'win32'
L162: ? (process.env.LOCALAPPDATA || path.join(os.homedir(), 'AppData', 'Local'))
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/youtube.jsView on unpkg · L47Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/youtube.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings