Urlencode Tool
PassAudited by VirusTotal on May 9, 2026.
Findings (1)
The skill provides standard URL encoding and decoding functionality using Python's built-in `urllib.parse` library. The implementation in `scripts/urlcode.py` is safe and lacks any high-risk behaviors such as network access, file system manipulation, or shell execution. While there is a discrepancy between the documentation in `SKILL.md` and the actual code (the docs claim features like `--batch` and `--json` which are not implemented), this appears to be an incomplete implementation rather than a malicious attempt to deceive the agent or user.
