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/alfredolopez80/multi-agent-ralph-loop/ralph-testergit clone --depth 1 https://github.com/alfredolopez80/multi-agent-ralph-loopWrote 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/alfredolopez80/multi-agent-ralph-loop/ralph-tester)<a href="https://agentmods.dev/agents/alfredolopez80/multi-agent-ralph-loop/ralph-tester"><img src="https://agentmods.dev/badge/agents/alfredolopez80/multi-agent-ralph-loop/ralph-tester.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 | $0.00165 | $0.01114 |
| Opus 5 | $0.00082 | $0.00557 |
| Sonnet 5 | $0.00033 | $0.00223 |
| Haiku 4.5 | $0.00016 | $0.00111 |
Grade B, and why
ralph-tester scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
# Model is inherited from ~/.claude/settings.json (ANTHROPIC_DEFAULT_*_MODEL) The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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 Changed · +31 lines 2573116cc2dc
- 5d ago First seen · 76 lines · 165 tokens per session scan B 9e5922a8298c
ralph-tester is an agent published in the GitHub repository alfredolopez80/multi-agent-ralph-loop (146 stars, last pushed yesterday), with no licence file. It adds 165 tokens to every session and 1,114 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
test-engineer
Plans and writes pytest tests for the agent platform. Behavior-focused, mocks all external systems, adds negative/security tests. Never calls real external services.
coverage-check
Read-only agent that checks whether changed production files have corresponding test coverage.
evolve-test-amplification
Test amplification agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on cycles where non-trivial builds touch files, generating adversarial tests (basic, edge, large-scale inputs) from the specification without reading the actual implementation code or diffs.
evolve-bug-reproduction
Bug reproduction agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on bugfix cycles before build (after fault localization) to write a test or script that fails on the current buggy code.
review-tests-minitest
Minitest test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-minitest in repos that test with minitest. Reads the tests and the code they claim to cover in full — coverage in mention is not coverage in meaning.
review-tests-rspec
RSpec test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-rspec in repos that test with RSpec. Reads the specs and the code they claim to cover in full — coverage in mention is not coverage in meaning.