migrating-to-tuist-generated-projects
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns were detected. The skill provides clear, step-by-step instructions for a developer workflow.
- [COMMAND_EXECUTION] (SAFE): The skill includes commands such as
xcodebuild,tuist, andxcrun simctl. These are standard tools for iOS development and are used here according to their intended primary purpose for building and testing applications. - [DATA_EXPOSURE] (SAFE): There are no hardcoded credentials, API keys, or suspicious network requests. The file operations are limited to the project directory being migrated.
- [PROMPT_INJECTION] (SAFE): The instructions do not contain attempts to bypass AI safety filters or override system prompts.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill mentions
tuist install, which is the standard method for fetching dependencies defined in a Tuist project. No untrusted third-party URLs or piped bash scripts were found.
Audit Metadata