security-review

Review code and cloud infrastructure against a security checklist.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/thanhquan3010/hospital-service-management-system --skill security-review-thanhquan3010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/thanhquan3010/hospital-service-management-system/tree/main/.agent/skills/security-review
Command: npx skills add https://github.com/thanhquan3010/hospital-service-management-system --skill security-review-thanhquan3010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill proactively identifies and mitigates security vulnerabilities in your code, ensuring robust protection against common threats and best practices.

Core Features & Use Cases

  • Comprehensive Security Checklist: Covers secrets management, input validation, SQL injection, authentication, XSS, CSRF, rate limiting, sensitive data exposure, blockchain security, and dependency management.
  • Code Patterns & Examples: Provides clear "Do This" vs. "Never Do This" examples for secure coding practices.
  • Pre-Deployment Checks: Includes essential checklists for code and cloud infrastructure security before deployment.
  • Use Case: Before deploying a new API endpoint that handles user data and payment information, use this Skill to run through its security checklist, ensuring all potential vulnerabilities are addressed.

Quick Start

Use the security-review skill to audit the code for potential vulnerabilities related to secrets management and input validation.

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 for security vulnerabilities before deployment, use a comprehensive security review checklist covering secrets management, input validation, SQL injection, XSS, CSRF, authentication, authorization, and sensitive data exposure. Run pre-deployment checks for code and cloud infrastructure.

What are the best practices for preventing SQL injection and XSS in my application?

Best practices for preventing SQL injection and XSS involve following strict input validation and secure coding patterns. Compare your implementation against clear "Do This" versus "Never Do This" code examples to ensure robust data protection and mitigate common web vulnerabilities.

How does secrets management fit into a pre-deployment security checklist?

Secrets management fits into a pre-deployment security checklist by ensuring API keys, passwords, and tokens are securely handled and never exposed. It serves as a critical checkpoint to verify that sensitive data protection measures are correctly implemented in code and cloud environments.

Can I use this security review checklist for cloud infrastructure and blockchain applications?

Yes, you can use this security review checklist for cloud infrastructure and blockchain applications. It explicitly addresses cloud security protocols, dependency management, and blockchain security to help you mitigate vulnerabilities specific to decentralized and cloud-based deployments.

What is the best way to implement rate limiting and authentication for a new API endpoint?

The best way to implement rate limiting and authentication for a new API endpoint is to audit your code against established security checklists. Verify that your authorization flows and request throttling mechanisms align with provided secure coding patterns before deployment.