appsec-audit

Analyze code and infrastructure for security vulnerabilities using STRIDE and OWASP guidance.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/nholder88/ai-agent-workflows --skill appsec-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appsec-audit
Source: https://github.com/nholder88/ai-agent-workflows/tree/main/skills/appsec-audit
Command: npx skills add https://github.com/nholder88/ai-agent-workflows --skill appsec-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Application security audit combining static analysis, STRIDE threat modeling, OWASP-aware code review, container/deployment review, and vulnerability intelligence from authoritative sources. USE FOR: security audit after implementation, threat modeling, OWASP compliance check, CVE intelligence gathering. DO NOT USE FOR: code quality review (use code-review), UI/UX review (use ui-ux-review), implementation (use impl-* skills).

Core Features & Use Cases

  • Threat modeling and security review across code and deployment
  • CVE intelligence gathering and compliance checks
  • Report generation with prioritized findings and remediation guidance

Quick Start

Provide a codebase or infrastructure to audit, and I will return a structured security findings report.

Frequently Asked Questions about appsec-audit

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

FAQPage Schema
How do I perform a security audit on my codebase and cloud infrastructure?

To perform a security audit, provide your codebase or infrastructure for analysis. The audit identifies vulnerabilities using STRIDE threat modeling, OWASP guidance, and CVE intelligence, returning structured findings with risk ratings and remediation guidance.

What is STRIDE threat modeling and when should I use it for deployment reviews?

STRIDE threat modeling is a structured approach to identifying security threats across code and deployments. Use it for post-implementation audits, compliance checks, and container security reviews to produce prioritized findings and remediation steps.

Can I use this security audit for OWASP compliance checks and CVE intelligence gathering?

Yes, you can use this audit for OWASP compliance checks and CVE intelligence gathering. It analyzes code and infrastructure against OWASP guidance and authoritative vulnerability sources to generate structured reports with risk ratings.

Does this security audit cover container security and CI/CD pipeline review?

Yes, this security audit covers container security and CI/CD pipeline review. It analyzes deployment configurations across cloud infrastructure, producing structured findings, risk ratings, and remediation guidance suitable for CI integration.

What is the best way to integrate security audit findings into ticketing and governance processes?

The best way to integrate security audit findings is to use the structured report output with prioritized findings and remediation guidance. These structured outputs are designed for direct integration into CI, ticketing, and governance processes.

When should I not use an application security audit?

You should not use an application security audit for code quality review or UI/UX review. It is specifically designed for security vulnerability identification, threat modeling, and compliance checks rather than general implementation or design feedback.