apk_permissions_checker
Analyze an APK file to extract and categorize its permissions, highlighting dangerous ones that access sensitive data or device features.
Instructions
Extracts and categorizes permissions requested by an APK. Dangerous permissions (those that grant access to sensitive user data or device features) are highlighted separately.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | Absolute path to the APK file to analyze |