privacy-playstore-rules

privacy-playstore-rules is a cursor rule for Cursor from preshan/GroceryList. It costs 260 tokens per session, scanned A, original, MIT.

Rules for privacy, advertising, permissions, and Google Play Store compliance in an Android grocery-list app. They describe which data stays local, what AdMob may process, and what must be disclosed.

In plain words
What is it for?
They are for implementing privacy-safe behavior, preparing Play Store Data Safety information, writing the privacy policy, and checking that user-facing claims match the app.
Why use it?
They help keep the app's privacy statements, permissions, advertising behavior, and Play Store declarations accurate.

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/preshan/grocerylist/privacy-playstore-rules
Clone the repo
git clone --depth 1 https://github.com/preshan/GroceryList

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 privacy-playstore-rules

README.md
[![agentmods](https://agentmods.dev/badge/rules/preshan/grocerylist/privacy-playstore-rules.svg)](https://agentmods.dev/rules/preshan/grocerylist/privacy-playstore-rules)
Your own site
<a href="https://agentmods.dev/rules/preshan/grocerylist/privacy-playstore-rules"><img src="https://agentmods.dev/badge/rules/preshan/grocerylist/privacy-playstore-rules.svg" alt="Measured on agentmods" height="20"></a>
Per session 260 This file is loaded in full into every session.
When invoked 260 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.1 $0.00260 $0.00260
Opus 5 $0.00130 $0.00130
Sonnet 5 $0.00052 $0.00052
Haiku 4.5 $0.00026 $0.00026

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

Security

Grade A, and why

privacy-playstore-rules 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 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.

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/privacy-playstore-rules.mdc · 36 lines

What it actually says

Privacy and Play Store Rules

The app privacy position:

  • Grocery list data is stored locally on the user's device.
  • The developer does not collect grocery items, categories, favorites, shopping history, or templates.
  • No login is required.
  • No backend is used.
  • No developer-owned analytics are used.
  • The app may show ads using Google AdMob.
  • AdMob may collect advertising-related data according to Google policies.
  • Users can manually share lists using Android share sheet.
  • The app does not automatically share shopping data.

Do not claim: "This app collects no data"

Better wording: "This app does not collect or upload your grocery list data. Shopping data is stored locally on your device. The app may show ads through Google AdMob, which may process advertising-related data."

Play Store:

  • Declare app contains ads.
  • Complete Data Safety accurately.
  • Add privacy policy link in app and Play Console.
  • Avoid unnecessary permissions.
  • Use only INTERNET and ACCESS_NETWORK_STATE unless a feature truly requires more.

Release safety reminders:

  • Keep in-app behavior, privacy policy text, and Data Safety answers aligned.
  • Re-check current Play policy and target SDK requirements before submission.
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 · 36 lines · 260 tokens per session scan A 25c62948a764

Subscribe to this mod's changes

privacy-playstore-rules is a cursor rule published in the GitHub repository preshan/GroceryList (2 stars, last pushed 3mo ago), licensed MIT. It adds 260 tokens to every session, about $0.0013 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-31.