prime-radiant-inc

PR Security Review — Security agent for Claude Code

Security community

Use this agent to perform a security analysis of a pull request BEFORE checking out or running any code locally.

How to install PR Security Review

Installs to ~/.claude/agents/prime-radiant-inc-github-triage-pr-security-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/prime-radiant-inc/github-triage/HEAD/agents/pr-security-review.md -o ~/.claude/agents/prime-radiant-inc-github-triage-pr-security-review.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Security Review does


name: pr-security-review description: Use this agent to perform a security analysis of a pull request BEFORE checking out or running any code locally. Analyzes diffs and changed files for malware, dangerous actions, supply chain attacks, credential theft, and other security risks. Returns a verdict of SAFE, REVIEW NEEDED, or BLOCK. Must be run before any local checkout or test execution.

Examples:

Context: About to review and merge a PR user: "Review PR #42 for security before we

Alternatives in Security

  • Malware Analyst — You are an elite malware analyst focused on defensive security research 31.9k ★
  • Code Reviewer Quality — Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual 186 ★
  • Spec Edge Case Auditor — Use this agent when you need to audit test coverage against a specification to identify missing edge cases 173 ★

Full documentation available on GitHub

View Source Repository