pwn-chain
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands for environment preparation, tool installation, and exploit execution.
- It uses package managers like
pip,gem, andaptto install security utilities. - It executes binary analysis tools such as
checksec,ROPgadget,Ropper, andone_gadgetto process target files. - [EXTERNAL_DOWNLOADS]: The skill fetches standard security research tools and signature databases from community-recognized GitHub repositories and official registries.
- It downloads the
libc-databasefrom GitHub to assist in environment identification. - It clones the
pwndbgandGEFdebugging extensions to enhance local analysis capabilities. - [REMOTE_CODE_EXECUTION]: The skill automates the configuration of its environment by downloading and executing setup scripts from the source code of well-known security tools.
- Specifically, it runs
./setup.shafter cloningpwndbgand./getafter cloninglibc-database. These actions are standard for the installation of these specific tools.
Audit Metadata