overview

overview is a cursor rule for Cursor from deltazefiro/Amarok-Hider. It costs 976 tokens per session, scanned A, original, Apache-2.0.

An Android privacy app that hides files and installed apps from view using visibility changes rather than encryption.

In plain words
What is it for?
Hiding or showing files and apps, triggering a quick hide action, and protecting the app with a password or fingerprint.
Why use it?
It helps keep casual observers from seeing selected files or apps. Because it does not encrypt files, it is not protection against someone who can access the underlying data.

Cursor rule for 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/deltazefiro/amarok-hider/overview
Clone the repo
git clone --depth 1 https://github.com/deltazefiro/Amarok-Hider

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 overview

README.md
[![agentmods](https://agentmods.dev/badge/rules/deltazefiro/amarok-hider/overview.svg)](https://agentmods.dev/rules/deltazefiro/amarok-hider/overview)
Your own site
<a href="https://agentmods.dev/rules/deltazefiro/amarok-hider/overview"><img src="https://agentmods.dev/badge/rules/deltazefiro/amarok-hider/overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 976 This file is loaded in full into every session.
When invoked 976 The same file — it is already loaded in full.
Security scan A 0 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.00976 $0.00976
Opus 5 $0.00488 $0.00488
Sonnet 5 $0.00195 $0.00195
Haiku 4.5 $0.00098 $0.00098

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

Security

Grade A, and why

overview 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 4d 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.

.cursor/rules/overview.mdc · 104 lines

How it starts

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

Amarok Project Overview

Introduction

Amarok is a lightweight Android app that quickly hides files and applications — ideal for casual privacy needs. Instead of encryption, it manages file and app visibility using various techniques.

Core Features

  • File Hiding: Obfuscation and Chmod modes.
  • App Hiding: Supports Root, Shizuku, Dhizuku, and DSM modes.
  • XHide Module: Uses Xposed to filter hidden apps from system queries.
  • Panic Button: Floating button to trigger hide operations.
  • Quick Settings Tile: Direct access for quick hide/unhide.
  • App Lock: Protects with password/fingerprint.

Functional Index

1. Hiding Management

File: app/src/main/java/deltazero/amarok/Hider.java

The Hider class serves as the central management system for both file and app hiding operations.

  • Retrieve State: Hider.getState() returns one of three states: HIDDEN, VISIBLE, PROCESSING.

NOTE: Calling this method on a background thread does not guarantee that the latest value set will be received. Call it on the main thread.

  • Trigger Processing: Hider.hide(context) and Hider.unhide(context) trigger hiding/unhiding operations.

2. File Hiding Implementations

Directory: app/src/main/java/deltazero/amarok/filehider/

  • Implementations (all extend BaseFileHider):
    • Obfuscation: Implemented in ObfuscateFileHider
    • Chmod Mode: Implemented in ChmodFileHider

3. App Hiding Implementations

Directory: app/src/main/java/deltazero/amarok/apphider/

  • Implementations (all extend BaseAppHider):
    • Root Mode: RootAppHider.java
    • Shizuku Mode: ShizukuAppHider.java
    • DSM Mode: DsmAppHider.java
    • Dhizuku Mode: DhizukuAppHider.java

4. Settings and Preferences

  • Settings persistence is handled through the PrefMgr class (app/src/main/java/deltazero/amarok/PrefMgr.java) with SharedPreferences.
  • UI is implemented under app/src/main/java/deltazero/amarok/ui/settings/ with each setting grouped by category.

Read the full file on GitHub · 104 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. 4d ago First seen · 104 lines · 976 tokens per session scan A 13ee0745b9cc

Subscribe to this mod's changes

overview is a cursor rule published in the GitHub repository deltazefiro/Amarok-Hider (3,226 stars, last pushed 23d ago), licensed Apache-2.0. It adds 976 tokens to every session, about $0.0049 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.