Back to skill

Security audit

Android Native Dev.Bak

Security checks for vulnerabilities and agentic risk

Overview

This is a documentation-only Android development guide, with no executable installer or hidden data-handling behavior found.

Safe to install as an Android development reference. Review Gradle and adb commands before running them, use a branch or backup for real projects, and keep signing keys, API keys, and other secrets out of generated examples or logs.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.