docker-cleanup
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONNO_CODE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
docker system prune -fanddocker volume prune -f. These commands are used for their intended purpose of cleaning up Docker resources as stated in the skill description. The-f(force) flag is used to skip confirmation prompts, which is typical for automated cleanup tasks. - [NO_CODE]: This skill consists only of a Markdown instruction file with no executable scripts or external dependencies.
Audit Metadata