security-auditor

Audit code for security vulnerabilities, exposed secrets, and compliance gaps.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kaakati/sdh-claude-skills --skill security-auditor-kaakati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/Kaakati/sdh-claude-skills/tree/main/.claude/skills/security-auditor
Command: npx skills add https://github.com/Kaakati/sdh-claude-skills --skill security-auditor-kaakati

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill proactively identifies and helps remediate security vulnerabilities, exposed secrets, and compliance gaps within your codebase, ensuring a robust security posture.

Core Features & Use Cases

  • Secret Scanning: Detects hardcoded API keys, tokens, and other sensitive credentials.
  • Vulnerability Auditing: Checks for common security flaws like SQL injection, XSS, and broken access control based on OWASP Top 10.
  • Dependency Analysis: Scans for vulnerable or outdated third-party libraries.
  • Use Case: Before deploying a new feature, run this skill to perform a comprehensive security audit, ensuring no critical vulnerabilities or exposed secrets make it to production.

Quick Start

Use the security-auditor skill to scan the current project for security vulnerabilities and exposed secrets.

Frequently Asked Questions about security-auditor

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

FAQPage Schema
How do I scan my codebase for hardcoded secrets and API keys?

To scan for hardcoded secrets, you audit the codebase to detect exposed API keys, tokens, and sensitive credentials. This identifies sensitive credentials embedded in source files to prevent unauthorized access.

How does an OWASP Top 10 audit check for injection flaws and broken access control?

An OWASP Top 10 audit validates input handling against injection flaws like SQL injection and XSS. It analyzes authentication and authorization mechanisms to identify broken access controls and data protection gaps.

What is the best way to check dependencies for vulnerabilities and license compliance?

The best way to check dependencies is performing SBOM analysis to assess supply chain integrity. This scans for vulnerable third-party libraries and validates license compliance to secure your software supply chain.

Can I assess configuration security and compliance gaps before deploying to production?

Yes, you can assess configuration security and compliance gaps before production. Running a comprehensive security audit ensures no critical vulnerabilities or exposed secrets make it into your deployment environment.

Why does dependency vulnerability scanning require supply chain integrity analysis?

Dependency vulnerability scanning requires supply chain integrity analysis to identify compromised or outdated third-party libraries. Evaluating the SBOM ensures upstream package flaws do not introduce exploitable weaknesses into your codebase.