Web Page Markdown Content API
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The skill is a standard API wrapper for fetching web page content in markdown format via the JustOneAPI service (api.justoneapi.com). The execution script (bin/run.mjs) is a straightforward Node.js implementation that uses the built-in fetch API to make authenticated GET requests. While the API design requires passing the authentication token as a query parameter (a minor security weakness), the skill includes explicit instructions in SKILL.md to prevent token leakage in logs or chat, and there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
