What problem does it solve? Claude Code configurations like CLAUDE.md, settings.json, and MCP server definitions can contain hardcoded secrets, overly permissive permissions, and prompt injection risks that are easy to miss during manual review. This Skill audits the entire .claude/ directory and reports graded, actionable findings. ## Core Features & Use Cases - Configuration Auditing: Scans CLAUDE.md, settings.json, mcp.json, hooks, and agent definitions for secrets, dangerous permissions, and injection patterns. - Auto-Fix and CI Integration: Applies safe automatic fixes and exports JSON, Markdown, or HTML reports suitable for GitHub Actions pipelines. - Deep Adversarial Analysis: Runs an optional three-agent red team, blue team, and auditor pipeline for deeper threat assessment. - Use Case: Before committing changes to .claude/settings.json, run a scan to catch a wildcard Bash(*) permission or a hardcoded API key before it reaches production. ## Quick Start Ask the assistant to run a security scan on the current project's .claude directory and summarize any critical or high severity findings.