Markdown 重点标注

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The OpenClaw skill 'md-highlight' is designed to add HTML-based highlighting to Markdown or plain text files. The `SKILL.md` instructions are clear, well-constrained, and explicitly forbid modifying or adding to the original content beyond the specified highlighting. File operations (read, write, overwrite) are limited to the user-specified input file, which is necessary for the skill's stated purpose. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, persistence mechanisms, or any other malicious intent. The `test_md_highlight.py` script further validates the expected benign output format and content preservation.