DevOps Practices
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for DevOps practices and does not contain malicious code or hidden instructions.
- [EXTERNAL_DOWNLOADS]: The GitHub Actions workflows reference official actions from well-known and trusted organizations including Actions (GitHub), Docker, and Azure. Examples include
actions/checkout,docker/build-push-action, andazure/login. - [COMMAND_EXECUTION]: Shell commands provided in the templates (e.g.,
npm ci,helm upgrade,az aks get-credentials) are standard for CI/CD pipelines and deployment orchestration. - [CREDENTIALS_SAFE]: The skill correctly demonstrates secure credential management by using placeholder references like
${{ secrets.GITHUB_TOKEN }}and${{ secrets.AZURE_CREDENTIALS }}instead of hardcoded sensitive information.
Audit Metadata