Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill agent-security-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Security Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-agent-security-review-80631c5f)More formats (shields.io, HTML) on the badges page.
---
name: agent-security-review
description: Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
author: affaan-m
version: 4.1.0-fractal
---
# Security Review Skill
This skill ensures all code follows security best practices and identifies potential vulnerabilities.
## When to Activate
- Implementing authentication or authorization
- Handling user input or file uploads
- Creating new API endpoints
- Working with secrets or credentials
- Implementing payment features
- Storing or transmitting sensitive data
- Integrating third-party APIs
## Security Checklist
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [1. Secrets Management](./sub-skills/1-secrets-management.md)
### 2. [2. Input Validation](./sub-skills/2-input-validation.md)
### 3. [3. SQL Injection Prevention](./sub-skills/3-sql-injection-prevention.md)
### 4. [4. Authentication & Authorization](./sub-skills/4-authentication-authorization.md)
### 5. [5. XSS Prevention](./sub-skills/5-xss-prevention.md)
### 6. [6. CSRF Protection](./sub-skills/6-csrf-protection.md)
### 7. [7. Rate Limiting](./sub-skills/7-rate-limiting.md)
### 8. [8. Sensitive Data Exposure](./sub-skills/8-sensitive-data-exposure.md)
### 9. [9. Blockchain Security (Solana)](./sub-skills/9-blockchain-security-solana.md)
### 10. [10. Dependency Security](./sub-skills/10-dependency-security.md)
### 11. [Automated Security Tests](./sub-skills/automated-security-tests.md)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!