trustable-ai: Command for Claude Code

.claude/commands/security-specialist.md

security-specialist is a command for Claude Code from keychain-io/trustable-ai. It costs 0 tokens per session (163 once invoked), scanned A, a copy of qa-engineer, MIT.

A command that loads a separate security-specialist agent definition and asks another agent to perform the security analysis.

In plain words
What is it for?
Use it to read `.claude/agents/security-specialist.md`, pass along the user's request, and return that specialist agent's analysis.
Why use it?
It moves security work into a fresh agent context with specified model and reasoning settings, instead of handling it in the current context.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is keychain-io/trustable-ai's own configuration. It tells Claude Code how to work on trustable-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything trustable-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to keychain-io/trustable-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/keychain-io/trustable-ai/main/.claude/commands/security-specialist.md
Clone the repo
git clone --depth 1 https://github.com/keychain-io/trustable-ai

Made for: Claude Code.

Wrote 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.

agentmods badge for security-specialist

README.md
[![agentmods](https://agentmods.dev/badge/commands/keychain-io/trustable-ai/security-specialist.svg)](https://agentmods.dev/commands/keychain-io/trustable-ai/security-specialist)
Your own site
<a href="https://agentmods.dev/commands/keychain-io/trustable-ai/security-specialist"><img src="https://agentmods.dev/badge/commands/keychain-io/trustable-ai/security-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00163
Opus 5 $0.00000 $0.00081
Sonnet 5 $0.00000 $0.00033
Haiku 4.5 $0.00000 $0.00016

Measured 6d ago against content hash e47e0daaebde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

security-specialist 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 6d 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.

Origin

This is a copy

86% identical to qa-engineer — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/security-specialist.md · 18 lines

What it actually says

Security Specialist Agent Invocation

Read the agent definition from .claude/agents/security-specialist.md and invoke it as a separate agent using the Task tool.

Important: This agent should be spawned with:

  • Model: Sonnet 4.5
  • Fresh context window
  • Extended thinking enabled (the agent definition includes this guidance)

Instructions

  1. Read the full agent definition from .claude/agents/security-specialist.md
  2. Combine it with the user's specific request
  3. Invoke using the Task tool with model="sonnet" and subagent_type="general-purpose"
  4. The agent will execute in a fresh context window with its own token budget
  5. Return the agent's analysis to the user

Pass the user's request to the Security Specialist agent now.

Changes

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.

  1. 6d ago First seen · 18 lines · 0 tokens per session scan A e47e0daaebde

Subscribe to this mod's changes

security-specialist is a command published in the GitHub repository keychain-io/trustable-ai (2 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 163 tokens. A static security scan graded it A with 0 findings. It is 86% identical to qa-engineer, differing in 8 lines, and is treated as a copy.