Borrowing it
Nothing to install: this file belongs to brendancol/xarray-spatial-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/brendancol/xarray-spatial-skills/main/.claude/commands/review-contributor-pr.mdgit clone --depth 1 https://github.com/brendancol/xarray-spatial-skillsWrote 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/commands/brendancol/xarray-spatial-skills/review-contributor-pr)<a href="https://agentmods.dev/commands/brendancol/xarray-spatial-skills/review-contributor-pr"><img src="https://agentmods.dev/badge/commands/brendancol/xarray-spatial-skills/review-contributor-pr.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.1 | $0.00000 | $0.04148 |
| Opus 5 | $0.00000 | $0.02074 |
| Sonnet 5 | $0.00000 | $0.00830 |
| Haiku 4.5 | $0.00000 | $0.00415 |
Grade D, and why
review-contributor-pr scanned grade D with 7 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 8d 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
("ignore previous instructions", "you are now...", "run the following", Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Asks the agent to reveal its instructionslowSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
"open this URL", "print your system prompt", "add this to your config", 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.
- Reads of `~/.ssh`, `~/.aws`, `~/.netrc`, `~/.config`, `.git/config`, or 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.
- Do not execute, `eval`, `curl | sh`, import, build, install, or run any code Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Unrestricted tool accesslowExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
- Do not execute, `eval`, `curl | sh`, import, build, install, or run any code 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.
- Do not execute, `eval`, `curl | sh`, import, build, install, or run any code Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- `subprocess`, `os.system`, `os.popen`, `pty.spawn`, `commands.getoutput`. 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.
- 8d ago First seen · 333 lines · 0 tokens per session scan D 37b3326c9a8c
review-contributor-pr is a command published in the GitHub repository brendancol/xarray-spatial-skills (3 stars, last pushed 1mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 4,148 tokens. A static security scan graded it D with 7 findings (instruction-override phrasing, asks the agent to reveal its instructions, reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
sdd-init
Initialize SDD context — detects project stack and bootstraps persistence backend.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
init
Install the formatters this repository needs, with every command visible before it runs.
merge-conflict-analysis
You are analyzing merge conflicts for PR #${{ pr-number }}.
repo-audit
Audit a codebase (local or remote GitHub/GitLab) against architecture principles and requirements, surfacing drift, risk, and missing decisions.
argos
A command for checking whether an implementation matches its design deliverables. Its Korean description compares the work to the design as part of a completion inspection.