test-environment-management
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill includes hardcoded dummy credentials in its Docker and environment configuration examples (e.g., 'POSTGRES_PASSWORD: test'). These are standard placeholders for local and ephemeral test environments and do not represent a production security risk.
- [EXTERNAL_DOWNLOADS]: The GitHub Actions workflow example utilizes official actions (actions/checkout, actions/setup-node) which are well-known and trusted utilities for CI/CD environments.
- [COMMAND_EXECUTION]: Standard Node.js commands (npm ci, npm run, npm test) are defined within the automation scripts to manage project dependencies and execution within controlled testing environments.
Audit Metadata