pinyin-box
Analysis
The skill’s behavior matches its stated purpose of generating Chinese writing-practice sheets, but it requires trusting an external Python package installation.
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.
pinyin-box>=1.0.0 https://github.com/yanglinzhen/pinyin-box/releases/download/v1.0.0/pinyin_box-1.0.0-py3-none-any.whl
The dependency setup uses an unpinned version range and a direct remote wheel URL, so installation depends on trusting that external package source; this is central to the skill’s purpose and is disclosed.
pinyin-box -t "文本内容" -s medium -o ~/.openclaw/workspace/pinyin-box/output/pinyin_img1.png
The skill demonstrates passing text content into a CLI command; this is expected for the conversion task, but user text should be handled as data rather than unsafely interpolated into a shell string.
