security-audit

Audit codebases for security risks and generate a prioritized remediation report.

37|6|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/pssah4/digital-innovation-agents --skill security-audit-pssah4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/pssah4/digital-innovation-agents/tree/main/skills/security-audit
Command: npx skills add https://github.com/pssah4/digital-innovation-agents --skill security-audit-pssah4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a comprehensive, formal security audit of an entire codebase and delivers a prioritized audit report with remediation guidance.

Core Features & Use Cases

  • SAST, OWASP Top 10, OWASP LLM Top 10, SCA, Zero Trust validation, and code quality checks rolled into a single, auditable process.
  • Artifact generation: Outputs a standardized audit report named AUDIT-{PROJECT}-{YYYY-MM-DD}.md with structured findings and a remediation plan.
  • Trigger discipline: Activation only when explicitly requested to run a full-codebase security audit.

Quick Start

Trigger a full security audit against your codebase by explicitly requesting an audit and providing the project context.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I run a comprehensive security audit on my codebase?

To run a comprehensive security audit, explicitly request a full-codebase audit and provide project context. The process analyzes source code, dependencies, and configurations to generate a prioritized, actionable remediation plan.

What does a formal codebase security audit cover?

A formal codebase security audit covers SAST, OWASP Top 10, OWASP LLM Top 10, SCA, zero-trust validation, and code quality checks. It evaluates your repository to identify security risks and produces an actionable remediation report.

Can I generate a standardized SAST and SCA audit report for my repository?

Yes, you can generate a standardized SAST and SCA audit report by triggering an explicit audit request. The output is a formal markdown file named AUDIT-{PROJECT}-{YYYY-MM-DD}.md containing structured findings and remediation guidance.

Does the audit process include OWASP LLM Top 10 and zero-trust checks?

Yes, the audit process includes OWASP LLM Top 10 and zero-trust validation checks alongside standard SAST and SCA scans. These checks are integrated into a single auditable process to identify and mitigate security risks.

When should I use an automated codebase security audit instead of manual checks?

An automated codebase security audit is ideal when you need thorough risk assessment and formal report generation with prioritized findings. It enforces artifact naming conventions and provides structured remediation guidance for complex repositories.

What format does the security audit report use for findings and remediation plans?

The security audit report uses a standardized markdown format named AUDIT-{PROJECT}-{YYYY-MM-DD}.md. It contains structured findings from SAST and SCA scans, alongside a prioritized, actionable remediation plan.