hoangnguyen0403/android-security
Secure Android data at rest and authentication secrets. Use for auth tokens, encrypted storage, and app-data isolation; defer WebView/Intent/FileProvider to android-legacy-security and TLS/certificate pinning to android-networking.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-security
EncryptedSharedPreferences for sensitive local data (Tokens).network_security_config.xml (cleartextTrafficPermitted="false").android:exported="false" for Activities/Receivers unless intended for external use.Uri.Builder or HttpUrl (OkHttp) to prevent parameter injection.Take hoangnguyen0403/android-security from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.