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 skills/calesthio/phantomreach/testing_frameworknpx skills add calesthio/PhantomReach --skill testing_frameworkgit clone --depth 1 https://github.com/calesthio/PhantomReachWhat 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.00000 | $0.03121 |
| Opus 5 | $0.00000 | $0.01561 |
| Sonnet 5 | $0.00000 | $0.00624 |
| Haiku 4.5 | $0.00000 | $0.00312 |
Grade A, and why
testing_framework 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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- audit-history-smoke.mjs 4.4 KB runs code
- playwright/authenticated-flows.spec.ts 2.1 KB runs code
- playwright/public-and-auth.spec.ts 1.5 KB runs code
- README.md 2.5 KB
- sessions/.gitkeep 0 B
- sessions/2026-03-07-session-1.md 5.6 KB
- sessions/SESSION_TEMPLATE.md 1.4 KB
- test-suites/business-enrichment.test.ts 2.7 KB runs code
- test-suites/city-scout-hidden.test.ts 807 B runs code
- test-suites/data-source-help.test.ts 949 B runs code
- test-suites/data-sources-api.test.ts 3.3 KB runs code
- test-suites/enrichment-collectors.test.ts 3.3 KB runs code
- test-suites/enrichment-display.test.ts 1.3 KB runs code
- test-suites/enrichment-live.test.ts 2.0 KB runs code
- test-suites/evidence.test.ts 3.5 KB runs code
- test-suites/local-runner.test.ts 1.6 KB runs code
- test-suites/local-secrets.test.ts 8.4 KB runs code
- test-suites/local-sqlite.test.ts 3.7 KB runs code
- test-suites/mock-factories.test.ts 5.0 KB runs code
- test-suites/orchestrator.test.ts 1.9 KB runs code
- test-suites/pagespeed.test.ts 2.2 KB runs code
- test-suites/report-content-quality.test.ts 17 KB runs code
- test-suites/report-list-display.test.ts 632 B runs code
- test-suites/reviews.test.ts 2.0 KB runs code
- test-suites/runtime-no-mocks.test.ts 3.6 KB runs code
- test-suites/scoring.test.ts 5.9 KB runs code
- test-suites/scout-orchestrator.integration.test.ts 3.0 KB runs code
- test-suites/types.test.ts 4.7 KB runs code
- test-utils/index.ts 110 B runs code
- test-utils/mock-factories.ts 20 KB runs code
- test-utils/test-helpers.ts 6.0 KB runs code
- visual-smoke.mjs 2.8 KB runs code
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.
- 3d ago First seen · 318 lines · 0 tokens per session scan A b358ca85b140
testing_framework is a skill published in the GitHub repository calesthio/PhantomReach (46 stars, last pushed 2mo ago), licensed AGPL-3.0. It costs nothing until one of its globs matches a file; then it loads 3,121 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-30.
Other skills, from other repositories
docs-manage
Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.
fetch-url
Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.
skill-creator
Create, refine, and benchmark agent skills. Use when building a new skill, updating an existing one, running evals, checking trigger quality, or improving a skill description.
github-review-pr
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…
brainstorming
Explore user intent, requirements, and design options through collaborative dialogue before implementation. Use before building new features, components, or systems — whenever the user describes something to build and design decisions are involved. Triggers: "brainstorm", "help me design", "think through the…