deeplink-test
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes standard iOS development commands through
xcrun simctl. This includessimctl openurlto test links andsimctl io screenshotto capture the simulator screen for verification. These are expected behaviors for a mobile development testing tool. - [DATA_EXPOSURE]: Accesses the local project directory to read navigation configuration files (e.g.,
linking.ts,navigation.js). This access is restricted to the user's project files and does not target sensitive system directories or credentials. - [EXTERNAL_DOWNLOADS]: Does not perform any network requests or external downloads. All operations are local to the machine and the connected iOS Simulator.
- [DYNAMIC_EXECUTION]: Uses a small Python snippet within a Bash script to parse JSON output from
simctl. This is a standard way to handle structured command-line output and does not involve executing untrusted or remote code.
Audit Metadata