Zhihu Answer List API

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill is a straightforward API wrapper for fetching Zhihu answer lists via the JustOneAPI service. The core logic in `bin/run.mjs` facilitates authenticated GET requests to `https://api.justoneapi.com` using a user-provided token. While the API design passes the authentication token as a query parameter (a common but suboptimal security practice), the skill's behavior is transparent, well-documented, and strictly aligned with its stated purpose without any signs of malicious intent or data exfiltration.