appknox_upload
Upload an APK or IPA file from your host machine to start a security scan. Provide the absolute file path to receive the file ID for tracking.
Instructions
Upload a mobile application package (APK/IPA) for security scanning. Returns the file ID. IMPORTANT: The file_path must be an absolute path on the HOST machine filesystem (e.g., /Users/username/Downloads/app.apk on Mac, or C:\Users\username\Downloads\app.apk on Windows). Paths inside Claude Desktop sandbox (/mnt/user-data/, /tmp/ inside sandbox) will NOT work. The user must provide the real path where the file exists on their actual computer, not paths from drag-and-drop uploads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the APK or IPA file on the local filesystem (required). Must be a real path like /Users/name/Downloads/app.apk, NOT a sandbox path like /mnt/user-data/uploads/ |