Cache

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The skill bundle provides a legitimate local key-value cache management tool using Bash and Python. It implements standard cache operations (set, get, delete, list, search, etc.) with TTL support, storing data in a dedicated directory (~/.cache-tool/). The code logic in scripts/script.sh is transparent, uses environment variables for argument passing to Python, and lacks any indicators of data exfiltration, unauthorized execution, or persistence mechanisms.