security-review

Review pull requests for security vulnerabilities and insecure practices before merge.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill security-review-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/me2resh/apexyard/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/me2resh/apexyard --skill security-review-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams prevent vulnerable or insecure pull requests from reaching production by running a targeted security-focused review with a clear pass/fail verdict and actionable findings.

Core Features & Use Cases

  • Security checklist PR review: Reviews code for secrets/credentials exposure, injection risks, XSS patterns, auth/authorization correctness, data protection, and API security gaps.
  • Activated security roles & escalation: Invokes the Security Reviewer (Shield) automatically, gates with the Security Auditor for high-risk areas (auth/crypto/secrets/PII), and escalates to Head of Security or a Penetration Tester when needed.
  • Audit-history persistence & trend rendering: Persists structured audit artifacts and renders a review trend section to make security changes legible across PRs.

Quick Start

Use /security-review 42 to review PR #42 for security vulnerabilities and best practices and post a GitHub review with a severity-backed verdict.

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 GitHub pull request before merge?

To run a security review on a GitHub pull request, trigger the review command with the PR number to analyze authentication, secrets, and input-handling risks. The review applies a severity-based checklist to generate a pass, conditional, or fail verdict.

What security vulnerabilities are checked during a PR code review?

A PR code security check identifies secrets exposure, injection risks, XSS patterns, authorization gaps, and insecure cryptography. It specifically targets pull requests handling user data, API endpoints, and third-party integrations to prevent vulnerable code from merging.

Can I persist audit trails for security reviews across multiple pull requests?

Yes, you can persist audit trails for security reviews across multiple pull requests. The review process saves structured audit artifacts and renders a review trend section to make security changes legible across PR history.

Does automated vulnerability scanning escalate high-risk security issues?

Automated vulnerability scanning escalates high-risk security issues by invoking a Security Auditor for sensitive areas like auth, crypto, and PII. It further escalates critical threats to a Head of Security or Penetration Tester role.

What is the best way to detect exposed secrets and credentials in a pull request?

The best way to detect exposed secrets in a pull request is using an automated security checklist that scans code changes for credentials. It flags insecure practices and posts a GitHub review with a severity-backed fail or pass verdict.

When do I need to run a security-focused code review on my API endpoints?

You need a security-focused code review on API endpoints when a pull request introduces changes to authentication, data storage, or third-party integrations. This prevents injection risks and API security gaps from reaching production.