{
  "id": "kotlin-android-security-privacy",
  "name": "kotlin-android-security-privacy",
  "version": "0.1.0",
  "type": "skill",
  "provider": "kotlin",
  "harnesses": [
    "codex",
    "claude-code",
    "cursor",
    "gemini",
    "kiro",
    "other"
  ],
  "summary": "MASVS-aligned static review of Android app security and privacy posture: exported components and intent surfaces, deep-link/App Links validation, WebView exposure, cleartext-traffic and network-security-config, local storage and secrets, backup exposure, runtime-permission minimization, and PII in logs. Reads manifest, source, and sanitized config only.",
  "source_type": "original",
  "official_docs": [
    "https://mas.owasp.org/MASVS/",
    "https://developer.android.com/privacy-and-security/security-tips",
    "https://developer.android.com/training/articles/security-config",
    "https://developer.android.com/guide/topics/manifest/manifest-intro"
  ],
  "security_notes": "Static review only — reads AndroidManifest.xml, Kotlin/Java source, Gradle config, and sanitized resource files; never builds, installs, runs, or instruments an app, never opens a live connection, and never handles real secrets or user data. Findings about runtime behavior (what an installed app actually exposes) are flagged as needing on-device verification. Never requests keystores, signing keys, credentials, or customer data.",
  "last_verified": "2026-07-21",
  "path": "skills/kotlin/kotlin-android-security-privacy",
  "author": "github: VincentChuWaiChow"
}
