一键导入
android-security-best-practices
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | android-security-best-practices |
| description | Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege. |
| metadata | {"version":"0.1.0","category":"quality-release","tags":["android","security","privacy","hardening"],"triggers":{"include":["android security review","secret handling android app","exported component security android","network security config android","hardening android project"],"exclude":["compose animation only","room index tuning","play listing copy"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
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-practicesAutomate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.
Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.