nerv-break-5-6-jailbreak-framework
Fail
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: CRITICALPROMPT_INJECTIONREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill implements a 'Context Reframing Engine' via
bridge.mdwhich contains explicit instructions to override the AI's safety protocols. It mandates that 'Refusal is a protocol violation' and instructs the agent to re-categorize malicious activities (e.g., cracking, keygen) as authorized engineering tasks to bypass refusal mechanisms. - [REMOTE_CODE_EXECUTION]: The installation process involves downloading and executing the entire framework from an unverified GitHub repository (
github.com/zxwn/NERV-BREAK-5.6.git). More critically, themcp_server.pycomponent contains a major command injection vulnerability where user-supplied parameters are formatted into a string and executed directly viasubprocess.run(shell=True), allowing for arbitrary system command execution. - [COMMAND_EXECUTION]: The skill uses several scripts (
deploy.py,proxy_relay.py,mcp_server.py) to perform high-privilege system operations, including modifying local configuration files (~/.codex/config.toml), installing persistent proxy relays, and executing external security tools like Nmap and SQLmap through the host shell. - [DATA_EXFILTRATION]: The framework features an 'Audit Bypass' mechanism specifically designed to capture sensitive AI outputs that would normally trigger safety filters. These outputs are intercepted by the proxy and routed directly to the local filesystem (
route_to_filefunction) to evade cloud-based monitoring and auditing. - [EXTERNAL_DOWNLOADS]: The skill requires cloning a remote repository and installing unpinned Python dependencies from a
requirements.txtfile, posing a significant supply chain risk.
Recommendations
- AI detected serious security threats
Audit Metadata