local-dev-setup
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Docker commands (
docker compose up,docker compose exec) and shell commands (cp,curl) to manage the local development lifecycle. These operations are restricted to the local environment and the specified container images. - [CREDENTIALS_UNSAFE]: The instructions reference default development credentials (
Administrator/password). These are documented as well-known defaults for local setup and are not considered sensitive in this development context. It also correctly suggests using environment variables ($CB_ADMIN_PASSWORD) for security-conscious configurations. - [EXTERNAL_DOWNLOADS]: The skill pulls the official
couchbase/server:enterprise-8.0.1Docker image. This is an expected operation from the official vendor repository for its stated purpose.
Audit Metadata