Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add DekaPrayoga/AurixAgent --skill ctf-pwngit clone --depth 1 https://github.com/DekaPrayoga/AurixAgentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dekaprayoga/aurixagent/ctf-pwn)<a href="https://agentmods.dev/skills/dekaprayoga/aurixagent/ctf-pwn"><img src="https://agentmods.dev/badge/skills/dekaprayoga/aurixagent/ctf-pwn/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dekaprayoga/aurixagent/ctf-pwn"><img src="https://agentmods.dev/badge/skills/dekaprayoga/aurixagent/ctf-pwn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00122 | $0.04781 |
| Opus 5 | $0.00061 | $0.02390 |
| Sonnet 5 | $0.00024 | $0.00956 |
| Haiku 4.5 | $0.00012 | $0.00478 |
Grade C, and why
ctf-pwn scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Encoded or obfuscated payloadhighSupply chain
base64 or hex that is decoded and executed hides what actually runs from anyone reading the file.
**CPU emulator eval injection:** When an emulator's print opcode uses `eval('"' + buf + '"')` for escape sequences, build `"+__import__("os").system("cmd")#` in emulator memory via ADD opcodes to escape the string and ex The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- advanced-exploits-2.md 30 KB
- advanced-exploits-3.md 32 KB
- advanced-exploits-4.md 30 KB
- advanced-exploits-5.md 6.1 KB
- advanced-exploits.md 35 KB
- advanced.md 14 KB
- field-notes.md 26 KB
- format-string.md 32 KB
- heap-fsop.md 15 KB
- heap-techniques-2.md 20 KB
- heap-techniques.md 24 KB
- kernel-bypass.md 15 KB
- kernel-techniques.md 19 KB
- kernel.md 28 KB
- overflow-basics.md 26 KB
- rop-advanced.md 32 KB
- rop-and-shellcode.md 28 KB
- sandbox-escape.md 15 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 211 lines · 122 tokens per session scan C 7a903ffd7013
ctf-pwn is a skill published in the GitHub repository DekaPrayoga/AurixAgent (63 stars, last pushed 1mo ago), with no licence file. It adds 122 tokens to every session and 4,781 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (encoded or obfuscated payload). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
deploy-agent
Use when ship code through controlled pipeline with verification gates and rollback plans.
planning-agent
Use when decompose complex tasks into executable steps with dependencies, risk assessment, and verification criteria.
research-agent
Use when investigating topics deeply with cross-referenced sources and producing evidence-backed findings.
review-agent
Use when reading code changes with adversarial intent to find bugs, security holes, logic errors, and performance traps.
code-agent
Use when implementing features from specs — reads requirements, writes code with tests, iterates until verification passes.
autonomous
Use when five specialized autonomous agents (code, deploy, planning, research, review) working as a coordinated pipeline. From spec to shipped code with automated planning, research, review, and deployment gates. Use when working with autonomous agents.