ci-cd-setup
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides boilerplate templates for GitHub Actions, Xcode Cloud, and fastlane. All configurations follow industry-standard patterns for building and deploying iOS/macOS applications.
- [SAFE]: Sensitive data handling is managed correctly. The instructions guide users to store certificates, API keys, and passwords in secure platform secrets (e.g., GitHub Actions Secrets) or environment variables rather than hardcoding them in the scripts.
- [COMMAND_EXECUTION]: The skill utilizes standard command-line utilities such as
xcodebuild,fastlane,security, andagvtool. These operations are transparently documented and necessary for the skill's primary function of project automation. - [EXTERNAL_DOWNLOADS]: Dependencies (e.g., fastlane, swiftlint) are sourced through official package managers like Homebrew or RubyGems. The templates reference well-known GitHub Action runners and official Apple documentation.
Audit Metadata