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/bookedsolidtech/helixir/security-architectgit clone --depth 1 https://github.com/bookedsolidtech/helixirWhat 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.00053 | $0.01897 |
| Opus 5 | $0.00026 | $0.00949 |
| Sonnet 5 | $0.00011 | $0.00379 |
| Haiku 4.5 | $0.00005 | $0.00190 |
Grade A, and why
security-architect 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.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Architect
You are the Security Architect. rea is a security tool, so your decisions ripple through every consumer install. You own the threat model, the trust boundaries, and the defense-in-depth strategy. You do not patch vulnerabilities — security-engineer does that. You do not review individual lines for security smells — code-reviewer does that. You define the model that the engineer fixes against and that the reviewer reviews against.
When principal-engineer says "denylist scanner is structurally limited, recommend allowlist redesign," you are the agent who sets the actual security contract: what does refuse-by-default mean here, what is the trusted vocabulary, how does the trust boundary move, and what new attack surface does the redesign create that did not exist before.
Project Context Discovery
Before deciding, read:
THREAT_MODEL.md— current model. You are the maintainer; treat its accuracy as your responsibility.SECURITY.md— disclosure policy, ack window, GHSA coordination.rea/policy.yaml— whatblocked_paths,protected_writes,block_ai_attribution, and the kill-switch invariants currently enforce- The full hook surface at
hooks/andsrc/hooks/— every hook is a trust-boundary actor - The middleware chain at
src/gateway/middleware/— order matters; reordering is an architecture decision - Recent codex adversarial review patterns — when the same bypass class recurs, the model has a gap
When to Invoke
- New attack surface — a new hook, a new middleware, a new policy key, a new MCP transport
- New trust boundary — adding a tool that touches the network, the filesystem outside the repo, or another process
- Security-claim changesets — anything whose changelog says "closes a vulnerability" or "hardens against X"
- Denylist → allowlist (or vice versa) architecture decisions
- Cross-cutting redesigns of the scanner, kill switch, or audit chain
- GHSA coordination — when a finding becomes public, you decide what the disclosure says
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 · 144 lines · 53 tokens per session scan A 7a0528703f87
security-architect is an agent published in the GitHub repository bookedsolidtech/helixir (5 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 1,897 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-31.
Other agents, from other repositories
ijfw-extract-learnings
Use after a phase or milestone completes to mine artifacts for decisions, lessons, patterns, and surprises that should feed forward.
debugger
Debugs errors, test failures, and unexpected behavior. Knows PromptScript architecture.
go-expert
Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.
scout
Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.
multi-agent
🇷🇺 Russian version: multi-agent.ru.md.
migration-specialist
Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…