🎯

security-review

🎯Skill

from affaan-m/everything-claude-code

VibeIndex|
What it does
|

Validates and secures code by providing comprehensive security checks for authentication, input handling, secrets management, and sensitive feature implementation.

Overview

Security Review is a skill from affaan-m/everything-claude-code that validates and secures code by providing comprehensive security checks. It covers authentication, input handling, secrets management, and sensitive feature implementation with detailed checklists and code patterns.

Key Features

  • Secrets management validation (no hardcoded keys or tokens)
  • Input validation patterns with Zod schema examples
  • SQL injection prevention and parameterized query enforcement
  • File upload security and API endpoint protection patterns
  • Comprehensive security checklist for code reviews

Who is this for?

This skill is for developers who want their AI assistant to automatically check code for security vulnerabilities. It is valuable for teams building applications that handle user data, process payments, or integrate with external APIs where security is critical.

📦

Same repository

affaan-m/everything-claude-code(186 items)

security-review

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add affaan-m/everything-claude-code --skill security-review
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add affaan-m/everything-claude-code --skill security-review
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/security-review/SKILL.md

SKILL.md

5,502Installs
-
AddedFeb 4, 2026

More from this repository10

🏪
affaan-m-everything-claude-code🏪Marketplace

Battle-tested Claude Code configurations from an Anthropic hackathon winner

🎯
golang-patterns🎯Skill

Provides reusable design patterns and idiomatic Go solutions for efficient, scalable, and maintainable software architecture.

🎯
coding-standards🎯Skill

Validates and enforces consistent code quality, style guidelines, and best practices across programming languages and project structures.

🎯
backend-patterns🎯Skill

Implements robust backend design patterns like repository, factory, singleton, and dependency injection for scalable and maintainable server-side architectures.

🎯
frontend-patterns🎯Skill

Provides reusable React component patterns like composition, compound components, and render props to enhance code modularity and flexibility.

🎯
golang-testing🎯Skill

Streamlines Go testing with comprehensive unit, integration, and benchmark strategies, mocking frameworks, and test coverage analysis.

🎯
springboot-patterns🎯Skill

Spring Boot development patterns skill covering REST API design, layered service architecture, data access, caching, async processing, and logging for production-grade Java services

🎯
continuous-learning-v2🎯Skill

Dynamically updates and refines AI model knowledge through iterative feedback, adaptive learning techniques, and intelligent knowledge integration.

🎯
postgres-patterns🎯Skill

Provides reusable SQL query patterns, database design strategies, and performance optimization techniques for PostgreSQL development

🎯
tdd-workflow🎯Skill

Enforces test-driven development by guiding developers to write comprehensive tests first, ensuring 80%+ code coverage across unit, integration, and E2E testing.