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 CassioRoos/godfly-skills --skill gauntletgit clone --depth 1 https://github.com/CassioRoos/godfly-skillsWrote 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/cassioroos/godfly-skills/gauntlet)<a href="https://agentmods.dev/skills/cassioroos/godfly-skills/gauntlet"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/gauntlet/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/cassioroos/godfly-skills/gauntlet"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/gauntlet.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.00133 | $0.01771 |
| Opus 5 | $0.00067 | $0.00886 |
| Sonnet 5 | $0.00027 | $0.00354 |
| Haiku 4.5 | $0.00013 | $0.00177 |
Grade A, and why
gauntlet 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gauntlet
A skill is a claim: "the model does better with me loaded." Nobody gets to assert that — they prove it. Reading a skill tells you what it intends; only a controlled run tells you what it does. Gauntlet found a polished skill scoring WORSE than no skill at all, and found the mechanism (its evidence pressure manufactured fabrications). That class of defect is invisible to review and fatal in use.
The Law
- Control arm or it didn't happen. Every experiment includes a no-skill arm on the same task. A skill is only good if it beats the model without it.
- Blind judging, shuffled labels. The judge never knows which output used a skill, which version, or that skills are involved. Shuffle label order between rounds so position bias can't repeat.
- The skill under test never sees the rubric. Fixtures and ground truth
live outside anything the tested arm reads.
And the fixture must be SYNTHETIC — arms must not be able to read the real
subject system.
codex exec --sandbox read-onlyrestricts writes, not reads;-C <dir>sets cwd and jails nothing;claude -pwithbypassPermissionsreads the whole machine. So a fixture naming a real repo, service, standard, or ticket that exists on this disk is not a fixture: arms silently cross-check it against reality, and the judge then scores TRUE findings as fabrications because the rubric assumed they could not know. Verified 2026-08-12 — a fake PR about a real service produced arms citing the realrequestWithRetry.go:147and the real docs-repo HEAD SHA, and a 33-count "fabrication" score that was mostly correct reads. Invent service names. Verify containment empirically by grepping every arm's output for real paths and 40-char SHAs BEFORE judging, and discard any arm that escaped. Capabilities must also be matched across arms: one arm with network,gh, or MCP access and another sandboxed are not the same experiment, and the fabrication axis becomes garbage. - Single runs give direction, not decimals. Model output varies run to run; treat a 0.5 gap as noise, a 3-point gap as signal. Rerun ALL arms fresh when comparing versions — never compare a fresh run to a cached one.
- Findings become proposals, not automatic rules. Recommend the smallest supported correction; deletion, simplification or no change may be right. Evaluation does not authorize changing an installed skill or committing an artifact. Show the exact proposed diff and follow the global approval gate before adoption; then rerun the relevant controlled comparison.
- Detection saturates. Frontier models catch planted flaws easily; when every arm scores full marks, the fixture is dead — the differentiators become fabrication, calibration, presentability, and pressure stability. Refresh fixtures with subtler flaws rather than celebrating ties.
What ships with it
13 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.
- evals/analysis-axis/arms/armA_claude_control.md 7.3 KB
- evals/analysis-axis/arms/armB_claude_skill.md 8.2 KB
- evals/analysis-axis/arms/armC_codex_control.md 2.6 KB
- evals/analysis-axis/arms/armD_codex_skill.md 2.8 KB
- evals/analysis-axis/arms/step1.md 4.1 KB
- evals/analysis-axis/arms/step2.md 5.6 KB
- evals/analysis-axis/arms/step3.md 2.5 KB
- evals/analysis-axis/README.md 1.2 KB
- evals/analysis-axis/RESULTS-2026-08-21.md 2.9 KB
- evals/analysis-axis/RESULTS-PACKET.md 3.9 KB
- evals/analysis-axis/RUBRIC.md 5.7 KB
- evals/analysis-axis/sentry-brief-v3-SKILL.md 1.3 KB
- evals/analysis-axis/TASK.md 727 B
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.
- today Changed · -63 lines · +2 tokens per session fcd05c14e2fd
- 4d ago Changed · +1 lines e8a019ec7081
- 8d ago First seen · 197 lines · 131 tokens per session scan A f9eba0cc6cdb
gauntlet is a skill published in the GitHub repository CassioRoos/godfly-skills (1 stars, last pushed today), licensed MIT. It adds 133 tokens to every session and 1,771 once invoked, about $0.0007 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-31.
Other skills, from other repositories
auto-test-code
A structured process for critically reviewing and testing software code. It records review findings, test plans, commands, results, and supporting files in a project workspace.
oracle-grill-me
Grill the user relentlessly about a plan, decision, or idea, maintaining the project's domain model (CONTEXT.md, ADRs) as decisions crystallise. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
remove-ai-slops
Removes AI-generated code smells from branch changes or an explicit file list behind regression tests. Use when the user asks to clean up, deslop, or remove AI-slop patterns from recent changes.
codex-loop
Fix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review, fix, verify loop before opening a PR. Use when codex is installed and you want an external cross-model critic on your changes before pushing.
codex-ab
Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings, report a panel-value verdict. Use when the branch is fresh, before any codex review runs.
059-design-atdd
Use when reviewing whether an OpenSpec change's execution goal, acceptance criteria, and implementation or verification tasks are aligned. This should trigger for requests such as Review this OpenSpec change with ATDD; Check acceptance criteria against tasks; Find acceptance criteria without task coverage; Detect…