Borrowing it
Nothing to install: this file belongs to arrrrny/zuraffa. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/arrrrny/zuraffa/master/.specify/extensions/spec-stats/commands/speckit.spec-stats.runs.mdgit clone --depth 1 https://github.com/arrrrny/zuraffaWrote 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/commands/arrrrny/zuraffa/speckit.spec-stats.runs)<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.spec-stats.runs"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.spec-stats.runs/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/commands/arrrrny/zuraffa/speckit.spec-stats.runs"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.spec-stats.runs.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.00065 | $0.00373 |
| Opus 5 | $0.00032 | $0.00187 |
| Sonnet 5 | $0.00013 | $0.00075 |
| Haiku 4.5 | $0.00006 | $0.00037 |
Grade A, and why
speckit.spec-stats.runs 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 7d 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
Spec Stats — Runs
Execute the verified test suite for one or more specs and record the result.
User Input
$ARGUMENTS
Accepted forms:
- (nothing) — run for the active feature (from
.specify/feature.json) <spec><spec>… — run for the named spec directories--all— run for every spec directory--dry-run— print what would run without executing anything
Execution
node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs
# or: node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs --all --dry-run
# or: node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs specs/003-user-auth
The engine:
- Reads the verified full-suite command from
.specify/memory/tdd-profile.md. If absent, it stops and tells the user to run/speckit.tdd.setup— it never invents a command. - Runs that command inside each selected spec directory.
- Captures pass/fail, duration (ms), and the last 5 lines of output.
- Appends a bounded record to
.specify/stats/runs.json.
This is the only Spec Stats command that executes project commands. Honors --dry-run and never mutates a spec or its tasks.
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.
- 7d ago First seen · 36 lines · 65 tokens per session scan A 17c5ebace775
speckit.spec-stats.runs is a command published in the GitHub repository arrrrny/zuraffa (5 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 373 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-09-03.
Other commands, from other repositories
api-endpoint
Création Endpoint API Platform.
test
A command that runs JavaScript or TypeScript tests with npm or Vitest, a test-runner tool, and explains any failures.
merge-work-packets
Verify all tracks complete, invoke merging-worktrees, run QA gates, report final integration status.
merge-worktree-execute
Phase 2: Sequential Round Merging - merge worktrees in dependency order with testing after each round.
merge-worktree-verify
Phases 4-5: Final Verification and Cleanup — run full test suite, verify contracts, clean up worktrees.
validate-coverage
Automated test coverage validation gate with specific thresholds and quality scoring.