Container Helper

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.