code-security-audit

Identify OWASP Top 10 security vulnerabilities in application code.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/foutoucour/guitar-match --skill code-security-audit-foutoucour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-security-audit
Source: https://github.com/foutoucour/guitar-match/tree/main/.claude/skills/security/code-security-audit
Command: npx skills add https://github.com/foutoucour/guitar-match --skill code-security-audit-foutoucour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan application code to identify OWASP Top 10 vulnerabilities, injection flaws, XSS, CSRF, hardcoded secrets, and unsafe cryptography, enabling proactive security hardening.

Core Features & Use Cases

  • Automated code-security auditing: Detects common vulnerability patterns across languages and frameworks.
  • Language-aware checks: Applies language-specific rules after identifying the tech stack.
  • Remediation guidance: Provides actionable findings with suggested mitigations for each issue.

Quick Start

Provide the source directory or project root to audit and let it scan for OWASP Top 10 vulnerabilities.

Frequently Asked Questions about code-security-audit

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

FAQPage Schema
How do I scan my codebase for OWASP Top 10 vulnerabilities and hardcoded secrets?

To scan for OWASP Top 10 vulnerabilities and hardcoded secrets, provide your source directory or project root path. The audit identifies injection flaws, XSS, CSRF, and unsafe cryptography while applying language-specific security checks across your multi-language codebase.

What is the best way to detect injection flaws and XSS in a multi-language application?

Detecting injection flaws and XSS in a multi-language application requires language-aware static analysis. The audit automatically identifies your tech stack to apply specific rules, flagging dangerous patterns and prioritizing input handling, authentication, and data persistence layers.

Can I audit a specific source directory instead of the entire project root?

Yes, you can scope the code security audit to a specific provided path or the entire project root. This allows you to target individual modules or directories for vulnerabilities, insecure design, and misconfigurations without scanning unrelated code.

Does static analysis find insecure design and vulnerable dependencies in my code?

Static analysis finds insecure design and vulnerable dependencies by enforcing checks against known dangerous patterns. It scans application code to detect misconfigurations, unsafe cryptography, and hardcoded secrets while reporting actionable remediation guidance for each finding.

How do I get remediation guidance for security vulnerabilities found in my code?

To get remediation guidance for security vulnerabilities, run the audit on your application code. It provides actionable findings with suggested mitigations for each identified issue, covering everything from hardcoded secrets to OWASP Top 10 exposure.