security-review

Review software security against authentication, injection, and validation checklists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify and mitigate security vulnerabilities in their code, ensuring robust protection against common threats.

Core Features & Use Cases

  • Comprehensive Checklist: Provides a detailed, actionable checklist covering secrets management, input validation, SQL injection prevention, authentication, XSS, CSRF, rate limiting, and more.
  • Best Practice Examples: Offers clear code examples demonstrating secure coding patterns and common pitfalls to avoid.
  • Use Case: Before deploying a new API endpoint that handles user data, use this Skill to run through the security checklist and verify that all necessary precautions are in place.

Quick Start

Use the security-review skill to check the authentication and authorization implementation for the new user registration API.

Frequently Asked Questions about security-review

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

FAQPage Schema
What security checklist should I use before deploying a new API endpoint?

Securing a new API endpoint requires a checklist covering authentication, authorization, input validation, and secrets management. This Skill provides a comprehensive checklist addressing SQL injection, XSS, and CSRF vulnerabilities to verify necessary precautions before deployment.

How do I review my code for SQL injection and XSS vulnerabilities?

Reviewing code for SQL injection and XSS vulnerabilities involves checking input validation and applying secure coding patterns. This Skill offers best practice examples demonstrating how to identify and mitigate these common security threats to ensure code safety.

What are the best practices for authentication and authorization implementation?

Best practices for authentication and authorization implementation focus on robust verification and access control. This Skill guides developers through secure patterns to ensure proper handling of user registration and data protection against common threats.

Can I use this security review checklist for any software development project?

Yes, the security review checklist applies to general software development projects handling user data. It addresses dependency security, rate limiting, and secrets management without requiring specific platform dependencies or frameworks to function.

How does secrets management prevent vulnerabilities in my application?

Secrets management prevents vulnerabilities by ensuring sensitive credentials are not exposed in code. This Skill includes secrets management in its comprehensive checklist to help developers mitigate risks and ensure code safety against unauthorized access.