browser-exploitation

Fail

Audited by Socket on Jul 2, 2026

7 alerts found:

Securityx2Malwarex5
SecurityMEDIUM
references/renderer-to-browser-escape.md
MalwareHIGH
references/clientside-rce-chains.md

This artifact is not benign code; it is a staged exploit delivery mechanism. The loader fingerprint-gates a victim, phones home to an attacker endpoint, and then dynamically injects and executes remotely hosted JavaScript (a classic drive-by exploit stage delivery pattern). The accompanying description asserts subsequent renderer/native/OS sandbox escapes and post-exploitation persistence/C2/privesc, indicating clear malicious intent and extremely high security risk if included or executed from any dependency.

Confidence: 90%Severity: 100%
MalwareHIGH
scripts/sandbox_escape.js

This file is exploit-PoC-like code, not a benign dependency module. It auto-runs an “escape” workflow that instantiates embedded Wasm and, when low-level primitives are available, dereferences internal engine structures using hard-coded offsets to derive a native code pointer and then is designed to patch it with embedded payload bytes. Even though the actual write is stubbed to logging in this snippet, the structure, naming, and control flow are strongly indicative of malicious intent and unsafe behavior in a vulnerable runtime. It should not be used in production and should be treated as high security risk.

Confidence: 86%Severity: 95%
MalwareHIGH
references/v8-jit-typeconfusion.md

High-risk exploit-development material. The fragment provides the conceptual and partial code-level guidance necessary to weaponize V8 type confusion/OOB bugs into addrof/fakeobj and arbitrary typed-array-backed read/write within the V8 heap cage, with explicit OPSEC and crash/telemetry feedback. If present in an npm dependency or supply-chain package, it would materially increase attacker capability for browser/renderer compromise. No safe defensive intent is indicated.

Confidence: 78%Severity: 97%
MalwareHIGH
scripts/v8_typer.js

This file is highly indicative of an exploitation PoC/memory-corruption primitive ladder: it implements addrof/fakeobj-style behavior using typed-array bit-casting and shared-state slot aliasing, plus an arbitrary 64-bit read/write capability scaffold. It exports these primitives globally and runs an exploit-framed self-test automatically. Although the read/write is emulated via internal Map storage (no direct OS/memory exfiltration in this snippet), the design and intent are not consistent with a benign dependency and represent a serious supply-chain risk if used in real runtimes or chained with other vulnerabilities.

Confidence: 82%Severity: 92%
MalwareHIGH
references/v8-sandbox-escape.md

Highly malicious/weaponized exploit guidance and template content. It describes how to escape the V8 heap sandbox by corrupting trusted/raw pointers and/or patching WebAssembly RWX/JIT code pages with attacker-controlled shellcode, then triggering native execution via an exported Wasm function. If packaged or executed as part of a software supply chain, this content would be an extreme security concern. Confidence is somewhat reduced only because the fragment does not include the full runnable dependency code and entry points.

Confidence: 86%Severity: 98%
SecurityMEDIUM
SKILL.md
Audit Metadata
Analyzed At
Jul 2, 2026, 01:43 PM
Package URL
pkg:socket/skills-sh/hypnguyen1209%2Foffensive-claude%2Fbrowser-exploitation%2F@a6f2145e9cb185c0245a983fbdec59bfca11825fb3a02b1f1f24373dc60fd3c3
Security Audit — socket — browser-exploitation