Container Helper

AdvisoryAudited by VirusTotal on Apr 23, 2026.

Overview

Type: OpenClaw Skill Name: container-helper Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) for a Docker assistant. It lacks any executable code, scripts, or suspicious instructions that would indicate malicious intent or security vulnerabilities. The content is limited to descriptive usage examples for container management and Dockerfile optimization.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If followed, generated Docker commands could change containers, images, networks, or publish an image to a registry under the user's account.

Why it was flagged

These examples show the skill may guide Docker operations that publish images or change container networking. That matches the stated Docker-helper purpose, but such actions can affect local infrastructure or external registries.

Skill content
用户: 构建镜像并推送到registry
...
用户: 配置容器网络
Recommendation

Review generated Docker commands before running them, especially image tags, registry destinations, volume mounts, deletion flags, and network changes.