This skill is an exploitation toolkit enabling arbitrary
Claims to do
CTF Binary Exploitation (Pwn): Quick reference for binary exploitation (pwn) CTF challenges. Each technique has a one-liner here; see supporting files for full details.
Actually does
The skill provides installation commands for binary exploitation tools (`pip`, `apt`, `brew`, `gem`), and offers quick-start commands for binary analysis (`checksec`, `file`, `readelf`), gadget finding (`ROPgadget`, `ropper`, `one_gadget`), debugging (`gdb`), and libc identification (`./libc-database/find`). It also includes a `bash` command for race condition exploitation via `nc` and references numerous local markdown files for detailed exploitation techniques. It is configured to use `Bash`, `Read`, `Write`, `Edit`, `Glob`, `Grep`, `Task`, `WebFetch`, and `WebSearch` tools.
npx skills add https://github.com/ljagiello/ctf-skillsShell command execution function detected
system(
Shell command execution function detected
system(
Shell command execution function detected
system(
Shell command execution function detected
system(
The skill explicitly allows broad command execution via `Bash` and `Python`, and instructs the installation and use of numerous powerful system and exploitation tools, enabling arbitrary code execution.
allowed-tools: Bash Read Write Edit Glob Grep Task WebFetch WebSearch, pip install pwntools..., apt install gdb..., python3 -c "from pwn import *; print(cyclic(200))"
The skill's description and detailed content explicitly cover techniques for privilege escalation, kernel exploitation, seccomp bypass, and sandbox escape, enabling an agent to gain elevated access or break out of confined environments.
description: ...privilege escalation, ...kernel exploitation, seccomp bypass, sandbox escape..., kernel.md, sandbox-escape.md, CPU emulator eval injection
The skill describes techniques such as 'time-based blind shellcode exfiltration' and arbitrary read primitives, providing methods for an agent to extract data from a target system.
time-based blind shellcode exfiltration (rop-advanced.md), arbitrary read/write GOT overwrite to shell (advanced-exploits-3.md)
The skill includes direct examples of using `netcat` (`nc`) for network interaction, which is a common method for establishing reverse shells or exfiltrating data in exploitation scenarios.
bash -c '{ echo "cmd1"; echo "cmd2"; sleep 1; } | nc host port'The skill's content is consistently framed as being for 'CTF challenges,' which could serve as an oversight evasion tactic to normalize or justify the use of inherently malicious exploitation techniques.
name: ctf-pwn, description: Provides binary exploitation techniques for CTF challenges.
[](https://mondoo.com/ai-agent-security/skills/github/ljagiello/ctf-skills/ctf-pwn)<a href="https://mondoo.com/ai-agent-security/skills/github/ljagiello/ctf-skills/ctf-pwn"><img src="https://mondoo.com/ai-agent-security/api/badge/github/ljagiello/ctf-skills/ctf-pwn.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/ljagiello/ctf-skills/ctf-pwn.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.