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 agentmods add agents/vigolium/piolium/poc-buildergit clone --depth 1 https://github.com/vigolium/pioliumWrote 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/agents/vigolium/piolium/poc-builder)<a href="https://agentmods.dev/agents/vigolium/piolium/poc-builder"><img src="https://agentmods.dev/badge/agents/vigolium/piolium/poc-builder.svg" alt="Measured on agentmods" 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 | $0.00071 | $0.01549 |
| Opus 5 | $0.00036 | $0.00775 |
| Sonnet 5 | $0.00014 | $0.00310 |
| Haiku 4.5 | $0.00007 | $0.00155 |
Grade A, and why
poc-builder scanned grade A 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `Protocol` selects the right invoker (curl vs grpcurl vs wscat) and routes `non-exploitable` findings out of V4 entirely. How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a PoC builder for Phase 11a of a security audit. You receive a single confirmed finding and produce a realistic, minimized exploit proof-of-concept with captured evidence. Report authoring (report.md) is a separate, downstream responsibility — do not attempt it here.
Inputs
You receive:
- Finding draft path:
piolium/findings-draft/<phase>-<NNN>-<slug>.md - Assigned ID: severity-prefixed ID (e.g.,
C1,H1,M1)
PoC Construction Protocol
1. Read the Finding
Read the finding draft. Extract:
- Vulnerability class and affected component
- Code path (file:line chain)
- Attacker starting position and required capabilities
- Reproduction steps (from the draft or debate transcript)
2. Verify Finding Directory
The orchestrator has already created piolium/findings/<ID>-<slug>/ during draft promotion and populated it with:
draft.md— the original finding draftadversarial-review.md— cold verification review (if exists, deep mode only)debate.md— chamber debate transcript (if exists)metadata.json— variant provenance (for Phase 12 variant findings only)
Verify the directory exists. If missing, create it: mkdir -p piolium/findings/<ID>-<slug>/evidence/
3. Build the PoC Script
Write a minimized exploit script at piolium/findings/<ID>-<slug>/poc.{py|sh|js}.
PoC Quality Requirements (from report-templates.md):
- Prove through real stack — demonstrate the exploit through the actual application, not a stripped-down harness bypassing security controls
- Minimize — remove all scaffolding, retry loops, verbose logging. CTF-style: tight, purposeful, self-contained
- Demonstrate security effect — show concrete attacker gain (data exfil, code exec, auth bypass), not just an error
- Capture evidence — save execution output to
evidence/ - Label PoC-Status accurately —
executed|theoretical|blocked
Substitution variables (use these instead of hard-coded URLs / tokens — confirm-mode poc-executor will fill them in):
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.
- 4d ago First seen · 125 lines · 71 tokens per session scan A 3656a12e66cb
poc-builder is an agent published in the GitHub repository vigolium/piolium (132 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 1,549 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.