The Pool
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is benign. The `SKILL.md` provides clear instructions for an AI agent to interact with 'The Pool' experiment, without any prompt injection attempts. The `scripts/pool.sh` script makes network calls to the specified external API (`https://the-pool-ten.vercel.app`) and securely handles an API key by storing it in `~/.pool-key` with `chmod 600` permissions. Crucially, the script uses `jq -n --arg` for all user-provided arguments when constructing JSON payloads for `curl`, effectively preventing shell injection vulnerabilities. There is no evidence of data exfiltration beyond the skill's stated purpose, persistence mechanisms, or obfuscation.
