Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 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 · L47dist/anti.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = got-scraft@2.6.0
matchedIdentity = npm:Z290LXNjcmFmdA:2.6.0
similarity = 0.750
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/anti.jsView on unpkgFindings
2 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/youtube.js
HighPrevious Version Dangerous Deltadist/anti.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings