security

Audit codebases for security vulnerabilities across injection, authentication, and data protection.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill security-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/security
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill security-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of auditing code for security vulnerabilities and verifying that fixes have been implemented correctly, ensuring a more robust and secure codebase.

Core Features & Use Cases

  • Vulnerability Scanning: Detects common security flaws like injection attacks, authentication issues, and data exposure.
  • Dependency Auditing: Checks for known vulnerabilities in project dependencies.
  • Fix Verification: Confirms that security patches have been applied and do not introduce regressions.
  • Use Case: Before deploying a new feature that handles user payments, run a /security audit to proactively identify and fix any potential vulnerabilities.

Quick Start

Use the security skill to audit the entire codebase for vulnerabilities.

Frequently Asked Questions about security

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

FAQPage Schema
How do I audit my codebase for security vulnerabilities like injection attacks?

You can perform a security audit to detect injection attacks, authentication flaws, and data exposure issues across your codebase. The Skill orchestrates specialized agents for scanning and verifying that fixes have been correctly implemented.

What is the best way to verify that a security patch does not introduce regressions?

Verifying security patches involves confirming the fix is applied and checking for regressions. This Skill orchestrates verification agents to validate that security updates function correctly without breaking existing codebase logic.

Can I run a targeted security audit on specific code scopes or dependencies?

Targeted security audits can be run on specific code scopes or dependencies. The Skill supports checking for known vulnerabilities in project dependencies and allows scoping audits to focus verification on particular codebase areas.

Do I need specific agents to perform a code security audit?

Performing a code security audit requires specific agents to execute. The Skill orchestrates specialized agents, specifically requiring 'aegis' and 'arbiter', to carry out comprehensive vulnerability scanning and fix verification processes.

When should I run a vulnerability scan on my code?

Vulnerability scans should be run before deploying new features, especially those handling sensitive operations like user payments. Running a security audit proactively identifies and helps fix potential data protection issues and authentication flaws.