docx-diff
Analysis
This appears to be a local Word-document comparison tool; the main things to notice are its Python dependency install and that generated reports may contain the documents' text and images.
Findings (3)
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.
pip install python-docx
The skill requires installing a third-party Python package, but the artifact does not pin a version or provide a managed install spec.
python "路径/scripts/compare_docx.py" --file1 "旧文档.docx" --file2 "新文档.docx"
The workflow runs a local Python script with user-supplied file paths. This is central to the skill's purpose and is not hidden, but it is still local code execution.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
HTML 报告内嵌图片,可直接分享单个文件
The generated report can embed document images and also includes diffed text, so the output files may contain sensitive source-document content.
