browser-exploitation
Fail
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/chain_server.pyfunctions as a Command & Control (C2) delivery server. It implements sophisticated User-Agent and JavaScript feature gating to selectively serve exploit stages (renderer exploits, sandbox escapes) to specific target builds while serving benign content to others to evade detection. - [PERSISTENCE]: The script
scripts/electron_audit.pyincludes asnapshot_gadgetfunction designed to perform binary patching of thev8_context_snapshot.binfile. This allows an attacker to inject malicious JavaScript into a frequently used builtin, ensuring persistence within every isolate of a targeted Electron application even if ASAR integrity fuses are enabled. - [DYNAMIC_EXECUTION]: The skill employs multiple dynamic execution techniques.
scripts/sandbox_escape.jsdynamically instantiates WebAssembly modules to allocate RWX (Read-Write-Execute) memory regions in the renderer process for shellcode injection.scripts/electron_audit.pyfacilitates runtime patching of V8 heap snapshots. - [COMMAND_EXECUTION]: The
scripts/d8_debug.shutility executes the V8 shell (d8) with specialized flags such as--allow-natives-syntaxand--expose-gcspecifically to facilitate the development and execution of memory corruption exploits. - [METADATA_POISONING]: The skill metadata explicitly identifies its purpose for Mitre ATT&CK techniques such as T1203 (Exploitation for Client Execution) and T1055 (Process Injection), confirming its role as an offensive weaponization toolkit.
Recommendations
- AI detected serious security threats
Audit Metadata