github-actions-templates
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource providing YAML templates for GitHub Actions. It does not contain executable scripts or prompt injection attempts.
- [SAFE]: External references in the templates point to official GitHub Actions (actions/checkout, actions/setup-node, etc.) or well-known services (Docker, AWS, Snyk, Codecov) and follow version pinning best practices.
- [SAFE]: Secrets handling is demonstrated correctly using the
${{ secrets.VAR_NAME }}syntax, ensuring sensitive credentials are not hardcoded but managed through the platform's native secrets vault.
Audit Metadata