security-reviewer

Review codebases for auth, secrets, validation, and logging risks.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/hoonzinope/skills --skill security-reviewer-hoonzinope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/hoonzinope/skills/tree/main/security-reviewer
Command: npx skills add https://github.com/hoonzinope/skills --skill security-reviewer-hoonzinope

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps security teams identify and document security weaknesses in authentication, secret handling, input validation, and logging, without touching production code, enabling fast, auditable reviews.

Core Features & Use Cases

  • Focus areas: authentication, secrets management, input validation, and logging; generate a Security Audit report to the designated file.
  • Use cases: during code review, threat modeling, and pre-release security validation across services and APIs.

Quick Start

Run a security review on the target application and generate the findings to .documents/_ops/SECURITY_AUDIT.md.

Frequently Asked Questions about security-reviewer

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

FAQPage Schema
How do I audit authentication and secrets management vulnerabilities in a codebase?

To audit authentication and secrets management vulnerabilities, you can run a security review that analyzes code for risks in auth, secret handling, and logging without modifying source code. It generates findings in a reproducible SECURITY_AUDIT.md file.

What is the best way to document security risks during a code review?

The best way to document security risks during a code review is to generate a dated audit trail in SECURITY_AUDIT.md. This ensures reproducible tracking of threats across authentication, validation, and logging without altering production code.

Can I perform a pre-release security validation across different application stacks?

Yes, you can perform pre-release security validation across different application stacks. The review identifies threats and governance gaps in services and APIs regardless of the stack, writing results to a designated audit file.

Does the security audit process modify my source code?

No, the security audit process does not modify your source code. It writes findings to .documents/_ops/SECURITY_AUDIT.md, ensuring reproducible, dated audit trails while keeping the application and services untouched.

When do I need to generate a security audit report for compliance and governance?

You need to generate a security audit report for compliance and governance during code reviews, threat modeling, or pre-release security validation. It documents input validation, logging, and authentication risks to identify governance gaps.

How does input validation checking work in automated security reviews?

Input validation checking in automated security reviews works by analyzing the codebase for threats and logging weaknesses without touching source code. It documents these findings in a dated audit trail file for reproducible security tracking.