WARNINGLikelyGuideline 5.1.2
iOS & AndroidPrivacy
AI Data Sharing Disclosure
Apps using third-party AI services must clearly inform users if personal data is shared and obtain explicit consent before processing.
Quick Fix
Add a clear disclosure informing users that their data may be processed by third-party AI services. Obtain explicit consent before sending user data to AI APIs. Consider adding this to your privacy policy and showing an in-app consent dialog.
What Gets Detected
Detection Type:CODE PATTERN
Triggers (any of these):
/import\s+.*\s+from\s+['"](@?openai|anthropic|@anthropic-ai\/sdk|langchain)['"]/i/require\s*\(\s*['"](@?openai|anthropic|langchain)['"]\s*\)/i/\bnew\s+(OpenAI|Anthropic|ChatOpenAI|OpenAIApi)\s*\(//\b(openai|anthropic)\.chat\.completions/i/\bChatGPT\b|\bGPT-4\b|\bGPT-3\b/iRequired if triggered (any of these fixes it):
aiConsentai-consentAIDisclosureai-disclosurellmConsentAI Privacyai privacy