MCP server exposing pwntools 4.15.0 functionality for binary exploitation
SaferSkills independently audited mcp-pwntools (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server exposing pwntools 4.15.0 functionality for binary exploitation tasks.
pip install mcp-pwntoolsThis package exposes pwntools functionality via the MCP (Model Context Protocol).
The server provides the following tool categories:
p8, p16, p32, p64, u8, u16, u32, u64, flatasm, disasmshellcraft, shellcraft_setreuid, shellcraft_dupshelf_load, elf_asm, elf_read, elf_writeprocess_create, remote_connect, listenrop_load, rop_callfmtstr_payload, fmtstr_splithexdump, cyclic, cyclic_find, fit, enhex, unhex, context_set, context_getlog_debug, log_info, log_success, log_warn, log_errorelf://<path> - Load ELF file informationcontext://settings - Get current pwntools contextRun the MCP server:
mcp-pwntools{
"mcpServers": {
"pwntools": {
"command": "mcp-pwntools",
"env": {}
}
}
}git clone https://github.com/daedalus/mcp-pwntools.git
cd mcp-pwntools
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/mcp-name: io.github.daedalus/mcp-pwntools
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.