skills/android-security-best-practices/SKILL.md
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.
npx skillsauth add krutikJain/android-agent-skills android-security-best-practicesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/patterns.md when you need the attack-surface checklist or the storage/network/component decision matrix.references/scenarios.md for manifest, backup, WebView, and release-hardening review paths.android-modernization-upgradeandroid-ci-cd-release-playstoreandroid:exported, component permissions, FileProvider, networkSecurityConfig, debug-only trust anchors, and immutable PendingIntents.android:exported or intent filters ambiguous on launchable or IPC components.FileProvider and system surfaces.FileProvider usage.rg -n "android:exported|android:permission|FileProvider|grantUriPermissions" examplesrg -n "networkSecurityConfig|usesCleartextTraffic|allowBackup|fullBackupContent|dataExtractionRules" examplespython3 scripts/eval_triggers.py --skill android-security-best-practicestesting
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
data-ai
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
tools
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
development
Migrate Android RxJava code to Kotlin coroutines and Flow with safe lifecycle-aware replacements.