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.
git clone --depth 1 https://github.com/EmadBeltaje/cursor-appstore-upload-rulesWrote 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/emadbeltaje/cursor-appstore-upload-rules/ipa-upload-automation)<a href="https://agentmods.dev/rules/emadbeltaje/cursor-appstore-upload-rules/ipa-upload-automation"><img src="https://agentmods.dev/badge/rules/emadbeltaje/cursor-appstore-upload-rules/ipa-upload-automation.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.12515 | $0.12515 |
| Opus 5 | $0.06258 | $0.06258 |
| Sonnet 5 | $0.02503 | $0.02503 |
| Haiku 4.5 | $0.01252 | $0.01252 |
Grade D, and why
ipa-upload-automation scanned grade D with 3 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 8d 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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
### Step 0 — Collect credentials and framework Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
chmod 600 /tmp/AuthKey_${KEY_ID}.p8 Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
APP_RESPONSE=$(curl -s \ The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 8d ago First seen · 1,072 lines · 12,515 tokens per session scan D 6ac915e8a7ca
ipa-upload-automation is a cursor rule published in the GitHub repository EmadBeltaje/cursor-appstore-upload-rules (4 stars, last pushed 5mo ago), with no licence file. It adds 12,515 tokens to every session, about $0.0626 per session on Opus 5. A static security scan graded it D with 3 findings (harvests environment variables, asks for root, makes network calls). 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
ipa-upload-automation
Universal IPA upload automation (TestFlight + optional App Store submission) for Flutter, React Native, and native Swift/Xcode projects.
create-view
Step-by-step guide to create a new MasterFabric view with State, Cubit, and MasterViewCubit.
create-base-widget
How to create base/reusable widgets in MasterFabric - StatelessWidget patterns, composition, layout.
create-config
Configure app via appconfig.json - AssetConfigHelper, nested keys, MasterApp.runBefore.
platform-channels
Native iOS/Android integration via platform channels - no Dart packages, MethodChannel.
flutter-riverpod-cursorrules-prompt-file
Cursor rules for Flutter Riverpod.