security-review

Detect security vulnerabilities in codebases using a checklist-driven review framework.

111|18|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill security-review-dralgorhythm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/dralgorhythm/claude-agentic-framework/tree/main/.claude/skills/security/security-review
Command: npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill security-review-dralgorhythm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable security review process to identify vulnerabilities and improve security posture.

Core Features & Use Cases

  • Review Checklist: Authentication, authorization, input/output handling, cryptography, and logging.
  • Code Patterns: Flag dangerous patterns and recommended fixes.
  • Use Case: Perform a security review on a new service and generate remediation notes.

Quick Start

Run a security review against a code module and return a findings report.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I conduct a security code review to find vulnerabilities?

Security code reviews systematically examine source code for vulnerabilities across authentication, authorization, input validation, cryptography, and logging. This Skill uses a structured checklist to flag insecure patterns and generate remediation findings for web, mobile, and backend codebases.

What does a security review checklist typically cover?

A security review checklist addresses authentication mechanisms, authorization controls, input/output handling, cryptographic practices, error handling, and logging. This Skill applies pattern-based detection across these categories to identify common vulnerability classes.

Can I use security reviews for compliance validation?

Yes. Security reviews support compliance auditing by systematically examining code against security standards. This Skill generates findings reports suitable for documenting security posture and remediation tracking.

How do I identify insecure code patterns during review?

Pattern-based flagging detects dangerous coding practices and unsafe dependencies. This Skill recognizes common vulnerability patterns and surfaces recommended fixes alongside findings to guide remediation.

What's the best way to audit a new service for security?

Run a structured security review against your codebase using a comprehensive checklist framework. This Skill generates a findings report with vulnerability discovery and remediation notes for immediate action.