security-review

Audit application code for security vulnerabilities and unsafe implementation patterns.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill security-review-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill security-review-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review code and product changes for common security flaws before they reach production, reducing the risk of breaches, leaks, and unsafe implementations.

Core Features & Use Cases

  • Secrets Hygiene: Check that API keys, tokens, passwords, and environment variables are handled safely.
  • Input and Output Safety: Validate user input, prevent injection issues, and avoid unsafe rendering patterns.
  • API and Access Control Review: Assess authentication, authorization, CSRF protection, rate limiting, and sensitive endpoint behavior.
  • Use Case: A developer adding a new payment endpoint can use this Skill to verify auth gates, input validation, error handling, logging safety, and dependency hygiene before release.

Quick Start

Use the security-review skill to audit the current change for secrets exposure, unsafe input handling, and missing access controls.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit my code for security vulnerabilities before shipping?

To audit code for security vulnerabilities, review application code for unsafe implementation patterns across authentication, authorization, input validation, and secrets management to prevent breaches and leaks before production deployment.

What does a code security review cover for API endpoints and access control?

A code security review for API endpoints covers assessing authentication gates, authorization role checks, CSRF protection, rate limiting, and sensitive endpoint behavior to ensure proper access control and prevent unauthorized actions.

How do I check my codebase for poor secrets hygiene and exposed environment variables?

To check for poor secrets hygiene, verify that API keys, tokens, passwords, and environment variables are handled safely within the codebase, ensuring no hardcoded credentials are exposed during application execution or deployment.

How can I prevent injection issues and XSS through input and output validation?

Prevent injection issues and XSS by validating user input, enforcing parameterized queries, and applying sanitized output rendering to block unsafe data execution and protect sensitive data workflows in application code.

Does this code review approach work for checking file uploads and dependency hygiene?

Yes, this code review approach works for checking file uploads and dependency hygiene by evaluating unsafe implementation patterns and enforcing production security checklists to maintain secure application states.