What problem does it solve? iOS apps that send user data to third-party AI services like OpenAI, Gemini, or Anthropic without explicit in-app consent get rejected under App Store Guideline 5.1.2(i). This Skill scans your Swift codebase to find undisclosed AI data sharing before you submit for review. ## Core Features & Use Cases - AI SDK and Endpoint Detection: Greps Swift files, Podfiles, and Package.resolved for OpenAI, Gemini, Anthropic, Cohere, and other AI API usage. - Consent UI Verification: Checks for explicit in-app disclosure patterns (aiConsent, AIDisclosure) required before transmitting user data to external AI services. - Privacy Policy Audit: Verifies the privacy policy specifically names AI providers rather than using generic third-party sharing language. - Use Case: Before submitting a chat app that calls the OpenAI API, run this audit to confirm a consent modal exists and the privacy policy discloses the data sharing, avoiding a 5.1.2(i) rejection. ## Quick Start Scan my iOS project for undisclosed third-party AI data sharing and report any App Store Guideline 5.1.2(i) violations.