github-actions-templates
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource providing boilerplate templates for GitHub Actions. It contains no executable code or instructions that deviate from its stated purpose.
- [EXTERNAL_DOWNLOADS]: The provided templates reference official and well-known GitHub Actions from trusted organizations including GitHub, AWS, and Docker, as well as reputable security vendors like Snyk and Aqua Security. These references are standard for CI/CD workflow configuration.
- [CREDENTIALS_UNSAFE]: The workflow templates correctly use secret placeholders (e.g.,
${{ secrets.GITHUB_TOKEN }},${{ secrets.AWS_ACCESS_KEY_ID }}) for sensitive data, which is a security best practice for GitHub Actions. No hardcoded credentials were found.
Audit Metadata