reviewing-security

Identify OWASP Top 10 security vulnerabilities in codebases.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/claude-config --skill reviewing-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-security
Source: https://github.com/thkt/claude-config/tree/main/ja/skills/reviewing-security
Command: npx skills add https://github.com/thkt/claude-config --skill reviewing-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OWASP Top 10に基づくコード/設計のセキュリティレビューを実施します。

Core Features & Use Cases

  • アクセス制御・認証・暗号化の検証
  • SQL/NoSQL/コマンドインジェクション対策
  • ロギングと監視、設定ミスの検出

Quick Start

/audit実行時にOWASPチェックをロードして分析します。

Frequently Asked Questions about reviewing-security

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

FAQPage Schema
How do I identify SQL injection and XSS vulnerabilities in my code?

SQL injection and XSS vulnerabilities occur when untrusted input reaches SQL queries or HTML output without sanitization. This Skill analyzes code for these OWASP Top 10 risks, flagging unsafe patterns in queries, string concatenation, and output rendering, then provides remediation steps aligned to secure coding standards.

What does an OWASP-based security code review cover?

An OWASP-based security review examines access control, authentication, cryptography, injection attacks, and misconfiguration across web, backend, and API components. This Skill loads OWASP references and produces findings with severity levels and remediation guidance for each vulnerability category.

Can I run security audits on backend APIs and web applications?

Yes. This Skill performs security audits across web, backend, and API components, detecting access control flaws, authentication weaknesses, injection risks, and configuration errors. It applies OWASP Top 10 checks to identify and remediate vulnerabilities in all three contexts.

How do I detect authentication and access control issues in code review?

Authentication and access control flaws arise from weak credential handling, missing authorization checks, and privilege escalation paths. This Skill scans for these OWASP patterns, verifies cryptographic practices, and outputs findings with specific remediation guidance for each vulnerability.

What's the best approach to prevent common injection attacks?

Injection prevention requires parameterized queries, input validation, and output encoding. This Skill detects SQL, NoSQL, and command injection vulnerabilities in code, recommends secure alternatives, and provides OWASP-aligned remediation steps to eliminate injection risks.

Does this security review detect misconfiguration and logging gaps?

Yes. Beyond injection and access control, this Skill identifies logging and monitoring gaps, insecure defaults, and configuration mistakes. It produces OWASP-aligned findings with severity and remediation guidance to close security posture gaps in your codebase.