Wc Tool

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill is a standard word count utility providing basic line, word, and character counting functionality. While there is a discrepancy between the documentation (SKILL.md), which claims support for multiple files and JSON output, and the implementation (scripts/wc.py), which only handles a single file or stdin and lacks those features, the code contains no malicious logic, data exfiltration, or prompt injection. A minor resource exhaustion risk exists because the script reads entire files into memory at once, but this is a common design limitation rather than an intentional vulnerability.