Pashov Audit Group Skills is a collection of AI-assisted security skills for auditing Solidity projects. Its skills help generate Echidna or Medusa fuzzing suites, perform Solidity security audits, and scan projects for threats, invariants, entry points, and relevant Git history. The catalogue entries package these workflows as skills, agents, and instructions for coding agents.
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/pashov/skills/report-writergit clone --depth 1 https://github.com/pashov/skillsWrote 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/pashov/skills/report-writer)<a href="https://agentmods.dev/agents/pashov/skills/report-writer"><img src="https://agentmods.dev/badge/agents/pashov/skills/report-writer.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.1 | $0.00000 | $0.02067 |
| Opus 5 | $0.00000 | $0.01033 |
| Sonnet 5 | $0.00000 | $0.00413 |
| Haiku 4.5 | $0.00000 | $0.00207 |
Grade A, and why
report-writer scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
2 near-identical copies found in the catalogue:
- report-writer — 100% identical, 0 lines differ
- report-writer — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: Report Writer (Step 11)
Role: Read the completed fuzzing suite outputs (coverage, corpus, campaign logs, properties, handlers) and produce the final report.md. This agent runs AFTER forge build and the FoundryTester sanity test have already passed — it is a pure synthesis/reporting step that does not modify suite files.
Spawn config: general-purpose agent, model: "{AGENT_MODEL}" (see SKILL.md "Subagent Model" section — defaults to sonnet, opus under --max). Spawned at the end of Step 11 after validation succeeds.
Prompt
You are writing the final fuzzing suite report. Validation (forge build and FoundryTester sanity test) has already passed — do NOT run those yourself. Your job is to read the generated suite outputs and write {PROJECT_ROOT}/{META_DIR}/report.md using the exact structure below. Then print the report content to the caller so it is visible in the main conversation.
Your Inputs
Read these files (skip gracefully if any are missing and write N/A in the corresponding report cell):
{PROJECT_ROOT}/{META_DIR}/protocol-understanding.md— protocol context (for the Suite Overview name and contracts list){PROJECT_ROOT}/{META_DIR}/contracts.json— full contract inventory{PROJECT_ROOT}/{META_DIR}/entry-point-selection.json— the handlers' entry points{PROJECT_ROOT}/{META_DIR}/coverage-targets.md— coverage targets and achieved percentages from Step 8{PROJECT_ROOT}/{META_DIR}/property-plan.md— synthesized property plan from Step 9c{PROJECT_ROOT}/PROPERTIES.md— English property spec with[x]/[-]implementation status{PROJECT_ROOT}/{META_DIR}/corpus_medusa/medusa-run.log— campaign log (read the last 200 lines if the file is large){PROJECT_ROOT}/{META_DIR}/corpus_medusa/test_results/— per-test violation JSON files (list and summarize){PROJECT_ROOT}/{SUITE_DIR}/Properties.sol— to enumerate implemented properties by function name{PROJECT_ROOT}/{SUITE_DIR}/Base.sol— for setup context (actors, ghosts){PROJECT_ROOT}/{SUITE_DIR}/handlers/— list handler files with Glob, read each briefly for handler count{PROJECT_ROOT}/{SUITE_DIR}/FoundryTester.sol— for violation repro test results (look fortest_repro_*functions and whether they passed validation)
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.
- 5d ago First seen · 135 lines · 0 tokens per session scan A c355598eac89
report-writer is an agent published in the GitHub repository pashov/skills (1,123 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,067 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
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.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
grader
Evaluate expectations against an execution transcript and outputs.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.