Back to skill
Skillv1.0.0

VirusTotal security

Docker Container Cleaner · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 29, 2026, 4:44 AM
Hash
53fd4bce52add20ff9a060cf806af8e3e6a7b5fce81261d2a8af78026370d0f0
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: docker-container-cleaner Version: 1.0.0 The OpenClaw skill 'docker-container-cleaner' is a Python CLI tool designed to clean up Docker resources. The `scripts/main.py` uses `subprocess.run` to execute `docker` commands, which is appropriate for its stated purpose. The arguments passed to `docker` are constructed from hardcoded strings and `argparse`-processed inputs, mitigating shell injection risks. There is no evidence of data exfiltration, unauthorized network activity, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. The code's behavior aligns with its documentation and intended functionality.
External report
View on VirusTotal