Docker Development

PassAudited by ClawScan on May 1, 2026.

Overview

This Docker helper skill is coherent and purpose-aligned, with minor notes about unknown provenance and user-directed local Python helper scripts.

Before installing, confirm you trust the publisher and review the bundled Python helper scripts. Review any generated Dockerfile or docker-compose.yml before running it, especially ports, volumes, restart policies, and secret handling.

Findings (2)

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

You have less information about who maintains the skill or where to audit updates.

Why it was flagged

The registry entry does not provide an upstream source or homepage, which gives users less provenance context for the bundled helper scripts. This is a transparency note, not evidence of malicious behavior.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the included files and publisher details before installing; prefer skills with public repositories or verified provenance for production use.

What this means

If used, the agent or user may run local Python code that reads Docker-related files in the project.

Why it was flagged

The skill documents running a bundled local Python analyzer. This is central to its Dockerfile analysis purpose and the visible script content is aligned with that purpose, but it is still local code execution on project files.

Skill content
Validate
```bash
python3 scripts/dockerfile_analyzer.py Dockerfile
```
Recommendation

Run the helper only on intended Dockerfiles or Compose files, and review bundled script changes when updating the skill.