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 FlashNightModReborn/CrazyFlashNight --skill cf7-sort-fuzzergit clone --depth 1 https://github.com/FlashNightModReborn/CrazyFlashNightWrote 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/flashnightmodreborn/crazyflashnight/cf7-sort-fuzzer)<a href="https://agentmods.dev/skills/flashnightmodreborn/crazyflashnight/cf7-sort-fuzzer"><img src="https://agentmods.dev/badge/skills/flashnightmodreborn/crazyflashnight/cf7-sort-fuzzer/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/flashnightmodreborn/crazyflashnight/cf7-sort-fuzzer"><img src="https://agentmods.dev/badge/skills/flashnightmodreborn/crazyflashnight/cf7-sort-fuzzer.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.00000 | $0.00901 |
| Opus 5 | $0.00000 | $0.00451 |
| Sonnet 5 | $0.00000 | $0.00180 |
| Haiku 4.5 | $0.00000 | $0.00090 |
Grade A, and why
cf7-sort-fuzzer 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 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.
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 GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
25 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.
- .gitignore 26 B
- package-lock.json 64 KB
- package.json 555 B
- scripts/fuzz.ts 2.7 KB runs code
- scripts/train.ts 7.8 KB runs code
- scripts/write-bench-harness.ts 7.2 KB runs code
- scripts/write-border-bench.ts 3.9 KB runs code
- scripts/write-probe.ts 8.2 KB runs code
- src/features/extractors.ts 3.9 KB runs code
- src/flash/as2-writer.ts 472 B runs code
- src/flash/runner.ts 2.3 KB runs code
- src/flash/trace-parser.ts 2.0 KB runs code
- src/fuzzer/corpus.ts 1.6 KB runs code
- src/fuzzer/grammar.ts 3.6 KB runs code
- src/fuzzer/mutator.ts 1.6 KB runs code
- src/fuzzer/runner.ts 4.4 KB runs code
- src/model/native-sort.test.ts 4.4 KB runs code
- src/model/native-sort.ts 2.8 KB runs code
- src/shared/constants.ts 966 B runs code
- src/shared/distributions.ts 4.3 KB runs code
- src/shared/lcg.ts 798 B runs code
- src/tree/cart.ts 5.0 KB runs code
- src/tree/types.ts 903 B runs code
- tsconfig.json 377 B
- vitest.config.ts 156 B 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 · 79 lines · 0 tokens per session scan A 3357afa3026d
cf7-sort-fuzzer is a skill published in the GitHub repository FlashNightModReborn/CrazyFlashNight (55 stars, last pushed today), licensed GPL-3.0. It costs nothing until one of its globs matches a file; then it loads 901 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
migrate-to-shoehorn
Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.
typescript-test-writing
Use this skill when writing or modifying tests in the llxprt-code repository. Covers mandatory TDD, behavioral testing, bun:test conventions and file naming, mock hygiene (no mock theater), and what never to test. Distilled from dev-docs/RULES.md, which remains the source of truth.
agent-inspect
Local evidence debugger and trajectory-test toolkit for TypeScript AI agents. Use when capturing framework-faithful traces, asserting TraceContract/TraceFacts, packaging Evidence v2, or inspecting local runs over read-only MCP (gettracefacts).
typescript
TypeScript strict mode with eslint and jest.
jest-unit
Unit testing skill using Jest for TypeScript and JavaScript, covering mocking, spies, snapshots, coverage, async testing, and custom matchers.
jest
Jest testing best practices for JavaScript and TypeScript applications, covering test structure, mocking, and assertion patterns.