security-guardian

Audit application code for OWASP Top 10 vulnerabilities and security flaws.

88|6|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/ccboard --skill security-guardian-florianbruniaux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-guardian
Source: https://github.com/FlorianBruniaux/ccboard/tree/main/.claude/skills/security-guardian
Command: npx skills add https://github.com/FlorianBruniaux/ccboard --skill security-guardian-florianbruniaux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill acts as an expert application security analyst, identifying vulnerabilities, auditing code, and guiding best practices to prevent security breaches.

Core Features & Use Cases

  • Vulnerability Detection: Scans code for common security flaws (OWASP Top 10, injection, auth issues).
  • Security Audits: Reviews sensitive code sections like authentication, payment, and data handling.
  • Secure Design Guidance: Advises on building secure features from the ground up.
  • Use Case: Before deploying a new feature handling user payments, use this Skill to perform a thorough security audit of the relevant code modules, ensuring no critical vulnerabilities are present.

Quick Start

Use the security-guardian skill to audit the code in the './src/payment' directory for security vulnerabilities.

Frequently Asked Questions about security-guardian

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

FAQPage Schema
How do I audit my source code for OWASP Top 10 vulnerabilities before deployment?

To audit code for OWASP Top 10 vulnerabilities, you need an expert security analysis that scans for common flaws like injection and authentication issues. This process identifies critical risks in sensitive modules before deployment.

What is the best way to review payment processing code for security flaws?

Reviewing payment processing code for security flaws requires a targeted security audit of sensitive data handling modules. This analysis detects vulnerabilities in authorization and cryptography to ensure secure transactions.

Can I get guidance on secure development practices for authentication features?

Yes, secure development practices for authentication features are provided through secure design guidance. This helps you build secure features from the ground up by advising on proper authorization and secrets management.

How do I detect and remediate injection vulnerabilities in my application?

To detect and remediate injection vulnerabilities, perform a thorough vulnerability detection scan on your codebase. This analysis identifies injection flaws and provides guidance for vulnerability remediation in affected code sections.

Does this security audit work for reviewing secrets management and cryptography implementations?

Yes, this security audit specializes in reviewing secrets management and cryptography implementations. It analyzes your code to ensure sensitive data handling and cryptographic functions follow secure coding best practices.