exploit-dev-expert
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: Provides templates for executing and debugging local binaries using functions like
process('./vuln'),gdb.debug(), andp.interactive()which are used to gain shell access during local exploitation testing.- [EXTERNAL_DOWNLOADS]: Listspwntoolsas a primary Python dependency for performing binary analysis, shellcode generation, and remote interaction.- [DATA_EXFILTRATION]: Includes educational examples for accessing sensitive system files such as/etc/passwdwithin shellcode templates (shellcraft.cat('/etc/passwd')) and provides methods for establishing remote network connections for exploit delivery viaremote('ip', port).
Audit Metadata