ios_entitlements_checker
Extract and analyze iOS app entitlements from IPA to detect dangerous settings such as debug builds (get-task-allow), iCloud containers, and keychain groups.
Instructions
Extracts and analyzes entitlements embedded in the iOS app binary using codesign. Detects dangerous entitlements like get-task-allow (debug builds), iCloud containers, and keychain groups.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipa_path | Yes | Absolute path to the IPA file to analyze |