security-review

Detect vulnerabilities, secrets exposure, and unsafe input handling in codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chomchomchomy/antigravity-skills --skill security-review-chomchomchomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/chomchomchomy/antigravity-skills/tree/main/security_review
Command: npx skills add https://github.com/chomchomchomy/antigravity-skills --skill security-review-chomchomchomy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automatically detects vulnerabilities, secrets exposure, and unsafe input handling to help teams secure codebases.

Core Features & Use Cases

  • Secrets management and detection of hard-coded keys
  • Input validation enforcement and sanitization
  • Safe file operations and directory traversal protection
  • Dependency security checks and compliance
  • Audit-ready reports for security reviews

Quick Start

Review the repository for secrets exposure, input validation weaknesses, and vulnerable dependencies.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I scan my codebase for hard-coded secrets and vulnerabilities?

Scanning a codebase for hard-coded secrets and vulnerabilities involves analyzing source code to identify exposed keys and unsafe patterns. This skill automates secret detection and input validation checks to prevent insecure code from shipping during development and CI.

What is the best way to enforce input validation and prevent directory traversal?

Enforcing input validation requires checking user inputs against strict patterns and sanitizing them before processing. This skill identifies unsafe input handling and enforces safe file operations to protect against directory traversal and related codebase vulnerabilities.

Can I automate security checks for vulnerable dependencies during code reviews?

Automating security checks for vulnerable dependencies during code reviews is fully supported. This skill applies dependency security checks and compliance enforcement to flag insecure patterns and prevent leaks before merging codebase changes.

Does this security review process generate audit-ready reports?

The security review process generates audit-ready reports detailing detected vulnerabilities, secrets exposure, and input validation weaknesses. These reports document codebase compliance and dependency security checks for review tracking.

When do I need to run automated vulnerability detection in my development workflow?

Automated vulnerability detection is needed during development, continuous integration, and code reviews to prevent leaks. Running security checks at these stages catches hard-coded keys, unsafe input handling, and vulnerable dependencies before they reach production.