poc-builder

poc-builder is an agent for coding agents from vigolium/piolium. It costs 71 tokens per session (1,549 once invoked), scanned A, original, MIT.

A security-audit agent that creates a small, realistic script demonstrating a confirmed vulnerability and records evidence from running it.

In plain words
What is it for?
Building proof-of-concept exploits, setting up required environments for serious findings, and saving related metadata.
Why use it?
It turns a reported weakness into a reproducible demonstration and keeps exploit construction separate from writing the final report.

Agent

Install

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.

agentmods
npx agentmods add agents/vigolium/piolium/poc-builder
Clone the repo
git clone --depth 1 https://github.com/vigolium/piolium

Wrote 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.

agentmods badge for poc-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/vigolium/piolium/poc-builder.svg)](https://agentmods.dev/agents/vigolium/piolium/poc-builder)
Your own site
<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>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,549 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 3656a12e66cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.
agents/poc-builder.md · 125 lines

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 draft
  • adversarial-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 accuratelyexecuted | theoretical | blocked

Substitution variables (use these instead of hard-coded URLs / tokens — confirm-mode poc-executor will fill them in):

Read the full file on GitHub · 125 lines

Changes

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.

  1. 4d ago First seen · 125 lines · 71 tokens per session scan A 3656a12e66cb

Subscribe to this mod's changes

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.