What problem does it solve? Apps with user-generated content are frequently rejected from the App Store under Guideline 1.2 when they lack required safety mechanisms. This Skill audits Swift and Objective-C source code to detect missing report, block, content filtering, EULA, and developer contact features before submission. ## Core Features & Use Cases - Safety Mechanism Detection: Greps the codebase for report content, block user, and content filtering implementations across feed, comment, and profile views. - Compliance Gap Reporting: Produces a prioritized findings list (CRITICAL/HIGH/MEDIUM/LOW) with file paths, line numbers, and actionable TODO items mapped to Guideline 1.2. - EULA and Age Verification Checks: Verifies terms-of-service acceptance in onboarding flows and flags missing age verification for apps with user-to-user interaction. - Use Case: Before submitting a community app with posts and comments, run this audit to confirm a Report button, Block User action, in-app support contact, and EULA acceptance all exist, avoiding a guaranteed 1.2 rejection. ## Quick Start Audit my iOS project for App Store Guideline 1.2 user-generated content safety requirements and list any missing report, block, or contact mechanisms.