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.
npx agentmods add rules/preshan/grocerylist/privacy-playstore-rulesgit clone --depth 1 https://github.com/preshan/GroceryListWrote 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.
[](https://agentmods.dev/rules/preshan/grocerylist/privacy-playstore-rules)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 5d ago First seen · 36 lines · 260 tokens per session scan A 25c62948a764
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.
Other cursor rules, from other repositories
ios-app-store-validator
App Store validation for iOS projects.
nativescript
NativeScript best practices and patterns for mobile applications.
webkit-browser
Cursor rule "webkit-browser" from duckduckgo/apple-browsers, covering webkit & browser development guidelines, webview configuration, basic webview setup, user scripts management and tab management.
android-networking-retrofit-okhttp
Build Android networking stacks with Retrofit, OkHttp, interceptors, API contracts, and resilient error handling.
swiftui-patterns
Modern SwiftUI patterns using @Observable, state management with MV architecture, async operations with .task modifier, accessibility guidelines, and performance optimizations. Apply when creating or modifying SwiftUI views, handling state, or implementing UI interactions.
expo
Expo Development Standards.