security-review

Review code diffs for OWASP Top 10 vulnerabilities and hardcoded secrets.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/dhruvinrsoni/agentskills-garden --skill security-review-dhruvinrsoni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/dhruvinrsoni/agentskills-garden/tree/main/skills/40-quality/security-review
Command: npx skills add https://github.com/dhruvinrsoni/agentskills-garden --skill security-review-dhruvinrsoni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill proactively identifies and mitigates security risks in code changes, preventing vulnerabilities from reaching production.

Core Features & Use Cases

  • OWASP Top 10 Scan: Reviews code against common web application security risks.
  • Secret Detection: Scans for hardcoded API keys, passwords, and other sensitive credentials.
  • Input Validation Audit: Ensures all external inputs are properly validated to prevent injection attacks.
  • Use Case: Before merging a pull request that modifies user authentication logic, run this Skill to ensure no new vulnerabilities are introduced and no secrets are exposed.

Quick Start

Use the security-review skill to scan the provided code diff for any security vulnerabilities.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I scan code diffs for security vulnerabilities before merging?

Scanning code diffs for security vulnerabilities involves performing a security-focused review that checks changes against OWASP Top 10 categories, detects hardcoded secrets, and audits input validation to prevent risks from reaching production.

How do I detect hardcoded secrets and API keys in my source code?

Detecting hardcoded secrets in source code requires running a secret detection scan that analyzes your code changes to identify exposed API keys, passwords, and other sensitive credentials before they reach production.

What is an input validation audit and how does it prevent injection attacks?

An input validation audit is a security review process that verifies all external inputs are properly sanitized. It prevents injection attacks by ensuring untrusted data is safely handled before processing.

Can I review code changes against OWASP Top 10 categories automatically?

You can automatically review code changes against OWASP Top 10 categories by running an automated security-focused review. This analyzes code diffs and dependency manifests to enforce secure coding practices.

Does security review work with dependency manifests and vulnerability scanning tools?

Security review works with dependency manifests and vulnerability scanning tools by analyzing them alongside language specifics. This integration enforces remediation plans for critical findings identified during the audit.

When should I run a security-focused code review on my pull requests?

You should run a security-focused code review on pull requests before merging changes that modify sensitive logic like user authentication. This proactively mitigates security risks and prevents vulnerabilities from reaching production.