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/gygantskiymatilyock/ios-developer-agents/ios-app-store-validatorgit clone --depth 1 https://github.com/gygantskiyMatilyock/ios-developer-agentsWhat 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 | $0.00000 | $0.00344 |
| Opus 5 | $0.00000 | $0.00172 |
| Sonnet 5 | $0.00000 | $0.00069 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
ios-app-store-validator 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 yesterday.
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
iOS App Store Validator
When working with iOS project configuration files, validate against Apple's App Store Review Guidelines.
Check Info.plist For
- Required usage description strings (NSCameraUsageDescription, NSMicrophoneUsageDescription, NSLocationWhenInUseUsageDescription, NSPhotoLibraryUsageDescription, etc.)
- User-friendly descriptions explaining WHY permission is needed
- UIRequiredDeviceCapabilities correctly declared
- CFBundleIdentifier, CFBundleVersion, CFBundleShortVersionString properly set
- No placeholder text remaining
- LSApplicationQueriesSchemes declared if querying other apps
Check Privacy Manifest (PrivacyInfo.xcprivacy) For
- File exists if using required reason APIs
- NSPrivacyTracking accurately reflects IDFA usage
- NSPrivacyTrackingDomains lists all tracking domains
- NSPrivacyCollectedDataTypes matches actual data collection
- NSPrivacyAccessedAPITypes covers all required reason APIs
Check Entitlements For
- Only request entitlements actually used
- Associated domains properly configured for universal links
- Special entitlements documented with explanations
Check Swift Code For
- No private API usage
- No deprecated frameworks that cause rejection
- No competitor platform references ("Android", "Google Play")
- ATT implementation if using IDFA
- Background modes justified with actual functionality
Output
Flag issues as:
- BLOCKER: Will cause rejection (cite guideline number)
- WARNING: May cause rejection (include risk level)
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.
- yesterday First seen · 46 lines · 0 tokens per session scan A 11141ead6108
ios-app-store-validator is a cursor rule published in the GitHub repository gygantskiyMatilyock/ios-developer-agents (30 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 344 tokens. 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.
Other cursor rules, from other repositories
mobile
Rules for mobile development (Swift/iOS, Kotlin Android, React Native, Flutter).
java-kotlin
Rules applied when working in Java or Kotlin files (incl. Android).
kotlin-rules
You are a Senior Kotlin programmer with experience in the Android framework and a preference for clean programming and design patterns.
flutter-rules
You are an expert in Flutter, Dart, Riverpod, Freezed, Flutter Hooks, and Supabase.
cursorrules
Kortix is a React Native + Expo app built with TypeScript, NativeWind (Tailwind CSS), and a custom design system.
git-commit-attribution
Git commits must use the human developer identity only; never Cursor Agent co-authorship.