What problem does it solve?
This Skill helps you review and harden common Android security risks that can lead to data exposure, unsafe component exposure, and insecure network or storage behavior.
Core Features & Use Cases
- Manifest security review: Check permissions, android:exported components, and intent/deep-link surfaces for least-privilege and unintended access.
- WebView and network hardening: Validate WebView-related security posture and ensure network security configuration prevents unsafe behaviors like cleartext traffic when not intended.
- Secret storage and backup safety: Evaluate local secret handling and backup rules to reduce the chance of credential leakage.
- Use Case: Before releasing a new app feature that adds deep links and WebView content, use this Skill to identify risky exported components and insecure traffic/storage settings, then verify the changes with build/manifest checks.
Quick Start
Ask the AI to run an Android security review of my app’s AndroidManifest.xml and related security configuration to flag exported component risks, permission issues, deep link vulnerabilities, WebView concerns, cleartext traffic settings, and backup/secret storage exposure, and then tell me what to verify and what risks remain if verification is incomplete.