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 commands/ccplugins/awesome-claude-code-plugins/agent-preflightgit clone --depth 1 https://github.com/ccplugins/awesome-claude-code-pluginsWhat 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.00012 | $0.00365 |
| Opus 5 | $0.00006 | $0.00182 |
| Sonnet 5 | $0.00002 | $0.00073 |
| Haiku 4.5 | $0.00001 | $0.00036 |
Grade A, and why
agent-preflight scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. If the scanner is missing, do not curl-pipe or auto-install anything. Tell the user to inspect or copy the free scanner from: What it actually says
Context
- Current branch: !
git branch --show-current - Current status: !
git status --short
Your task
Run an AI-agent safety preflight before this Claude Code session gets broad tool access.
-
If
agent_preflight_lite.pyis present in this repo, run:python3 agent_preflight_lite.py . python3 agent_preflight_lite.py . --json -
Summarize the result as Green, Yellow, or Red:
- Green: zero or one low-risk bucket; continue with normal review discipline.
- Yellow: two or three buckets, package scripts, MCP/Claude/Cursor config, or secret-adjacent files; write may-run / must-ask / must-not-touch rules before executing commands.
- Red: destructive shell, credential-adjacent files, or four-plus risk buckets; stop and get explicit approval before shell/package/deploy commands.
-
If the scanner is missing, do not curl-pipe or auto-install anything. Tell the user to inspect or copy the free scanner from:
https://github.com/el-zachariah/ai-agent-safety-starter-pack -
End with a concise handoff:
- Findings
- Commands allowed now
- Commands that need approval
- Files or directories the agent must not touch
This command is a lightweight pre-tool-access checklist for Claude Code plugin users; it is not a sandbox, malware scanner, or full security audit.
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.
- yesterday First seen · 37 lines · 12 tokens per session scan A 39fdb507b34f
agent-preflight is a command published in the GitHub repository ccplugins/awesome-claude-code-plugins (926 stars, last pushed 19d ago), licensed Apache-2.0. It adds 12 tokens to every session and 365 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
e2e-test-command
This is a mock slash command file for E2E testing.
atl-fetch-confluence
Command "atl-fetch-confluence" from lc-semba-ryuichiro/semba-claude-plugins, covering confluence 情報取得コマンド, コマンド実行, オプション, 実行例 and ページ情報を取得(json).
atl-fetch-jira
Command "atl-fetch-jira" from lc-semba-ryuichiro/semba-claude-plugins, covering jira 情報取得コマンド, コマンド実行, オプション, 実行例 and 課題情報を取得(json).
webpify-list
WebPファイルの一覧と情報を表示.
webpify
画像ファイルを WebP 形式に変換.
diagram-drawio
Command "diagram-drawio" from lc-semba-ryuichiro/semba-claude-plugins, covering draw\.io図作成コマンド, 実行手順, スキル参照(必須) and 出力オプション.