security-audit

Solid

Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.

AI & Automation 2,996 stars 363 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
76
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Security Audit Performs a deep security audit using the Centinela (QA) agent. ## When to Use This Skill - Before a release to verify security posture - After significant code changes that touch authentication, authorization, or data handling - Periodic security review of the codebase - When adding new dependencies or external integrations ## What This Skill Does 1. Runs the SIGN IN checklist 2. Performs OWASP Top 10 systematic check (A01-A10) 3. Scans for hardcoded secrets, API keys, tokens, and connection strings 4. Audits dependencies for known CVEs 5. Checks smart contracts if Solidity is present (reentrancy, overflow, access control) 6. Runs Security Verification and Quality Verification checklists (TIME OUT) 7. Issues verdict and writes report to `docs/reviews/security-audit-{date}.md` 8. Prepares findings handoff to Dev agent ## How to Use ### Basic Usage ``` /security-audit ``` ### Scoped Audit ``` /security-audit src/auth/ src/api/ ``` ## Example **User**: `/security-audit src/payments/` **Output**: A security audit report at `docs/reviews/security-audit-2026-02-23.md` with: - OWASP Top 10 findings organized by severity - Secrets scan results - Dependency vulnerability report - Verdict: APPROVED or CHANGES REQUIRED - Fix order recommendation for the Dev agent ## Tips - If no scope is specified, the entire `src/` directory is audited - Critical findings trigger the Non-Normal emergency checklist - The agent will never attempt to fix vulnerabilities — o...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

security-audit

Audit code and dependencies for security vulnerabilities. Use when reviewing PRs, checking dependencies, preparing for deployment, or when user mentions security, vulnerabilities, or audit.

0 Updated today
israel7852
AI & Automation Listed

security-review

Run a comprehensive security review on code

1 Updated today
ItsProGamer974
AI & Automation Listed

security

Security audit — scans for secrets, injection, bad deps, auth issues; reports findings only

0 Updated 6 days ago
puukis
AI & Automation Solid

performing-security-audits

This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.

2,274 Updated today
jeremylongshore
Data & Documents Listed

security-audit

Deep adversarial security audit engine for full-stack web applications. Use this skill when the user wants to audit a codebase for security vulnerabilities, broken access control, injection risks, authentication weaknesses, payment security, file upload exploits, IDOR, CSRF, SSRF, RLS bypass, business logic abuse, rate limiting gaps, or deployment security issues. Trigger whenever the user says "audit my security", "find vulnerabilities", "pen test my app", "is this secure", "check for IDOR", "harden my auth", "review my payment flow for exploits", "can someone bypass this", "what can an attacker do", or shares code and asks about security, exploits, or hardening. Also trigger proactively when reviewing any app that handles auth, payments, file uploads, admin routes, or user-generated content — even if the user doesn't use the word "security".

2 Updated 2 days ago
Heet-P