security-review

Identify common security vulnerabilities in code using a detailed checklist.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kimenzo/96000Agents --skill security-review-kimenzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Kimenzo/96000Agents/tree/main/templates/template-github-review-agent/workspace/skills/security-review
Command: npx skills add https://github.com/Kimenzo/96000Agents --skill security-review-kimenzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying common security vulnerabilities in code, ensuring a more robust and secure codebase.

Core Features & Use Cases

  • Vulnerability Identification: Checks for injection flaws, authentication/authorization issues, exposed secrets, and input validation weaknesses.
  • Reference Checklist: Provides a detailed checklist for in-depth manual review.
  • Use Case: Before merging a new feature, run this Skill to get a quick security assessment and ensure critical vulnerabilities are not introduced.

Quick Start

Run a security review on the provided code snippet.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I run a security code review to catch injection flaws and exposed secrets?

To run a security code review, provide your code snippet to trigger an automated assessment that checks for injection flaws, authentication issues, exposed secrets, and input validation weaknesses to ensure a robust codebase.

What is automated vulnerability identification and when do I need it?

Automated vulnerability identification scans your code to find common security flaws before merging new features. You need it during the software development lifecycle for proactive security auditing to prevent critical vulnerabilities from being introduced.

Can I use an automated security review for authentication and input validation checks?

Yes, you can use this automated security review to check for authentication and authorization issues alongside input validation weaknesses, using a detailed checklist to ensure comprehensive analysis of your codebase.

What's the best way to check code for vulnerabilities before a merge?

The best way to check code for vulnerabilities before a merge is running an automated security review against your code snippet to quickly assess and ensure critical vulnerabilities like exposed secrets are not introduced.

Does automated security auditing replace manual code review?

Automated security auditing does not replace manual code review but supplements it by providing a detailed reference checklist for in-depth manual analysis after identifying common vulnerabilities across several categories.