Shuf Tool

PassAudited by VirusTotal on May 3, 2026.

Findings (1)

The script scripts/shuf.py contains a significant logic error and potential vulnerability where it attempts to open() the string content of stdin as a filename when no arguments are provided. Additionally, the SKILL.md documentation claims support for several functional flags (-n, -i, -r, -e) that are entirely unimplemented in the provided Python code, representing a high discrepancy between stated and actual behavior.