security-review

Identifies security vulnerabilities such as injection, XSS, and authentication issues in code.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/bluebricks-nl/blue-bricks-template --skill security-review-bluebricks-nl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/bluebricks-nl/blue-bricks-template/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/bluebricks-nl/blue-bricks-template --skill security-review-bluebricks-nl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps identify and report potential security vulnerabilities within code, ensuring a more robust and secure application.

Core Features & Use Cases

  • Vulnerability Detection: Scans code for common security flaws like injection, XSS, and authentication issues.
  • Contextual Analysis: Leverages language-specific guides and OWASP references for accurate assessments.
  • Use Case: When reviewing a new API endpoint, use this Skill to perform a security audit, flagging potential SQL injection or insecure direct object references before deployment.

Quick Start

Use the security-review skill to audit the provided Python code for vulnerabilities.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I audit code for security vulnerabilities like injection and XSS?

You can detect security vulnerabilities by performing a systematic code review that scans for injection, XSS, and authentication issues. The analysis leverages OWASP Cheat Sheets and language-specific guides to build context and generate confidence-based vulnerability reports.

What is the best way to perform an OWASP security code review?

Performing an OWASP security code review involves systematically inspecting source files using tools like Read, Grep, and Glob to build context. It leverages OWASP Cheat Sheets to accurately identify and flag vulnerabilities with confidence-based reporting.

Can I use this security audit to check a new API endpoint for SQL injection?

Yes, you can use a security audit to check a new API endpoint for SQL injection. The review flags potential SQL injection and insecure direct object references before deployment by leveraging language-specific guides for accurate contextual assessments.

Do I need specific tools to run a penetration testing and vulnerability audit?

Yes, performing a vulnerability audit requires tools like Read, Grep, Glob, and Bash for code inspection and context building. These tools enable the systematic analysis needed to identify authentication, authorization, and injection flaws.

How does confidence-based reporting work in a security code review?

Confidence-based reporting in a security code review works by systematically analyzing code against OWASP Cheat Sheets and language-specific guides. It assesses the likelihood of vulnerabilities like XSS and injection, providing contextual analysis for accurate reporting.

When should I run a security code review during the development lifecycle?

You should run a security code review before deploying new API endpoints or features to flag vulnerabilities like injection and insecure direct object references. Performing the audit pre-deployment ensures a more robust and secure application.