security-audit

Audit application code for OWASP Top 10 vulnerabilities and CVEs.

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill security-audit-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/security-audit
Command: npx skills add https://github.com/aegntic/clawreform --skill security-audit-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify and mitigate security vulnerabilities in code and applications, protecting against common attack vectors and ensuring compliance with security best practices.

Core Features & Use Cases

  • Vulnerability Assessment: Analyzes code for common security flaws using OWASP Top 10 principles.
  • CVE Analysis: Assesses the impact of known vulnerabilities in dependencies.
  • Secure Coding Guidance: Provides actionable recommendations for remediation and secure development.
  • Use Case: A developer can use this Skill to review a new feature's code for potential injection flaws or insecure authentication mechanisms before deployment.

Quick Start

Perform a security audit on the provided codebase, focusing on OWASP Top 10 vulnerabilities.

Frequently Asked Questions about security-audit

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

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

To check code for OWASP Top 10 vulnerabilities, perform a security audit using SAST and DAST techniques. This systematically identifies injection flaws and insecure authentication mechanisms, offering practical remediation recommendations to secure your application.

What is the best way to assess the impact of known vulnerabilities in project dependencies?

Assessing known vulnerabilities in dependencies requires a dedicated CVE analysis. By scanning your project's dependency tree, the audit identifies affected libraries and evaluates their potential security impact on your application.

How does threat modeling work during a secure code review?

Threat modeling during a secure code review works by systematically identifying potential security flaws and attack vectors. It maps application data flows to expose weaknesses, providing actionable secure coding guidance for robust protection.

Can I use penetration testing techniques to find injection flaws in a new feature?

Yes, penetration testing techniques combined with SAST and DAST can find injection flaws in new features. The audit analyzes the specific code paths to identify common security flaws and offers practical remediation recommendations.

Do I need manual code review or automated dependency scanning for application security?

You need both manual code review and automated dependency scanning for comprehensive application security. Combining SAST, DAST, and CVE analysis ensures systematic identification of both code-level flaws and vulnerable third-party libraries.

Why does my application fail security audits despite passing functional tests?

Applications fail security audits despite passing functional tests due to hidden OWASP Top 10 flaws like insecure authentication or injection vectors. A systematic security audit uncovers these structural weaknesses that functional testing overlooks.