deployment-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard, well-documented patterns for deployment workflows without any malicious components.
- [EXTERNAL_DOWNLOADS]: The skill references official Docker images (node:22-alpine, golang:1.22-alpine, python:3.12-slim) and GitHub Actions (actions/checkout, docker/setup-buildx-action) which are from well-known and trusted sources.
- [COMMAND_EXECUTION]: Shell commands provided in the skill (e.g., kubectl, vercel, railway) are standard CLI tool operations intended for user-guided deployment and rollback.
- [CREDENTIALS_UNSAFE]: The skill explicitly promotes secure credential management, recommending the use of environment variables and secrets managers rather than hardcoding secrets in code or Docker images.
Audit Metadata