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.
npx agentmods add agents/prime-radiant-inc/github-triage/pr-security-reviewgit clone --depth 1 https://github.com/prime-radiant-inc/github-triageWrote 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.
[](https://agentmods.dev/agents/prime-radiant-inc/github-triage/pr-security-review)<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>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.
| Model | Per session | Once 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 |
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 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.
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.
- 5d ago First seen · 132 lines · 75 tokens per session scan C 2bf548ccded8
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.
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…
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…
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…
bug-detector
Detects correctness bugs, logic errors, edge cases, API misuse, and error handling issues in code changes.
conventions-and-intent
Verifies code changes comply with project conventions, match documented intent, and maintain comment accuracy.
code-simplifier
Simplifies complex code for clarity and maintainability while preserving functionality.