how-to-build-a-flutter-app-on-xcode-cloud
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. The skill's behavior aligns perfectly with its stated purpose of setting up CI/CD workflows.
- [COMMAND_EXECUTION] (SAFE): The instructions include bash scripts for
ci_post_install.shandci_post_clone.sh. These scripts use standard development commands (brew install,flutter build,chmod +x) required for configuring the Xcode Cloud build environment. - [EXTERNAL_DOWNLOADS] (SAFE): The scripts reference Homebrew (
brew) to installcocoapodsandflutter. Homebrew is a trusted package manager for macOS, and these dependencies are essential for Flutter development on Apple platforms.
Audit Metadata