Container Helper

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent Docker helper skill with no code or install steps, but users should review any Docker commands that build, push, or change networking.

This skill appears safe to install as an instruction-only Docker assistant. Treat its output like any Docker guidance: inspect commands before running them, avoid pushing images to the wrong registry, and be careful with container/network changes that could affect your development environment.

Findings (1)

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.