security-review

Identify and flag exploitable security vulnerabilities in code changes during reviews.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/NoSugarCoffee/dotai --skill security-review-nosugarcoffee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/NoSugarCoffee/dotai/tree/main/skills/security-review
Command: npx skills add https://github.com/NoSugarCoffee/dotai --skill security-review-nosugarcoffee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers identify and flag real, exploitable security vulnerabilities in code changes during reviews.

Core Features & Use Cases

  • Focused security-only review to detect injection, authentication/authorization weaknesses, data exposure, dependency risks, and cryptographic misuse.
  • Use in pre-merge code reviews, security threat modeling, and compliance checks to prevent vulnerable releases.
  • Provides actionable guidance and structured output for remediation.

Quick Start

Analyze the latest diff for security flaws and report exploitable issues.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I find security vulnerabilities in my code changes before merging?

A security review identifies real, exploitable vulnerabilities in code changes by enforcing checks for parameterized queries, input sanitization, proper auth handling, and safe dependency usage. It focuses on preventing unsafe code from being released during pre-merge workflows.

What types of security flaws can a code review detect in a diff?

A security code review can detect injection flaws, authentication and authorization weaknesses, data exposure, dependency risks, and cryptographic misuse. It specifically checks for parameterized queries, input sanitization, and secret exposure within the code changes.

How do I check for injection and data exposure vulnerabilities during code reviews?

You can identify injection and data exposure flaws by running a focused security review on the code changes. The review enforces checks for parameterized queries, input sanitization, and secret exposure, generating structured output for remediation.

Can I use this security review for pre-merge compliance checks and threat modeling?

Yes, this focused security review applies to pre-merge code reviews, security threat modeling, and compliance checks. It prevents vulnerable releases by identifying exploitable flaws in authentication, dependencies, and cryptographic implementations.

Does the security review check for safe dependency usage and secret exposure?

Yes, the security review explicitly checks for safe dependency usage and secret exposure. It identifies dependency risks and flags sensitive data exposure to prevent unsafe code from being released.

What is the best way to report exploitable security issues found in a diff?

The best way to report exploitable security issues is through structured output in the code-review style. This format provides actionable guidance for remediation, ensuring identified injection, auth, and dependency flaws are clearly communicated.