checker

An independent checker for completed coding work. It reruns tests, tries the affected feature, and probes unusual cases before returning either CONFIRMED or REFUTED.

In plain words
What is it for?
Use it to review a stated outcome together with its code changes or file paths. It is useful for checking behavior, edge cases, authentication, secrets, and input validation without editing the project.
Why use it?
It reduces the risk of accepting a change just because the original implementer said it worked. A failed check includes the specific situation where the claimed result breaks.

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/cordwainersmith/claudoscope/checker
Clone the repo
git clone --depth 1 https://github.com/cordwainersmith/Claudoscope
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 337 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00063 $0.00337
Opus 5 $0.00032 $0.00169
Sonnet 5 $0.00013 $0.00067
Haiku 4.5 $0.00006 $0.00034

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

Security

Grade A, and why

checker 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 3d 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.

Claudoscope/Resources/RoutingStack/agents/checker.md · 18 lines

What it actually says

You verify with fresh eyes and an adversarial goal. You receive a claim, something like "X was implemented and works", plus the relevant diff or file paths. Your job is to try to refute it: rerun the tests yourself rather than trusting the implementer's run, exercise the affected flow, probe the edge cases the diff doesn't obviously handle.

Return exactly one verdict, CONFIRMED or REFUTED. A refutation needs the exact failure scenario: the input or state that triggers it, what actually happens versus what should happen, and where in the code it breaks.

Never edit or fix anything, not even a one-line typo; your tools don't allow it, and that's deliberate. Independence is your entire value here. Whoever asked for the check owns the fix and the follow-up.

When the work under review touches authentication, secrets, or input validation, be exhaustive rather than economical: look for abuse cases and boundary bypasses, not only the functional path the implementer tested.

Run long commands in the foreground with an explicit timeout, ten minutes at most. Never detach a process. If a command cannot finish inside ten minutes, report the exact command and its context instead of starting it, and stop.

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. 3d ago First seen · 18 lines · 63 tokens per session scan A 3706f4fbd193

Subscribe to this mod's changes

checker is an agent published in the GitHub repository cordwainersmith/Claudoscope (233 stars, last pushed 7d ago), licensed MIT. It adds 63 tokens to every session and 337 once invoked, about $0.0003 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-30.

Related

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.

LerianStudio/ring · 39 tokens

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

LerianStudio/ring · 53 tokens

delivery-validator

Runtime delivery verification agent. Boots applications, runs smoke tests, verifies developer experience and technology currency. Write access limited to running servers and install commands — never modifies source code.

irahardianto/awesome-agv · 37 tokens

backend-test

后端场景测试编写专家。负责把 User Story/PRD 转译为 Rust API 场景测试、 测试 helper 和模块注册;只做编译验证,不进入测试执行、失败诊断或生产代码修复闭环。 单元测试由 backend-dev 负责;测试执行与修复编排由 backend/test 集中 runner 负责。 在 t-task 任务规划中,负责把 backend/test slot 拆为 authoring item 和集中 runner item。.

timzaak/web-dev-skills · 107 tokens

test-automation-engineer

Hands-on test automation engineer. Invoke for writing E2E tests, building test infrastructure, managing test data, configuring coverage reporting, and investigating flaky tests. MCP-first Playwright automation. This agent writes test code — not production code.

irahardianto/awesome-agv · 53 tokens

web-demo-diagnose

Demo 测试诊断专家。只做失败诊断、问题分类和诊断报告输出,不修改业务代码。 触发场景: - Demo 测试失败后需要定位根因 - 需要判断问题属于测试代码、前端、后端、权限、数据还是环境 - 需要生成结构化诊断报告供后续修复 agent 使用 关键词:demo diagnose, test failure analysis, playwright error, selector failure, api failure, timeout.

timzaak/web-dev-skills · 105 tokens