cursor

cursor is a cursor rule for coding agents from free-revalution/AIGC-Detector-Pro. It costs 0 tokens per session (229 once invoked), scanned C, original, MIT.

A Cursor rule that checks academic papers for signs they were written by AI and suggests clearer wording. It works with .docx files and supports Chinese and English.

In plain words
What is it for?
Use it to inspect academic papers, review its rewrite suggestions, and create reports or rewritten .docx files.
Why use it?
It helps review a paper for possible AI-generated writing and identify passages that may need rewriting. It can also produce a report and a revised document.

Cursor rule

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/free-revalution/aigc-detector-pro/cursor
Clone the repo
git clone --depth 1 https://github.com/free-revalution/AIGC-Detector-Pro

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 cursor

README.md
[![agentmods](https://agentmods.dev/badge/rules/free-revalution/aigc-detector-pro/cursor.svg)](https://agentmods.dev/rules/free-revalution/aigc-detector-pro/cursor)
Your own site
<a href="https://agentmods.dev/rules/free-revalution/aigc-detector-pro/cursor"><img src="https://agentmods.dev/badge/rules/free-revalution/aigc-detector-pro/cursor.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 229 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original 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.00000 $0.00229
Opus 5 $0.00000 $0.00114
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

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

Security

Grade C, and why

cursor scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

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

- Install command: `curl -sL ... | bash -s -- --agent cursor --dir /your/project`

Makes network callslowCapability

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

- Install command: `curl -sL ... | bash -s -- --agent cursor --dir /your/project`
agents/cursor.mdc · 28 lines

What it actually says

Cursor Entry Template

Location

{project}/.cursor/rules/aigc-detector.mdc

Format

MDC with YAML frontmatter (Cursor-specific format)

Content

The YAML frontmatter above is the actual content used by Cursor. The full SKILL.md content is embedded between markers:

[Full SKILL.md content here]

Notes

  • Cursor supports conditional rule activation via globs in frontmatter
  • alwaysApply: false means rules only activate when matching files are open
  • Dedicated file (file mode), overwrites on reinstall
  • Install command: curl -sL ... | bash -s -- --agent cursor --dir /your/project
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 · 28 lines · 229 tokens per session scan C 74aede1c7849

Subscribe to this mod's changes

cursor is a cursor rule published in the GitHub repository free-revalution/AIGC-Detector-Pro (122 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 229 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.