security-audit

Identify software codebase vulnerabilities and map findings to OWASP Top 10.

4|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/89jobrien/steve --skill security-audit-89jobrien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/89jobrien/steve/tree/main/steve/skills/security-audit
Command: npx skills add https://github.com/89jobrien/steve --skill security-audit-89jobrien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides comprehensive security reviews to identify vulnerabilities and plan remediation.

Core Features & Use Cases

  • Code Review: Static/dynamic security analysis.
  • OWASP Coverage: Maps findings to OWASP Top 10.
  • Dependency & Data Protection: Checks for vulnerable components and data safeguards.
  • Remediation Roadmap: Produces actionable plans.

Quick Start

Run a security audit against your application to generate a structured report.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I identify vulnerabilities in my codebase during code review?

Static and dynamic security analysis identifies vulnerabilities by examining code logic, data flow, and runtime behavior. This skill performs comprehensive code review to detect common weakness patterns, map findings to OWASP Top 10 categories, and produce actionable remediation steps for web and enterprise applications.

What is OWASP Top 10 assessment and why does my application need it?

OWASP Top 10 assessment maps security findings to the ten most critical web application vulnerabilities. This skill classifies discovered vulnerabilities against OWASP categories, helping prioritize remediation by risk severity and ensuring your application addresses industry-recognized threat classes.

How do I check for vulnerable dependencies in my project?

Dependency analysis scans project components for known vulnerabilities by examining package versions and security advisories. This skill identifies at-risk dependencies, assigns CVSS severity scores, and recommends replacement versions or mitigations in your remediation roadmap.

Can I get a remediation plan with proof-of-concept demonstrations for security findings?

Remediation planning produces structured roadmaps with proof-of-concept demonstrations showing vulnerability impact and exploit paths. This skill generates actionable plans that prioritize fixes by CVSS score, CWE mapping, and business risk to guide your security patching strategy.

Does security auditing cover authentication and data protection reviews?

Authentication and data protection reviews examine access control mechanisms and sensitive data safeguards. This skill assesses both during security audits, identifying weak authentication patterns, encryption gaps, and data exposure risks across your application architecture.

What output do I get from a security audit report?

A security audit report includes vulnerability findings mapped to CVSS scores and CWE identifiers, OWASP Top 10 classifications, proof-of-concept demonstrations, and a prioritized remediation roadmap. Output is structured for immediate handoff to development and compliance teams.