Sort

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill bundle contains a critical command injection vulnerability in the `cmd_json` function within `scripts/script.sh`. The Python fallback implementation for JSON sorting interpolates the `${key}` and `${file}` variables directly into a `python3 -c` command string and a Python f-string, allowing for arbitrary code execution (RCE) if a malicious key or filename is provided. While the tool's functionality is consistent with its stated purpose and it includes documented local logging to `~/.local/share/sort/history.log`, the lack of input sanitization in a high-risk execution context warrants a suspicious classification.