docker-setup
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes a bash script 'docker-check.sh' to perform basic environment checks. It uses commands like 'docker --version' and 'docker ps' which are standard, low-risk diagnostic operations used to confirm the local environment state.
- [CREDENTIALS_UNSAFE] (SAFE): A hardcoded password 'password' is present in the Docker Compose example within 'SKILL.md'. This is used exclusively as a placeholder in documentation and does not represent a functional secret or a vulnerability in the skill logic.
- [EXTERNAL_DOWNLOADS] (SAFE): No remote resources, external scripts, or untrusted packages are downloaded or executed by this skill.
Audit Metadata