security-review

Audit codebases for vulnerabilities and misconfigurations with severity-based findings.

38.5k|3.5k|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill security-review-yeachan-heo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/security-review
Command: npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill security-review-yeachan-heo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews provide a structured, proactive check of codebases to identify vulnerabilities, insecure patterns, and risks before they reach production.

Core Features & Use Cases

  • OWASP Top 10 scan, hardcoded secrets detection, and vulnerable components assessment.
  • Input validation, authentication/authorization review, and secure configuration guidance.
  • Use Case: Run a complete security audit after adding new dependencies or before production deployment to ensure compliance and reduce risk.

Quick Start

  • Trigger the security review on the target repository or code scope.
  • Review the generated report and implement remediation guidance, then re-run to verify fixes.
  • Re-run after major changes or deployments to maintain a secure baseline

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I perform a security audit on my codebase before deployment?

To perform a security audit, trigger a review on your target repository to scan for OWASP Top 10 vulnerabilities, hardcoded secrets, and insecure configurations. The audit outputs a structured report with severity-based findings and remediation guidance to fix risks before production deployment.

What does an OWASP Top 10 code review cover?

An OWASP Top 10 code review covers checks for hardcoded secrets, input validation, authentication and authorization flaws, and dependency security. It identifies vulnerabilities and misconfigurations across all code changes and new dependencies to ensure secure baseline compliance.

How do I detect hardcoded secrets and vulnerable dependencies in my project?

Detect hardcoded secrets and vulnerable dependencies by running a comprehensive project-wide security review. The review assesses vulnerable components and scans for exposed secrets, generating a structured report with severity-based findings and specific remediation guidance to resolve the risks.

Can I run a security review on specific file changes instead of the whole project?

Yes, you can run a security review on specific file changes. The audit supports both file-level and project-wide reviews, allowing you to target all code changes, new dependencies, and deployments to identify vulnerabilities and insecure patterns efficiently.

What is the best way to remediate vulnerabilities found during a code security audit?

The best way to remediate vulnerabilities is to review the structured security report generated by the audit, implement the provided severity-based remediation guidance, and then re-run the security review to verify that all fixes and secure configurations are successfully applied.

When do I need to run a codebase security audit?

You need to run a codebase security audit after adding new dependencies, making major code changes, or before production deployments. Re-running the audit maintains a secure baseline by proactively identifying vulnerabilities, insecure patterns, and misconfigurations before they reach production.