mine.security-review

Review code and cloud infrastructure against a security vulnerability checklist.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-security-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.security-review
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.security-review
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive checklist and best practices to identify and mitigate security vulnerabilities in your code and cloud infrastructure, ensuring robust protection against common threats.

Core Features & Use Cases

  • Code Security: Covers secrets management, input validation, SQL injection prevention, authentication, XSS, CSRF, rate limiting, and dependency security.
  • Infrastructure Security: Addresses IAM, secrets management, network security, logging, CI/CD, CDN, and backup/DR for cloud deployments.
  • Use Case: Before deploying a new API endpoint, activate this skill to systematically review authentication, input validation, and potential SQL injection risks, ensuring the endpoint is secure.

Quick Start

Use the mine.security-review skill to audit the current codebase for common security vulnerabilities.

Frequently Asked Questions about mine.security-review

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

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

A security review checklist systematically audits code and cloud infrastructure for vulnerabilities like SQL injection, XSS, and CSRF. It validates authentication, input handling, and secrets management to ensure robust protection before deployment.

What does a comprehensive security audit cover for cloud infrastructure?

Cloud infrastructure security audits review IAM, network security, logging, and CI/CD pipelines. The audit also verifies CDN configurations, secrets management, and disaster recovery backups to ensure secure cloud deployment practices.

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

Preventing SQL injection and XSS requires strict input validation and robust authentication mechanisms. Applying a comprehensive security checklist identifies these common web vulnerabilities and ensures endpoints are secured against malicious injection attacks.

Can I use a single checklist for both code security and cloud infrastructure compliance?

Yes, a unified security review checklist addresses both code vulnerabilities and cloud compliance. It systematically covers application threats like CSRF and rate limiting alongside infrastructure components including IAM and network security.

When do I need to run a security review on my codebase?

Run a security review before deploying new API endpoints or cloud infrastructure. Verifying authentication, input validation, and dependency security at this stage prevents vulnerabilities like CSRF and SQL injection from reaching production.