web-reverse-env
Audited by Socket on Sep 17, 2026
3 alerts found:
Anomalyx3SUSPICIOUS: the skill is internally coherent and has low install/data-exfil risk, but its stated purpose is to help evade browser fingerprinting, hide automation traits, and repair environments for captcha/risk-control bypass. That makes it a higher-risk offensive/stealth capability even though the supplied code does not itself fetch payloads, steal credentials, or send data to third parties.
The fragment is an environment and browser-fingerprinting collector. It gathers privacy-sensitive metadata, cookies, storage contents, and canvas/WebGL fingerprint data, then prints the result locally via console.log. No direct exfiltration, malware behavior, dynamic execution, persistence, or destructive activity is present in the supplied code. Its use should be reviewed for user consent and data-minimization requirements, especially because storage and cookie contents may contain credentials or tokens.
The code is a runtime anti-introspection utility. It deliberately makes selected functions appear to contain native code and globally overrides Function.toString behavior. This is unusual and can support concealment of injected or instrumented functions, but the fragment itself contains no evident payload execution, data theft, persistence, network activity, or other malware behavior. It should be reviewed in context before use, especially because it modifies global built-ins.