security-review

Enforce security best practices for authentication, APIs, and user input handling.

3|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/The-Skyy-Rose-Collection-LLC/DevSkyy --skill security-review-the-skyy-rose-collection-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/The-Skyy-Rose-Collection-LLC/DevSkyy/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/The-Skyy-Rose-Collection-LLC/DevSkyy --skill security-review-the-skyy-rose-collection-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews help teams prevent secrets leakage, insecure API usage, and unsafe data handling by codifying best practices into an auditable checklist.

Core Features & Use Cases

  • Critical Checks: secrets management, input validation, parameterized queries, XSS sanitization, secure cookies.
  • Pre-Deploy Checklist: ensure no hardcoded secrets, validated inputs, dependencies audited, rate limiting enabled.
  • Use Case: integrate into CI/CD to automatically flag security misconfigurations before deployment and guide remediation.

Quick Start

Run security-review to validate environment handling and input validation 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 automate a security audit for authentication and API integrations before deployment?

Pre-deploy security audits codify best practices into a checklist that automatically flags hardcoded secrets, validates inputs, and checks API integration safety. This structured review ensures deployment readiness by enforcing parameter validation and environment secret handling before production release.

What should a pre-deploy security checklist include for secrets management and input validation?

A pre-deploy security checklist must verify no hardcoded secrets exist, all user inputs are validated, dependencies are audited, and rate limiting is enabled. It explicitly checks environment secret handling, parameter validation, and safe API integration to prevent secrets leakage and insecure data handling.

Can I integrate automated security checks into my CI/CD pipeline to flag misconfigurations?

Yes, automated security checks integrate into CI/CD pipelines to flag security misconfigurations before deployment and guide remediation. They apply structured checks across development, staging, and production workflows to enforce authentication best practices and safe API usage.

How does input validation and XSS sanitization prevent insecure API usage in a codebase?

Input validation and XSS sanitization prevent insecure API usage by applying structured checks to user input handling across the codebase. These critical checks enforce parameterized queries and secure cookies, stopping unsafe data handling and protecting against cross-site scripting vulnerabilities.