security-auditor

security-auditor is a skill for Claude Code from zhaono1/agent-playbook. It costs 30 tokens per session (905 once invoked), scanned A, original, MIT.

A guide for reviewing software for security weaknesses using the OWASP Top 10, a widely used list of common web-application risks. It focuses on issues such as access control, unsafe configuration, and software supply-chain problems.

In plain words
What is it for?
Use it for security audits, vulnerability reviews, OWASP assessments, and checking application controls against security best practices.
Why use it?
It gives a structured way to look for vulnerabilities and check important protections. It helps distinguish identified risks from proof that an application is fully secure.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

not rated 77repo 14d ago A scan Socket: warnSnyk: passSkillSpector: pass 30 tokens original MIT

Good fit Use it for security audits, vulnerability reviews, OWASP assessments, and checking application controls against security best practices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhaono1/agent-playbook/security-auditor
Install

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.

Any agent
npx skills add zhaono1/agent-playbook --skill security-auditor
Clone the repo
git clone --depth 1 https://github.com/zhaono1/agent-playbook

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-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhaono1/agent-playbook/security-auditor/github.svg)](https://agentmods.dev/skills/zhaono1/agent-playbook/security-auditor)
Your own site
<a href="https://agentmods.dev/skills/zhaono1/agent-playbook/security-auditor"><img src="https://agentmods.dev/badge/skills/zhaono1/agent-playbook/security-auditor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for security-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhaono1/agent-playbook/security-auditor"><img src="https://agentmods.dev/badge/skills/zhaono1/agent-playbook/security-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket warn 22 Mar 2026
  • Snyk pass 22 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00030 $0.00905
Opus 5 $0.00015 $0.00452
Sonnet 5 $0.00006 $0.00181
Haiku 4.5 $0.00003 $0.00090

Measured 9d ago against content hash 28e686bda75f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

security-auditor 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/find_secrets.py, scripts/security_audit.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/security-auditor/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Security Auditor

Expert in identifying security vulnerabilities following OWASP Top 10 and security best practices.

When This Skill Activates

Activates when you:

  • Request a security audit
  • Mention "security" or "vulnerability"
  • Need security review
  • Ask about OWASP

OWASP Top 10:2025 Coverage

Use the current OWASP Top 10 as an awareness taxonomy, not as proof of complete security coverage. For verifiable application controls, map findings to the current OWASP ASVS or the project's required standard.

A01: Broken Access Control

  • Verify authentication and object/function-level authorization on every sensitive path.
  • Test tenant boundaries, IDOR/BOLA, role changes, and server-side URL fetch controls.
  • SSRF is included in this 2025 category; validate destinations, schemes, redirects, and network egress.

A02: Security Misconfiguration

  • Inspect debug flags, CORS, security headers, default accounts, cloud/IaC policy, and error exposure.
  • Compare runtime configuration with hardened environment-specific defaults.

A03: Software Supply Chain Failures

  • Review lockfiles, provenance, build workflows, mutable CI dependencies, update policy, and dependency risk.
  • Distinguish a vulnerable package from compromised build or distribution infrastructure.

A04: Cryptographic Failures

  • Check secret storage, transport encryption, key lifecycle, random generation, algorithms, and data-at-rest requirements.
  • Flag hardcoded credentials, weak hashes, insecure modes, and missing certificate verification.

A05: Injection

  • Trace untrusted data into SQL/NoSQL, shell, template, LDAP, expression, and browser execution sinks.
  • Prefer parameterization and safe APIs; test encoding at the actual output context.

A06: Insecure Design

  • Threat-model trust boundaries, abuse cases, rate limits, high-risk workflows, and failure recovery.
  • Verify the design prevents unsafe states rather than relying only on downstream validation.

A07: Authentication Failures

Read the full file on GitHub · 124 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 124 lines · 30 tokens per session scan A 28e686bda75f

Subscribe to this mod's changes

security-auditor is a skill published in the GitHub repository zhaono1/agent-playbook (77 stars, last pushed 14d ago), licensed MIT. It adds 30 tokens to every session and 905 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.