My Docx Formatter

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

Installing the skill may download third-party Python code from the package ecosystem.

Why it was flagged

The install script creates a Python virtual environment and fetches python-docx without pinning a version. This is expected for a docx-generation skill, but it depends on the package manager and current package contents at install time.

Skill content
uv venv ... uv pip install python-docx
Recommendation

Review the install script before running it, use a trusted uv/Python environment, and consider pinning python-docx to a known-good version if reproducibility matters.

What this means

The package identity is somewhat ambiguous, so users may want to confirm they are installing the intended formatter.

Why it was flagged

The embedded metadata differs from the registry metadata shown for this package, which lists a different owner ID, slug, and version. This creates a provenance/packaging inconsistency, though the included source code remains coherent with the stated purpose.

Skill content
"ownerId": "kn76jdqd5cc8yn3q774rk4bcfs82738j", "slug": "docx-formatter", "version": "1.0.1"
Recommendation

Verify the publisher and package identity in ClawHub before installing, especially if relying on this skill in a managed or organizational environment.