ci-cd-patterns
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate CI/CD templates for Android and iOS development.
- [COMMAND_EXECUTION]: The templates include standard build and test commands (e.g.,
./gradlew,xcodebuild). The use ofsudo xcode-selectis a standard administrative command for selecting development tools in GitHub-hosted macOS environments. - [EXTERNAL_DOWNLOADS]: The workflows utilize well-known GitHub Actions from official and reputable sources (e.g.,
actions/*,codecov/codecov-action,gradle/actions/*). These are documented neutrally as they align with standard industry practices. - [CREDENTIALS_UNSAFE]: No hardcoded credentials were found. The skill follows security best practices by instructing users to use environment secrets (e.g.,
${{ secrets.KEYSTORE_PASSWORD }}) for sensitive credentials instead of hardcoding them.
Audit Metadata