Audit Risk — Security skill for Claude Code
Find new risk surfaces (dependencies, auth, payments, destructive data ops, outbound calls, secrets) since the baseline.
How to install Audit Risk
Installs to ~/.claude/skills/drix10-agent-flow-audit-risk/SKILL.md
mkdir -p ~/.claude/skills/drix10-agent-flow-audit-risk && curl -fsSL https://raw.githubusercontent.com/Drix10/agent-flow/HEAD/prompts/audit-risk.md -o ~/.claude/skills/drix10-agent-flow-audit-risk/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Audit Risk does
description: Find new risk surfaces (dependencies, auth, payments, destructive data ops, outbound calls, secrets) since the baseline
Follow the `gardener` skill's /audit-risk procedure: call `risk_audit`, group new surfaces by type, propose protected_paths / risk_boundaries updates, and call `risk_baseline_update` with only the keys I accept. Secrets are never accepted — tell me to remove and rotate them.
Alternatives in Security
- Perplexity Super Skills — Complete collection of 12 Perplexity Computer Super-Skills merging Perplexity + Claude Code capabilities acros 346 ★
- Openclaw Ops — OpenClaw operations skill with health checks, repair scripts, watchdogs, update triage, and security scans 225 ★
- Sovereign Skills — 20 production-grade skills for AI coding agents — setup, scope, discipline, code review, security, session man 125 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Migration Audit
Safety review of pending Supabase / Postgres migrations: destructive ops, locking impact on large tables, miss
My Security Review
Run a personal agent-tooling security review - secrets, shell/hook command execution, untrusted input, plugin/
Vibe Secure
Security audit for AI-generated code. Catches hardcoded secrets, injection surfaces, auth gaps, and insecure d
Redstamp
own your agent security — a deterministic, offline firewall for AI agent tool calls. Blocks secret exfil, prom
Branch Audit
Read-only audit of local branches, worktrees, and PR state. Classifies each as fully-merged / unique-work / st
Find Wasted Code
Run the find-wasted-code audit — the code-per-friction sibling of /token-waste-audit and /find-wasted-effort.
Related Agents
Security Agent.Agent
Use when a change touches permissions, authentication, dependencies, configuration, release surfaces, sensitiv
Seraph
Static security audit of a repo's code and config (exposed secrets, missing authorisation, injection surfaces,
Ops Security
Head of Operations + Security. Owns the security axis of review — threat modeling, auth/authz audits, OWASP To