manual-review.backend

manual-review.backend is a cursor rule for Cursor from YuDefine/nuxt-supabase-starter. It costs 0 tokens per session (6,230 once invoked), scanned A, original, MIT.

A set of rules for verifying backend-only changes and changes that use different verification channels. It separates evidence the agent can collect from checks that require a person, a production authorization, or a business decision.

In plain words
What is it for?
Use it when a change affects server code, tests, end-to-end tests, or Supabase without a user-facing journey. It helps organize automated evidence, API or UI verification, production observations, and manual review.
Why use it?
It prevents technical checks such as database queries or API calls from being incorrectly assigned to a user and makes sure each change is verified through the appropriate channel.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/audit-dev-login-adoption.ts --consumer <consumer-abs-path> # 單 consumer.

Good fit Use it when a change affects server code, tests, end-to-end tests, or Supabase without a user-facing journey. It helps organize automated evidence, API or UI verification, production observations, and manual review.

Compare 6 cursor rules from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starter
agentmods
npx agentmods add rules/yudefine/nuxt-supabase-starter/manual-review.backend

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 manual-review.backend

README.md
[![agentmods](https://agentmods.dev/badge/rules/yudefine/nuxt-supabase-starter/manual-review.backend/github.svg)](https://agentmods.dev/rules/yudefine/nuxt-supabase-starter/manual-review.backend)
Your own site
<a href="https://agentmods.dev/rules/yudefine/nuxt-supabase-starter/manual-review.backend"><img src="https://agentmods.dev/badge/rules/yudefine/nuxt-supabase-starter/manual-review.backend/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manual-review.backend

Your own site · 80×15
<a href="https://agentmods.dev/rules/yudefine/nuxt-supabase-starter/manual-review.backend"><img src="https://agentmods.dev/badge/rules/yudefine/nuxt-supabase-starter/manual-review.backend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 6,230 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.06230
Opus 5 $0.00000 $0.03115
Sonnet 5 $0.00000 $0.01246
Haiku 4.5 $0.00000 $0.00623

Measured yesterday against content hash 74f22a99a7a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

manual-review.backend scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

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

當 `proposal.md` 宣告 `**No user-facing journey (backend-only)**` 時,`## 人工檢查` 區塊適用更嚴的規約 — **只**允許三類項目(production 授權 / 商業判斷 / production 觀察),其餘 SSH / psql / curl / schema 驗證等 evidence collection **MUST** 寫進新的 `## N. Backend
template/.cursor/rules/manual-review.backend.mdc · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Runtime adapter boundary

The obligations, predicates, evidence schema, failure handling, and review timing in this source are shared. Concrete browser, dispatch, question, filesystem, and command mechanics are target-native and MUST come from the selected runtime fragment at the matching adapter path. A fragment declares only the capability it can prove; an absent or unverified capability remains blocked and MUST NOT be silently replaced by a neighbouring runtime.

Manual Review — Backend Verification Flow

Reference 檔。核心規約見 manual-review.md。本檔聚焦 backend-only change 的人工檢查特別規約,與所有 verify channel 的標準流程(含 [verify:e2e] / [verify:api] / [verify:ui] / multi-marker / [review:ui] flow / [discuss] flow / 混合 kind change),以及 dispatch 前必驗的 pre-verify baseline。

Backend-only change 的特別規約

proposal.md 宣告 **No user-facing journey (backend-only)** 時,## 人工檢查 區塊適用更嚴的規約 — 允許三類項目(production 授權 / 商業判斷 / production 觀察),其餘 SSH / psql / curl / schema 驗證等 evidence collection MUST 寫進新的 ## N. Backend Verification Evidence section 由 apply 階段 session owner 自跑自貼,禁止塞進 ## 人工檢查 讓使用者扛。

完整規約(含三類定義、## N. Backend Verification Evidence 模板、例外宣告固定文字、反面範例)見 ux-completeness.md 的「必填 Backend-only Manual Review 規約」。manual-review.evidence.md 的「動詞 → 結果」格式只適用於有 user-facing journey 的 change。

標準流程

依 item 的 kind marker 走不同 flow。MUST 覆蓋 verify channels、[review:ui][discuss] — 一個 change 的 ## 人工檢查 區塊可同時包含多種 kind 的 items。

[verify:*] flow(/implement 收尾的 Verify Channel Pass)

tasks 檔有未勾 [verify:e2e] / [verify:api] / [verify:ui] / multi-marker items 時,/implement 收尾 MUST 依 channel 分流處理每一條,不是只跑最後一條。Cookbook 與範本見 vendor/snippets/verify-channels/README.md

[verify:e2e] channel

Read the full file on GitHub · 238 lines

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. yesterday Changed 74f22a99a7a7
  2. 2d ago Changed · +8 lines 7d859e7bf0db
  3. 6d ago First seen · 230 lines · 0 tokens per session scan A 175bf520d994

Subscribe to this mod's changes

manual-review.backend is a cursor rule published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,230 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.