pwn-exploits
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (HIGH): Multiple scripts in the toolkit are designed to execute local binary files. Specifically,
tools/offset_finder.pyand the templates (templates/pwn_basic.py,templates/pwn_rop.py) utilize thepwntoolslibrary'sprocess()andgdb.debug()functions to run binaries. If an agent is provided a malicious binary to 'analyze' or 'exploit', it will execute that binary on the local system. - [REMOTE_CODE_EXECUTION] (HIGH): The script
ghidra_headless/decompile_headless.shexecutes the GhidraanalyzeHeadlesstool with a custom Java script (DecompileCLI.java). This involves executing code within the Ghidra environment on arbitrary binary inputs. - [INDIRECT_PROMPT_INJECTION] (HIGH): The skill is designed to ingest untrusted data in the form of binary files and their metadata.
- Ingestion points: Binary files processed by
strings,Ghidra, andpwntools(e.g., inUSAGE.md,decompile.py). - Boundary markers: None identified. Data is processed as raw streams or strings.
- Capability inventory: The skill can execute processes, write files (via
mktempand shell redirects), and perform network requests (viatemplates/web_requests.py). - Sanitization: None. The toolkit assumes the user wants to see raw output (like decompiled C or string dumps), which an attacker could use to inject instructions into the agent's reasoning loop.
- [PRIVILEGE_ESCALATION] (MEDIUM): The script
tools/patch_ld_preload.shfacilitates the use ofLD_PRELOAD, a technique used to intercept library calls. While intended for exploitation testing, this is a classic mechanism for altering the behavior of privileged processes. - [EXTERNAL_DOWNLOADS] (LOW/INFO): The documentation (
USAGE.md,gadgets/one_gadget_notes.md) references external libc databases (e.g.,libc.blukat.me,libc.rip) and tool installers (gem install one_gadget). These are standard CTF resources, but the automated scanner correctly flaggedlibc.sopatterns as high-risk in a general context.
Recommendations
- AI detected serious security threats
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata