security-review

Identify security vulnerabilities and policy gaps in code changes.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/BenchAGI/bench-cowork --skill security-review-benchagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/BenchAGI/bench-cowork/tree/main/skills/security-review
Command: npx skills add https://github.com/BenchAGI/bench-cowork --skill security-review-benchagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security Review provides a fast, structured assessment of code changes to identify vulnerabilities, auth boundaries, data-access gaps, secret leaks, and OWASP patterns before merging.

Core Features & Use Cases

  • Comprehensive, checklist-driven evaluation of changes that touch authentication, authorization, data access, payments, external APIs, or file uploads.
  • Actionable remediation guidance with clear findings and mitigation steps.
  • Scoped to the current branch or pull request, enabling fast feedback without full security audits.

Quick Start

Trigger a security review on the current PR to generate a findings report.

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 review on a pull request?

Run a security review on a pull request by triggering the skill on your current branch. It evaluates code changes for vulnerabilities, auth boundaries, and secret leaks, then generates a findings report with remediation steps.

What is OWASP vulnerability scanning for code changes?

OWASP vulnerability scanning for code changes identifies security gaps in authentication, authorization, and external integrations. It applies checklist-driven evaluation to ensure inputs are validated and secrets are prevented from leaking before merging.

Can I check authorization boundaries in my current branch?

Yes, you can check authorization boundaries in your current branch. The review enforces per-instance scoping and validates data access controls across changes touching auth, payments, or external APIs without needing a full security audit.

Does this security review cover file uploads and external API integrations?

Yes, this security review covers file uploads and external API integrations. It provides actionable remediation guidance for these external integrations, validating inputs and checking for policy gaps within your scoped code changes.

What is the best way to prevent secrets leakage before merging code?

The best way to prevent secrets leakage before merging is a focused code review of changes touching secret management. This process enforces checklist requirements to detect vulnerabilities and documents clear remediation steps for any detected leaks.

When do I need a focused security review instead of a full audit?

You need a focused security review instead of a full audit when evaluating specific code changes on a branch or PR. It delivers fast feedback on authentication, data access, and payments without scanning the entire codebase.