axiom-deep-link-debugging
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for developer-focused debugging features without any detected malicious patterns.
- [COMMAND_EXECUTION]: Includes a shell script utilizing the standard macOS
/usr/libexec/PlistBuddyutility. This script is designed to remove debug URL schemes from the Info.plist during the Release build phase, which is a recommended security practice for iOS development to prevent exposure of internal testing endpoints. - [DATA_EXPOSURE]: Demonstrates the use of
UserDefaultsandNotificationCenterto manage application state locally for testing purposes. These operations are confined to the application sandbox and are appropriately wrapped in#if DEBUGpreprocessor directives to prevent production impact.
Audit Metadata