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 instructions/squidsec/squidc5/claude-mdgit clone --depth 1 https://github.com/SquidSec/SquidC5What 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.00323 | $0.00323 |
| Opus 5 | $0.00161 | $0.00161 |
| Sonnet 5 | $0.00065 | $0.00065 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
SquidC5 CLAUDE.md 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 2d 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
CLAUDE.md
SquidC5 is a security-first, AI-native C5 teamserver (Command · Control · Cognitive · Collaborative · Coordination) under active development for authorized red team / pen-test use only.
Follow AGENTS.md as the primary agent memory for this repository.
Also read:
| Doc | Why |
|---|---|
| docs/README.md | Docs catalog + Diátaxis map |
| docs/squidc5-vision.md | Product / security architecture |
| docs/roadmap-2026-2027.md | Prioritized roadmap |
| docs/user-guide.md | Feature reference (What/Why/How/Example) |
| docs/operator-runbook.md | Day-2 procedures |
| docs/deployment.md | Lab Docker + binary prod |
Hard rules
- Secure by default (no public docs/OpenAPI, no wildcard CORS, MCP off until enabled)
- Admin UI only after server validates admin token (
/api/v1/ops/admin.js) - No secrets in git
- MCP allow-lists and Admin AI / INKO sandbox (capability + chat tools) are non-negotiable
- Prod: main-CI
squidc5binary only after PR merge - Do not help with unauthorized access
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.
- 2d ago First seen · 26 lines · 323 tokens per session scan A d74db2ca22f1
SquidC5 CLAUDE.md is an instructions file published in the GitHub repository SquidSec/SquidC5 (51 stars, last pushed 13d ago), licensed MIT. It adds 323 tokens to every session, about $0.0016 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 instructions, from other repositories
AutoRedTeam-Orchestrator AGENTS.md
AGENTS.md instructions for Coff0xc/AutoRedTeam-Orchestrator, covering agents.md, 项目定位, 常用命令, 安装 and 运行入口.
geolens CLAUDE.md
Instructions for geolens-io/geolens: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
yorishiro-proxy CLAUDE.md
Instructions for usk6666/yorishiro-proxy, covering yorishiro-proxy, architecture, principle: l7-first, l4-capable, pipeline and l7/l4 support status by protocol.
deckforge CLAUDE.md
Instructions for Whatsonyourmind/deckforge, covering deckforge, tech stack, project structure, key commands and local development.
dev-challenge CLAUDE.md
Instructions for micheltlutz/dev-challenge, covering claude.md, the one rule to internalise, slash commands, subagents and skills.
Axon developer.instructions.md
Instructions for jyunming/Axon, covering role: developer, core conventions, document schema — never deviate, config.yaml → dataclass mapping and adding a new loader.