security-review

Identify and mitigate security vulnerabilities in code before deployment.

437|13|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/derHaken/SuperAntigravity --skill security-review-derhaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/derHaken/SuperAntigravity/tree/main/skills/security-review
Command: npx skills add https://github.com/derHaken/SuperAntigravity --skill security-review-derhaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security is not a feature — it's a property of the entire system. This Skill helps teams perform systematic security reviews to catch vulnerabilities before they ship.

Core Features & Use Cases

  • OWASP Top 10 Checklist: Guide through common security risks with actionable checks.
  • Pre-production Security Gate: Standardize reviews for authentication, authorization, input handling, secret management, and data access controls.
  • Remediation Prompts: Provide concrete fixes and verification steps for identified issues.

Quick Start

Run a full security review of the latest code changes before deploying to production.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit code for security vulnerabilities before deployment?

Audit code for security vulnerabilities by applying a structured OWASP-based review that checks access control, cryptographic handling, input validation, insecure design, misconfigurations, and logging hygiene before deployment.

What is an OWASP-based security review checklist?

An OWASP-based security review checklist guides teams through common risks with actionable checks for authentication, authorization, input handling, secret management, and data access controls across software projects.

How do I review authentication and authorization boundaries in my code?

Review authentication and authorization boundaries by performing a systematic security analysis of code changes, verifying access controls and checking for insecure design or misconfigurations.

Can I use this security review for pre-production code changes?

Yes, you can use this security review as a pre-production security gate to standardize reviews for authentication, authorization, input handling, secret management, and data access controls before shipping.

Does this security review provide remediation steps for identified vulnerabilities?

Yes, the security review provides remediation prompts that offer concrete fixes and verification steps for identified vulnerabilities like cryptographic handling errors and input validation issues.

What is the best way to check for insecure design and misconfigurations in software?

The best way to check for insecure design and misconfigurations is to run a systematic OWASP-based security review that analyzes logging hygiene, data storage, and security boundaries across your projects.