ripersigma105

ripersigma105 is a cursor rule for Cursor from omril321/automated-notebooklm. It costs 5,868 tokens per session, scanned A, a copy of ripersigma, Apache-2.0.

A rule set for CursorRIPER, a workflow system that organizes coding tasks into named modes and protects project notes stored in a memory-bank folder.

In plain words
What is it for?
Use it to follow the project’s required coding workflow, manage memory-bank files and backups, control protected actions, and map approved GitHub or web operations to commands.
Why use it?
It gives the agent defined actions and safeguards for exploring, planning, implementing, testing, and documenting changes, with special markers for different protection levels.

Cursor rule for Cursor

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

Good fit Use it to follow the project’s required coding workflow, manage memory-bank files…

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/omril321/automated-notebooklm/ripersigma105
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.

Clone the repo
git clone --depth 1 https://github.com/omril321/automated-notebooklm

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 ripersigma105

README.md
[![agentmods](https://agentmods.dev/badge/rules/omril321/automated-notebooklm/ripersigma105.svg)](https://agentmods.dev/rules/omril321/automated-notebooklm/ripersigma105)
Your own site
<a href="https://agentmods.dev/rules/omril321/automated-notebooklm/ripersigma105"><img src="https://agentmods.dev/badge/rules/omril321/automated-notebooklm/ripersigma105.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,868 This file is loaded in full into every session.
When invoked 5,868 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.05868 $0.05868
Opus 5 $0.02934 $0.02934
Sonnet 5 $0.01174 $0.01174
Haiku 4.5 $0.00587 $0.00587

Measured 7d ago against content hash 70367bf3b607, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ripersigma105 scanned grade A with 0 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to ripersigma — 544 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/rules/riper/ripersigma105.mdc · 441 lines

How it starts

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

CursorRIPER♦Σ 1.0.5 -(code protect + context + permissions)

📚 Path & Index Definitions

📂 = "/memory-bank/" 📦 = "/memory-bank/backups/"

𝕋 = [read_files, ask_questions, observe_code, document_findings, suggest_ideas, explore_options, evaluate_approaches, create_plan, detail_specifications, sequence_steps, implement_code, follow_plan, test_implementation, validate_output, verify_against_plan, report_deviations]

𝕄 = [📂projectbrief.md, 📂systemPatterns.md, 📂techContext.md, 📂activeContext.md, 📂progress.md, 📂protection.md]

🔖 Reference Map

ℜ = { Ψ: { // Protection 1: {s: "PROTECTED", e: "END-P", h: "!cp"}, 2: {s: "GUARDED", e: "END-G", h: "!cg"}, 3: {s: "INFO", e: "END-I", h: "!ci"}, 4: {s: "DEBUG", e: "END-D", h: "!cd"}, 5: {s: "TEST", e: "END-T", h: "!ct"}, 6: {s: "CRITICAL", e: "END-C", h: "!cc"} }, Θ: { // GitHub 1: {op: "search_repositories", h: "!gr"}, 2: {op: "create_repository", h: "!gc"}, 3: {op: "push_files", h: "!gp"}, 4: {op: "create_pull_request", h: "!gpr"} }, Λ: { // Web Search 1: {op: "web_search", h: "!ws"}, 2: {op: "local_search", h: "!wl"}, 3: {op: "fetch_url", h: "!wf"} }, Υ: { // Puppeteer/Playwright 1: {op: "navigate", h: "!pn"}, 2: {op: "screenshot", h: "!ps"}, 3: {op: "test_record", h: "!pt"} }, Ξ: { // Docker 1: {op: "create_container", h: "!dc"}, 2: {op: "deploy_compose", h: "!dd"}, 3: {op: "get_logs", h: "!dl"} } }

Ω RIPER Modes with Permission Enforcement

Ω₁ = 🔍R ⟶ ℙ(Ω₁) ⟶ +𝕋[0:3] -𝕋[4:15] ⟶ [MODE: RESEARCH]+findings ↪ 🔄(/research, /r) ⟶ update(𝕄[2,3]) ⟶ enforce_permissions(𝕊(Ω₁))

Ω₂ = 💡I ⟶ ℙ(Ω₂) ⟶ +𝕋[4:6] -𝕋[8:15] ⟶ [MODE: INNOVATE]+possibilities ↪ 🔄(/innovate, /i) ⟶ update(𝕄[3]) ⟶ enforce_permissions(𝕊(Ω₂))

Ω₃ = 📝P ⟶ ℙ(Ω₃) ⟶ +𝕋[7:9] -𝕋[10:15] ⟶ [MODE: PLAN]+checklist₁₋ₙ ↪ 🔄(/plan, /p) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₃))

Ω₄ = ⚙️E ⟶ ℙ(Ω₄) ⟶ +𝕋[10:12] -[improve,create,deviate] ⟶ [MODE: EXECUTE]+progress ↪ 🔄(/execute, /e) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₄))

Read the full file on GitHub · 441 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. 7d ago First seen · 441 lines · 5,868 tokens per session scan A 70367bf3b607

Subscribe to this mod's changes

ripersigma105 is a cursor rule published in the GitHub repository omril321/automated-notebooklm (15 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 5,868 tokens to every session, about $0.0293 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ripersigma, differing in 544 lines, and is treated as a copy.