add-security-audit

Audit codebases against OWASP Top 10 vulnerabilities.

8|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/brabos-ai/code-addiction --skill add-security-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-security-audit
Source: https://github.com/brabos-ai/code-addiction/tree/main/framwork/.codeadd/skills/add-security-audit
Command: npx skills add https://github.com/brabos-ai/code-addiction --skill add-security-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of auditing your codebase against critical security vulnerabilities, ensuring compliance with industry best practices like the OWASP Top 10.

Core Features & Use Cases

  • Comprehensive Security Checks: Audits for broken access control, cryptographic failures, injection flaws, insecure design, misconfigurations, vulnerable components, authentication failures, integrity failures, logging failures, and SSRF.
  • Vulnerability Identification: Pinpoints specific areas of risk within your code, including multi-tenancy, injection, authentication, and XSS vulnerabilities.
  • Use Case: Before deploying a new feature, run this audit to proactively identify and address potential security weaknesses, preventing costly breaches and maintaining user trust.

Quick Start

Run a security audit on the current project's codebase to identify any OWASP Top 10 vulnerabilities.

Frequently Asked Questions about add-security-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my codebase for OWASP Top 10 vulnerabilities?

This Skill identifies specific OWASP Top 10 risks like broken access control, cryptographic failures, and insecure design. It pinpoints multi-tenancy, injection, authentication, and XSS vulnerabilities by analyzing specific code patterns and validating inputs.

Can I check my project dependencies for security vulnerabilities?

Run a security audit before deploying a new feature to proactively identify and address potential weaknesses. This prevents costly breaches and maintains user trust by ensuring your codebase complies with industry best practices.

What's the best way to check my code for injection and authentication failures?

The audit covers broken access control, cryptographic failures, injection flaws, insecure design, misconfigurations, vulnerable components, authentication failures, integrity failures, logging failures, and SSRF.

Does this security audit check for SSRF and logging failures?

Yes, this security audit checks for SSRF and logging failures. It performs comprehensive checks across all OWASP Top 10 categories, specifically including server-side request forgery and logging failures in its code analysis.

How do I identify misconfigurations and insecure design in my code?

To identify misconfigurations and insecure design, run this Skill to analyze your codebase against OWASP standards. It detects specific risk patterns and validates inputs to pinpoint architectural weaknesses before deployment.