pr-security-review

pr-security-review is an agent for coding agents from prime-radiant-inc/github-triage. It costs 75 tokens per session (1,376 once invoked), scanned C, original, no licence file.

Um agente que revisa as alterações de um pull request, que é uma proposta para incorporar mudanças no código, procurando riscos de segurança antes de executar o projeto localmente.

In plain words
What is it for?
Serve para avaliar alterações de código e classificá-las como SAFE, REVIEW NEEDED ou BLOCK.
Why use it?
Pode identificar malware, roubo de credenciais, ações perigosas e ataques à cadeia de fornecimento antes que o código seja baixado ou rodado.

Agent

Part of the github-triage plugin — 1 skill, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/prime-radiant-inc/github-triage/pr-security-review
Clone the repo
git clone --depth 1 https://github.com/prime-radiant-inc/github-triage

Or install github-triage, the plugin that ships this one along with the rest of its 1 skill, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-security-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/prime-radiant-inc/github-triage/pr-security-review.svg)](https://agentmods.dev/agents/prime-radiant-inc/github-triage/pr-security-review)
Your own site
<a href="https://agentmods.dev/agents/prime-radiant-inc/github-triage/pr-security-review"><img src="https://agentmods.dev/badge/agents/prime-radiant-inc/github-triage/pr-security-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 5 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00075 $0.01376
Opus 5 $0.00037 $0.00688
Sonnet 5 $0.00015 $0.00275
Haiku 4.5 $0.00007 $0.00138

Measured 5d ago against content hash 2bf548ccded8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

pr-security-review scanned grade C with 5 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLlowData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

- Look for commands that exfiltrate env vars or files (`curl -d "$ENV"`, `cat ~/.ssh/id_rsa | ...`)

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- **Privilege escalation** — `sudo`, `chmod 777`, modifying system files

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Reaches for credential filesmediumPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- Look for commands that exfiltrate env vars or files (`curl -d "$ENV"`, `cat ~/.ssh/id_rsa | ...`)

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- Look for new `curl | bash` or `wget | sh` patterns

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Look for new `curl | bash` or `wget | sh` patterns
agents/pr-security-review.md · 132 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 132 lines · 75 tokens per session scan C 2bf548ccded8

Subscribe to this mod's changes

pr-security-review is an agent published in the GitHub repository prime-radiant-inc/github-triage (4 stars, last pushed yesterday), with no licence file. It adds 75 tokens to every session and 1,376 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 5 findings (sends data to an external url, asks for root, reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

pr-creator

Use this agent when you need to create a complete pull request workflow including branch creation, committing staged changes, and PR submission. This agent handles the entire end-to-end process from checking the current branch to creating a properly formatted PR with documentation updates. Examples:\n\n \nContext…

fcakyon/claude-codex-settings · 260 tokens

commit-creator

Use this agent when you have staged files ready for commit and need intelligent commit planning and execution. Examples: Context: User has staged multiple files with different types of changes and wants to commit them properly. user: 'I've staged several files with bug fixes and new features. Can you help me commit…

fcakyon/claude-codex-settings · 225 tokens

pr-comment-resolver

Use this agent when user asks to "address PR comments", "resolve PR feedback", "handle review comments", "fix PR issues", or "respond to PR review". Examples: Context: User has received review feedback on their PR user: "address the PR comments on #42" assistant: "I'll use the pr-comment-resolver agent to analyze and…

fcakyon/claude-codex-settings · 176 tokens

bug-detector

Detects correctness bugs, logic errors, edge cases, API misuse, and error handling issues in code changes.

liatrio-labs/claude-code-gauntlet · 25 tokens

conventions-and-intent

Verifies code changes comply with project conventions, match documented intent, and maintain comment accuracy.

liatrio-labs/claude-code-gauntlet · 23 tokens

code-simplifier

Simplifies complex code for clarity and maintainability while preserving functionality.

liatrio-labs/claude-code-gauntlet · 17 tokens