security-review

Review software code against a security checklist covering common vulnerabilities.

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

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 and data breaches.

Core Features & Use Cases

  • Comprehensive Security Checklist: Covers secrets management, input validation, SQL injection, authentication, XSS, CSRF, rate limiting, and more.
  • Code Patterns & Examples: Provides clear "Do This" vs. "Never Do This" examples for secure coding practices.
  • Use Case: Before deploying a new API endpoint that handles user data, run this Skill to ensure all security best practices are followed, from input validation to proper authentication and authorization.

Quick Start

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

Frequently Asked Questions about security-review

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

FAQPage Schema
What is a comprehensive security review checklist for software development?

A comprehensive security review checklist covers secrets management, input validation, SQL injection prevention, authentication, authorization, XSS, CSRF, rate limiting, sensitive data exposure, and dependency management to mitigate vulnerabilities.

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

To prevent SQL injection and XSS vulnerabilities, follow secure coding patterns that enforce strict input validation and output encoding. This Skill provides clear 'Do This' vs. 'Never Do This' examples to guide implementation.

Can I use this security review for API endpoints handling user data?

Yes, you can use this security review for API endpoints handling user data. It verifies that security best practices are followed, from input validation to proper authentication and authorization, before deployment.

Does this security checklist cover authentication and rate limiting?

Yes, this security checklist covers authentication and rate limiting. It addresses critical areas including authorization, secrets management, and sensitive data exposure to ensure robust protection against common threats.

What's the best way to secure code against data breaches and common threats?

The best way to secure code against data breaches is to run a comprehensive security review. This identifies potential vulnerabilities and guides developers in implementing secure coding patterns and testing methodologies.