security-audit

Audit codebases, CI pipelines, and deployments against OWASP standards.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/houke/nexus-playground --skill security-audit-houke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/houke/nexus-playground/tree/main/.github/skills/security-audit
Command: npx skills add https://github.com/houke/nexus-playground --skill security-audit-houke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security teams and developers perform comprehensive OWASP-aligned security audits across their codebases, CI pipelines, and deployment configurations.

Core Features & Use Cases

  • Vulnerability Detection: Identify OWASP Top 10 risks, misconfigurations, and insecure dependencies in code repositories and build pipelines.
  • Remediation Guidance: Provide actionable recommendations and references to improve secure coding practices.
  • Use Case: When auditing a new project, run the security-audit skill to generate a prioritized remediation plan and a compliance-ready report.

Quick Start

Run the security-audit skill in your project environment with the recommended tools to generate an initial security report.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I perform an OWASP-aligned security audit on my codebase?

To perform an OWASP-aligned security audit, run this skill in your project environment to detect OWASP Top 10 risks, misconfigurations, and insecure dependencies, generating a prioritized remediation plan and compliance-ready report.

Can I detect leaked secrets and vulnerable dependencies using npm audit and secretlint?

Yes, you can detect leaked secrets and vulnerable dependencies by running this skill, which requires Node.js and utilizes tools like npm audit, npx secretlint, and npx snyk to identify cryptographic flaws and vulnerable components.

Does this security audit skill check CI pipelines and cloud configurations for broken access control?

Yes, this security audit skill checks CI pipelines and cloud configurations to detect broken access control, insecure design patterns, and misconfigurations, providing actionable recommendations to improve secure coding practices.

Do I need to install Snyk before scanning my repository for insecure design patterns?

Yes, you need Node.js with npm or yarn installed, along with tools like npx snyk, npx secretlint, and npm audit, to scan your repository for insecure design patterns and generate actionable security reports.

What is the best way to generate a compliance-ready security report for a new project?

The best way to generate a compliance-ready security report is to run this skill against your new project, which analyzes code repositories and build pipelines to produce a prioritized remediation plan aligned with OWASP standards.

Why does my codebase security audit require specific Node.js tools to detect vulnerable components?

Your codebase security audit requires specific Node.js tools because it leverages npm audit, npx secretlint, and npx snyk to accurately identify vulnerable components, leaked secrets, and cryptographic flaws across your deployment configurations.