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 skills add nmoinvaz/speedy-gonzales --skill testrailgit clone --depth 1 https://github.com/nmoinvaz/speedy-gonzalesWrote 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/skills/nmoinvaz/speedy-gonzales/testrail)<a href="https://agentmods.dev/skills/nmoinvaz/speedy-gonzales/testrail"><img src="https://agentmods.dev/badge/skills/nmoinvaz/speedy-gonzales/testrail/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/skills/nmoinvaz/speedy-gonzales/testrail"><img src="https://agentmods.dev/badge/skills/nmoinvaz/speedy-gonzales/testrail.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.00052 | $0.02376 |
| Opus 5 | $0.00026 | $0.01188 |
| Sonnet 5 | $0.00010 | $0.00475 |
| Haiku 4.5 | $0.00005 | $0.00238 |
Grade B, and why
testrail 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 9d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
All scripts support `--json` for raw JSON output. Run any script with `--help` for full options. The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
12 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.
- scripts/add_attachment.py 2.3 KB runs code
- scripts/add_result.py 3.4 KB runs code
- scripts/get_cases.py 3.1 KB runs code
- scripts/get_milestones.py 2.4 KB runs code
- scripts/get_plan.py 3.2 KB runs code
- scripts/get_projects.py 1.4 KB runs code
- scripts/get_runs.py 1.9 KB runs code
- scripts/get_sections.py 2.0 KB runs code
- scripts/get_steps.py 2.7 KB runs code
- scripts/get_suites.py 1.2 KB runs code
- scripts/get_tests.py 1.8 KB runs code
- scripts/submit_test.py 3.2 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.
- 9d ago First seen · 207 lines · 52 tokens per session scan B 9d045007b18e
testrail is a skill published in the GitHub repository nmoinvaz/speedy-gonzales (3 stars, last pushed 2mo ago), with no licence file. It adds 52 tokens to every session and 2,376 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
testing-automation-expert
Production-grade testing strategies for robust, maintainable systems. Covers unit/integration/E2E testing, contract testing, accessibility, mutation testing, and CI/CD patterns. Supports Python (pytest) and TypeScript (Jest/Vitest/Playwright).
plan-to-tdd
Transform feature plans into test-driven implementation using Outside-In methodology. This skill should be used when converting documented plans from docs/plan/ into testable code w/ proper test structure (Unit, Integration, E2E).
test-levels
This skill explains the 3 test levels (Unit, Integration, E2E) using the "Building a Car" analogy and provides guidance on when to use each type. Includes project-specific Playwright examples.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
test-first-bugs
Enforces a test-driven bug-fixing workflow. Use when a user reports a bug, failing code, an error, or asks to fix something.