security-review

Identify security vulnerabilities in application code and infrastructure configurations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies common and advanced security vulnerabilities across application code and cloud infrastructure so teams can remediate risks before they reach production.

Core Features & Use Cases

  • Comprehensive Checklists: Secrets management, input validation, SQL injection prevention, authentication and authorization, XSS/CSRF protections, rate limiting, logging, and dependency audits.
  • Cloud & Infra Guidance: IAM least-privilege, VPC and firewall configuration, secrets rotation, CI/CD hardening, WAF and CDN recommendations, and backup/disaster recovery.
  • Use Case: Run during code reviews, pre-deployment checklists, pull request gating, and cloud deployment planning to ensure regulatory and operational security controls are enforced.

Quick Start

Run a security review for the new authentication and API endpoints, verifying secrets, input validation, parameterized queries, authentication/authorization, XSS/CSRF protections, rate limiting, and cloud IAM settings.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I check my application code for security vulnerabilities before deployment?

To check application code for security vulnerabilities, validate secrets management, input validation, parameterized queries, and authentication/authorization. You can run a security review to identify XSS/CSRF protections, rate limiting, and dependency audit risks before they reach production.

What security checks should I run when adding authentication and creating API endpoints?

When adding authentication and creating API endpoints, run security checks for secrets management, input validation, and parameterized queries. A security review validates authentication/authorization controls, XSS/CSRF protections, rate limiting, and cloud IAM settings to ensure endpoints are secure.

How does a security review validate cloud infrastructure configurations?

A security review validates cloud infrastructure configurations by checking IAM least-privilege, VPC and firewall settings, and secrets rotation. It also provides CI/CD hardening, WAF and CDN recommendations, and backup/disaster recovery guidance to enforce operational security controls.

Can I use this security review for pull request gating and pre-deployment checklists?

Yes, you can use this security review for pull request gating and pre-deployment checklists. It identifies common and advanced vulnerabilities across application code and cloud infrastructure, ensuring regulatory and operational security controls are enforced before deployment.

Does this security review cover dependency auditing and SQL injection prevention?

Yes, this security review covers dependency auditing and SQL injection prevention. It validates parameterized queries to prevent SQL injection and runs dependency audits to detect known vulnerabilities, alongside checks for secrets management, input validation, and rate limiting.

When do I need to run a security review for file uploads and payment implementations?

You need to run a security review when handling user input, file uploads, or implementing payments to prevent vulnerabilities. The review validates input validation, authentication/authorization, and logging to ensure sensitive data processing and cloud resources are secured before production.