wechat-pack
Analysis
This appears to be a purpose-built local document packager, but it can download image URLs and copy referenced local files into the publish folder, so users should review outputs before publishing.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
if src.startswith("http://") or src.startswith("https://"):
local_path = _download_url(src, assets_dir)
...
shutil.copy2(candidate, dest)When processing a document, the script automatically downloads remote image URLs and copies existing local file paths referenced in image tags into the output assets directory.
For `.docx` conversion, `pandoc` must be available in `PATH`.
The skill relies on an external PATH-resolved pandoc binary for .docx conversion, while the registry metadata declares no required binaries.
