registry  /  got-scraft  /  2.5.0

got-scraft@2.5.0

Módulo de scraping con axios + cheerio. Anti-bloqueo para cualquier web.

Static Scan Results

scanned 12h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 12 file(s), 69.6 KB of source, external domains: developers.facebook.com, discord.com, duckduckgo.com, github.com, graph.facebook.com, i.ytimg.com, l.facebook.com, mbasic.facebook.com, medium.com, news.ycombinator.com, search.yahoo.com, stackoverflow.com, t.co, telegram.org, twitter.com, www.bing.com, www.facebook.com, www.google.com, www.instagram.com, www.linkedin.com, www.pinterest.com, www.quora.com, www.reddit.com, www.tumblr.com, www.wikipedia.org, www.youtube.com

Source & flagged code

1 flagged · loading source
dist/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 · L47

Findings

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