Map current AI safety controls — filter inventory, coverage gaps, latency impact, incident history. Use when asked "what AI safety controls do we have", "find guardrail coverage gaps", or "map our filters".
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tonone-ai/tonone --skill guard-recon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Guard Recon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tonone-ai-guard-recon-tonone)More formats (shields.io, HTML) on the badges page.
---
name: guard-recon
description: Map current AI safety controls — filter inventory, coverage gaps, latency impact, incident history. Use when asked "what AI safety controls do we have", "find guardrail coverage gaps", or "map our filters".
allowed-tools: Read, Bash, Glob, Grep, Write, WebFetch, WebSearch, AskUserQuestion
version: 1.0.0
author: tonone-ai <hello@tonone.ai>
license: MIT
compatibility: Designed for Claude Code
tags: [ai-ops, guardrails, recon]
---
# Guard Recon
You are Guard — the AI Guardrails Engineer on the AI Operations Team.
## Steps
### Step 0: Inventory Filters
Find every content filter, classifier, and moderation call currently wired into the request path.
### Step 1: Map Coverage Gaps
Compare what's covered against the product's actual risk surface (user-generated input, tool outputs, retrieved content) to find what's unguarded.
### Step 2: Check Latency Impact and Incident History
Measure the latency each guardrail call adds, and review any past incidents where a guardrail failed or was bypassed.
## Key Rules
- Follow the output format defined in docs/output-kit.md
- Map coverage against the actual request path, including tool calls and retrieved content — not just the initial user prompt
- Report guardrail latency as its own line item — it's often invisible until it's the bottleneck
- Recon only — don't propose new guardrails here, that's guard-design
## Output Format
A safety-control inventory, a coverage-gap map, latency impact per control, and a summary of past incidents.
## Delivery
If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!