security-review

Identify security risks in implementations, designs, and requirements.

2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/narumikr/ai-hackathon-4th --skill security-review-narumikr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/narumikr/ai-hackathon-4th/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/narumikr/ai-hackathon-4th --skill security-review-narumikr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill proactively identifies security vulnerabilities and risks within your code, design, or requirements, ensuring a more robust and secure application.

Core Features & Use Cases

  • Comprehensive Security Audits: Reviews code, architecture, and requirements against best practices and common threats like OWASP Top 10.
  • Risk Identification: Pinpoints potential injection flaws, authentication/authorization issues, data exposure, and misconfigurations.
  • Use Case: Before deploying a new API endpoint, use this Skill to perform a security review, ensuring it's protected against common web vulnerabilities and adheres to secure coding principles.

Quick Start

Use the security-review skill to identify security risks in 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 identify security vulnerabilities in my code before deployment?

A code security review proactively identifies vulnerabilities and risks within your implementations, designs, and requirements. It evaluates your code against secure coding principles and the OWASP Top 10 to detect potential injection flaws, authentication issues, and misconfigurations.

What is the best way to perform an OWASP Top 10 risk assessment on my API endpoints?

The best way to perform an OWASP Top 10 risk assessment on API endpoints is to conduct a comprehensive security audit. This reviews the implementation, design, and requirements to pinpoint authorization issues, input validation flaws, and data exposure.

How does a secure coding review address authentication and authorization issues?

A secure coding review addresses authentication and authorization by analyzing your implementation and design for risks. It identifies potential access control flaws and ensures your application adheres to established security best practices and data protection principles.

Can I use this security review to check infrastructure security and input validation?

Yes, you can use a security review to check infrastructure security and input validation. The review covers these aspects along with authentication, authorization, and data protection to identify misconfigurations and mitigate risks in your application.

When do I need a security risk identification process for my software requirements?

You need a security risk identification process for your software requirements when designing robust applications. It proactively evaluates requirements against common threats and secure coding principles to ensure vulnerabilities are mitigated early in the development lifecycle.