security-review

Review code for vulnerabilities across security domains including authentication and dependency security.

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

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 applications are robust against common threats.

Core Features & Use Cases

  • Comprehensive Checklist: Provides detailed checks for secrets management, input validation, SQL injection, authentication, XSS, CSRF, rate limiting, and more.
  • Best Practice Examples: Offers code snippets demonstrating secure coding patterns in TypeScript and SQL.
  • Use Case: Before deploying a new feature that handles user authentication and payment processing, use this Skill to run through a thorough security review, ensuring all potential risks are addressed.

Quick Start

Run a security review on the provided code snippet to identify potential vulnerabilities.

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 code for security vulnerabilities before deployment?

To check code for security vulnerabilities, run a review focusing on secrets management, input validation, authentication, and SQL injection to enforce OWASP Top 10 principles and receive actionable remediation steps.

What is included in a web application security review checklist?

A web application security review checklist includes detailed checks for secrets management, input validation, SQL injection, authentication, XSS, CSRF, rate limiting, and dependency security with secure coding pattern examples.

How do I prevent SQL injection and XSS in my API code?

Prevent SQL injection and XSS in API code by enforcing input validation and following best practice examples that demonstrate secure coding patterns in TypeScript and SQL during your security review.

Can I use this security review for user authentication and payment processing features?

Yes, you can use this security review for user authentication and payment processing features to identify potential risks and ensure all vulnerabilities are addressed before deployment.

Does this code review enforce OWASP Top 10 principles?

Yes, this code review enforces OWASP Top 10 principles across various domains including authentication, data protection, and dependency security to ensure applications are robust against common threats.

What are the limitations of automated secure coding pattern checks?

Automated secure coding pattern checks provide actionable remediation steps and enforce best practices, but require manual integration of the suggested TypeScript and SQL code snippets to fully mitigate complex vulnerabilities.