What problem does it solve?
Submitting an Android app to Google Play risks rejection or account suspension when the code violates policies on restricted permissions, data safety declarations, or account deletion. This Skill automates a pre-submission audit that cross-references static code analysis with Play Store declarations to surface compliance risks before review.
Core Features & Use Cases
- Static Policy Audit: Scans manifests, permissions, and source code for violations across Permissions and APIs Hygiene, User Account and Identity, and Data Safety and Privacy domains.
- Data Safety Cross-Check: Compares detected data collection and transmission behavior against Play Store Data Safety declarations to flag undeclared collection.
- Deterministic Compliance Reports: Aggregates worker findings through a critic review pass and generates a Markdown compliance report with severity ratings and remediation checklists.
- Use Case: Before uploading a release build, run the audit to discover that your app requests READ_CONTACTS for a one-time picker flow and get a recommendation to migrate to the Android Contact Picker.
Quick Start
Audit my Android app in the current project directory for Google Play policy compliance and generate a report.