deployment-helper
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/deploy.tsfile uses the Bun shell ($) to execute local build and test commands (npm test,npm run build). This is standard behavior for a deployment automation script. - [SAFE]: The
SKILL.mdfile contains hardcoded database credentials (postgresql://user:pass@db:5432/eliza) within a Docker Compose example. These are clearly documentation placeholders and do not represent a security risk to the user's environment. - [SAFE]: The skill references several well-known services and packages including PostgreSQL, Redis, Prometheus, and Sentry for monitoring and infrastructure purposes.
Audit Metadata