security-review-pr

Identify security concerns in pull request diffs and merge findings into review.json.

292|39|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/warpdotdev/oz-for-oss --skill security-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-pr
Source: https://github.com/warpdotdev/oz-for-oss/tree/main/.agents/skills/security-review-pr
Command: npx skills add https://github.com/warpdotdev/oz-for-oss --skill security-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit pull request diffs for security concerns and ensure potential issues are surfaced and tracked in the single review.json produced by the base PR review.

Core Features & Use Cases

  • Surface input validation and sanitization flaws, broken authentication/authorization checks, secrets handling issues, and risky dependencies in code changes.
  • Fold findings into the same review.json produced by the base review to maintain a single source of truth for reviewers.
  • Use Case: When evaluating a code PR, apply this skill to automatically surface security issues and guidance within the existing review workflow.

Quick Start

Review the current PR using this skill to surface security findings and merge them into the shared review.json

Frequently Asked Questions about security-review-pr

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

FAQPage Schema
How do I audit a pull request diff for security issues like input validation and secrets?

You can audit a pull request diff for security issues by applying a dedicated review skill that automatically surfaces input validation flaws, authentication gaps, and secrets handling problems directly within the code changes.

Can I integrate security findings into my existing code review workflow?

Yes, you can integrate security findings into your code review workflow by folding the identified vulnerabilities into a shared review.json file, maintaining a single source of truth for reviewers without posting automatic comments.

What security concerns are typically checked during a pull request code review?

A pull request security review typically checks for input validation and sanitization flaws, broken authentication and authorization checks, secrets management issues, and unsafe dependencies introduced in the diff.

Does automated security review post comments directly to the pull request?

Automated security review does not post comments directly to the pull request; instead, it consolidates findings and guidance into an existing review.json file to avoid cluttering the PR with automatic comments.

How do I check for risky dependencies when reviewing a code PR?

To check for risky dependencies when reviewing a code PR, apply a security audit skill that identifies unsafe dependencies alongside input validation and authorization issues, merging the results into a single review output.