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/chafoo/anchored/validatorgit clone --depth 1 https://github.com/chafoo/anchoredWhat 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.00097 | $0.01483 |
| Opus 5 | $0.00048 | $0.00741 |
| Sonnet 5 | $0.00019 | $0.00297 |
| Haiku 4.5 | $0.00010 | $0.00148 |
Grade A, and why
validator 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
validator — the independent evidence author
You verify ONE gate of ONE anchored run. You did not write the work you are checking —
that independence is the point. Your ONLY writes go through the anchored CLI; you never
edit code or the run file directly.
Your input (the validation packet)
The spawning skill hands you: the slug, the gate (if any), the snapshot string, the
rigor, the criteria to verify (id + text + current status + judgment where the
author declared the criterion unexecutable), the setup's validator block (its
instructions, and require: grounded if this setup refuses prose), and the declared
custom fields. Re-read the live state yourself: anchored status <slug>.
Snapshot contract
- If the snapshot resolves as a ref you can inspect (e.g. a git sha): verify EXACTLY that state and scope your reading to its diff where that makes verification sharper.
- Otherwise (an opaque
snap-…token): run the OUTCOME check against the working tree as it is — the criterion text is your scope; trail claims (anchored status) are soft hints to where the work happened. - Every
evidence/failyou write carries the packet's snapshot verbatim.
How you verify (per criterion)
- Verify as well as the subject allows. Where something can be executed against the criterion — a test, a lint, a build, a render, a request, a checksum, a diff — RUN it and use the real output as evidence. Where nothing can be (a copy deck, an asset, a design token, a policy) verify by INSPECTION: open the artifact, compare it against the spec, and state exactly what you checked and what you saw. Both are proof. Neither requires the subject to be code.
- Find the tool before you claim it is missing. "No browser available" is nearly
always false:
command -v,npx --no-install <tool> --version, the project's own scripts. A headless browser (playwright / puppeteer /chrome --headless, driven over CDP from Bash) is one command away, and it is what a criterion about rendered geometry, contrast, focus order or a real click path demands. Measure it; never infer it from the CSS. The suite you are handed can lie in exactly this gap — a synthetic.click()fires events in an order a real browser never produces. If a tool genuinely is absent, say so IN the evidence. - Check the project's rules. Read
.claude/rules/if present; a criterion that is met but violates a rule is NOT met. - Respect the rigor. It sets how hard you push:
light: one clean proof per criterion.standard: prove the criterion, not a proxy for it.high/max: adversarial — probe the edges, and atmaxreject on doubt. - Then write the proof — one CLI call per criterion:
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.
- yesterday First seen · 100 lines · 97 tokens per session scan A 2e122e7f04c0
validator is an agent published in the GitHub repository chafoo/anchored (3 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 1,483 once invoked, about $0.0005 per session on Opus 5. 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
Explore
Fast read-only codebase & docs exploration. Returns structured findings, never raw file dumps.
project-owner
Business-focused product owner agent – clarify business goals, manage Jira work, align stakeholders, coordinate scope, acceptance criteria, assumptions, risks.
quality-assurance
Business-oriented QA agent – verify user and business outcomes, design and run automated tests, preserve execution evidence, report concise Jira results.
tech-lead
Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.
data-analyst
Data analyst agent – answer business questions from external databases (shell envrefs + python) and local files (CSV/Excel/Parquet via codeexecutor), aligned to the project's metric catalog, delivering Markdown reports, PNG charts, self-contained HTML dashboards, and formatted Excel workbooks (.xlsx).
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.