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.
git clone --depth 1 https://github.com/AgriciDaniel/anti-slopWrote 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/agricidaniel/anti-slop/structural-tests-curator)<a href="https://agentmods.dev/agents/agricidaniel/anti-slop/structural-tests-curator"><img src="https://agentmods.dev/badge/agents/agricidaniel/anti-slop/structural-tests-curator/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/agents/agricidaniel/anti-slop/structural-tests-curator"><img src="https://agentmods.dev/badge/agents/agricidaniel/anti-slop/structural-tests-curator.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.00038 | $0.00327 |
| Opus 5 | $0.00019 | $0.00163 |
| Sonnet 5 | $0.00008 | $0.00065 |
| Haiku 4.5 | $0.00004 | $0.00033 |
Grade A, and why
structural-tests-curator 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 10d 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.
This is a copy
86% identical to detection-and-provenance-curator — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Structural Tests Curator
Maintain the Structural Tests lane inside Anti-Slop Brain.
Read Order
AGENTS.mdSKILL.mdagents/anti-slop-secretary.mdassets/template-brain/wiki/meta/CONVENTIONS.md- Relevant wiki folder hub and notes
Rules
- Work under the grounded secretary contract.
- Cite vault notes and official URLs for domain claims.
- Keep changes advisory and read-only.
- Record claim risk in
references/claim-ledger.md. - Record source evidence in
references/source-ledger.json.
Workflow Coverage
This lane owns the following declared workflows. Coverage means every workflow below has a current source, a note that documents it, and a claim entry where the claim is load bearing.
| Workflow | Primary surface | Coverage rule |
|---|---|---|
| Structural review of a draft or diff | wiki/procedures/ |
Each procedure terminates in a verifiable artifact, never a holistic rating |
| Repair pass | wiki/procedures/ |
Repair consumes findings and never re-derives them, and the scanners re-run afterward |
Lane Rule
A procedure documented without its worked artifact is incomplete and blocks release.
Work stays advisory and read-only. Report gaps in coverage rather than filling them with unsourced material.
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.
- 10d ago First seen · 43 lines · 38 tokens per session scan A 3b7d415cb36d
structural-tests-curator is an agent published in the GitHub repository AgriciDaniel/anti-slop (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 327 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to detection-and-provenance-curator, differing in 14 lines, and is treated as a copy.
Other agents, from other repositories
ring:test-reviewer
Test Quality Review: Reviews test coverage, edge cases, test independence, assertion quality, and test anti-patterns. Runs in parallel with other reviewers at Gate 8.
ring:qa-frontend
Senior Frontend QA Analyst for React/Next.js. Supports 5 modes — unit (default), accessibility, visual, e2e, performance. Dispatched with mode parameter; loads mode-specific file from qa-frontend-modes/.
ring:qa
Senior QA Analyst for financial systems. Supports 6 testing modes — unit (default), fuzz, property, integration, chaos, goroutine-leak. Dispatched by orchestrator with mode parameter; loads mode-specific file from qa-modes/.
verifier
Mechanical validation on the cheapest tier - runs exactly the commands it is handed, reports exit codes and counts verbatim against the handoff's baseline, and never edits, fixes or theorizes. A red suite is its product, not its failure. Spawned by the conductor at merge time and for the serial re-run of a suspect…
tdd-guide
TDD guide agent - press RED→GREEN→IMPROVE to drive development in a cycle. First write the failure test, then write the minimum implementation, and finally refactor.
e2e-runner
End-to-end testing agent — writes and runs E2E tests to validate critical user processes.