Wakapi Query

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The wakapi-skill is a legitimate tool designed to fetch read-only coding statistics from a Wakapi instance. The core logic in `scripts/wakapi_query.py` uses only Python standard libraries to perform authenticated GET requests, with proper URL encoding and sanitization of user-provided parameters. The instructions in `SKILL.md` are well-aligned with the stated purpose and include explicit safety reminders for the agent not to leak secrets into the chat. No indicators of data exfiltration, malicious execution, or prompt injection were found.