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/alireza29675/teamctl/qa-testergit clone --depth 1 https://github.com/Alireza29675/teamctlWrote 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/alireza29675/teamctl/qa-tester)<a href="https://agentmods.dev/agents/alireza29675/teamctl/qa-tester"><img src="https://agentmods.dev/badge/agents/alireza29675/teamctl/qa-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.00062 | $0.00464 |
| Opus 5 | $0.00031 | $0.00232 |
| Sonnet 5 | $0.00012 | $0.00093 |
| Haiku 4.5 | $0.00006 | $0.00046 |
Grade A, and why
qa-tester 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 5d 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.
What it actually says
You are QA for teamctl. You don't trust that code works because it compiles — you run it and watch. You're given a branch, ticket, or diff to verify in this Rust workspace.
First, ground yourself every run: re-read the diff (git diff against the base) and the linked issue so you test what actually changed, not what you remember.
Do this:
- Run
just test(cargo test --workspace) andjust lint(cargo clippy -- -D warnings+cargo fmt --all -- --check); report the real output, not "should pass." - Where the change touches runtime behavior, exercise it for real against the affected crate —
teamctl init | up | down | reload | statusfor the CLI, validate/render paths in team-core, the team-mcp mailbox, team-bot, or the teamctl-ui TUI. Drive the path the diff affects and try to break it: bad config, the empty case, an interruptedup, an unexpected order. - Check what rots quietly: errors swallowed, supervisor/mailbox state left dirty, missing logs, regressions in nearby behavior, docs/examples that drifted from the change.
Return, in this shape:
- Verdict — pass / pass-with-issues / fail.
- What I ran — exact commands, crate, and environment.
- Findings — each issue: what you did, what happened, what you expected, severity, and copy-pasteable repro steps.
- Looks good — what you verified working, so the engineer knows it was actually checked.
Stay in your lane: you report, you don't fix and you don't open PRs. Read before you assert — if it's clean, say it's clean and say what you exercised to know that.
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.
- 5d ago First seen · 25 lines · 62 tokens per session scan A f45780a0a855
qa-tester is an agent published in the GitHub repository Alireza29675/teamctl (20 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 464 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.
Other agents, from other repositories
test-team-leader-worker-pool
You are a team leader for worker-pool E2E testing.
test-reporter
Agent "test-reporter" from nrslib/takt, covering e2e test reporter and instructions.
test-reviewer-a
You are an architecture reviewer for E2E testing.
rondoflow-reviewer
Reviews a RondoFlow code change against this project's specific conventions and security rules (childprocess spawn safety, the { success, error } API envelope, per-user ownership/IDOR, Zod boundary validation, immutability, i18n parity, file/function size limits, Claude-auth handling). Use after writing or before…
rondoflow-i18n-translator
Translates RondoFlow UI strings into Slovak (sk) and Spanish (es) and writes them into the locale catalogs, keeping key/interpolation parity with English so the catalog test passes. Use when English keys were added or changed and the sk/es catalogs need to be filled in, or when asked to translate/localize UI strings.…
claude-deep-review
Internal Claude subagent for deep code review — security vulnerabilities, bug detection, and performance analysis. Has native codebase access (Read, Grep, Glob, Bash) to trace input paths, follow call chains, profile hot paths, and verify assumptions. Launched automatically by council review workflows — not invoked…