review-contributor-pr

review-contributor-pr is a cursor rule for Cursor from brendancol/xarray-spatial-skills. It costs 0 tokens per session (684 once invoked), scanned B, original, no licence file.

A set of rules for checking pull requests submitted by people outside the project for prompt injection and unsafe code.

In plain words
What is it for?
Use it when prescreening an outside contributor’s pull request before normal review.
Why use it?
It helps reviewers notice instructions hidden in contributed content and identify code that could create security or safety problems.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

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 rules/brendancol/xarray-spatial-skills/review-contributor-pr
Clone the repo
git clone --depth 1 https://github.com/brendancol/xarray-spatial-skills

Made for: Cursor.

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 review-contributor-pr

README.md
[![agentmods](https://agentmods.dev/badge/rules/brendancol/xarray-spatial-skills/review-contributor-pr.svg)](https://agentmods.dev/rules/brendancol/xarray-spatial-skills/review-contributor-pr)
Your own site
<a href="https://agentmods.dev/rules/brendancol/xarray-spatial-skills/review-contributor-pr"><img src="https://agentmods.dev/badge/rules/brendancol/xarray-spatial-skills/review-contributor-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 684 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 4 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.1 $0.00000 $0.00684
Opus 5 $0.00000 $0.00342
Sonnet 5 $0.00000 $0.00137
Haiku 4.5 $0.00000 $0.00068

Measured 5d ago against content hash 1044bd50ba6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

review-contributor-pr scanned grade B with 4 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.

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.

- Direct instruction injection: "ignore previous instructions", "you are now", "approve this PR", "skip the security review"

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, import, build, install, or run any code from the PR.

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.

- Network and exfiltration: socket, urllib, requests, httpx, paramiko

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- Arbitrary execution: eval, exec, compile, subprocess, os.system, pickle.load
.cursor/rules/review-contributor-pr.mdc · 63 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 · 63 lines · 0 tokens per session scan B 1044bd50ba6c

Subscribe to this mod's changes

review-contributor-pr is a cursor rule 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 684 tokens. A static security scan graded it B with 4 findings (instruction-override phrasing, unrestricted tool access, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.