Response Tone Polisher
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a text-processing utility designed to polish academic response letters, but it contains a significant vulnerability in its file-handling logic. In `scripts/main.py`, the script implicitly checks if the input strings (`reviewer_comment` and `draft_response`) are valid file paths using `os.path.isfile()` and, if so, reads the file contents without any path sanitization or directory traversal checks. This behavior, combined with the unchecked security items in the `SKILL.md` checklist (e.g., 'Input file paths validated'), creates a risk where an attacker could trick the agent into reading sensitive local files by providing their paths as input text.
