Reddit Post Details API
PassAudited by ClawScan on Apr 30, 2026.
Overview
The skill's code, instructions, and requested credential align with its stated purpose (calling JustOneAPI to fetch Reddit post details); there are no obvious incoherent requests or hidden behaviors.
This skill appears to do exactly what it says: call JustOneAPI to get Reddit post details using JUST_ONE_API_TOKEN. Consider the following before installing: 1) Treat JUST_ONE_API_TOKEN as sensitive—store it in the environment rather than pasting it into chat or logs. 2) The token is sent as a query parameter; tokens in URLs can appear in server logs and Referer headers—use an API token with limited scope if possible. 3) The helper prints raw JSON to stdout; avoid including sensitive tokens in outputs you share. 4) Ensure you trust https://api.justoneapi.com and the token you provide. Otherwise there are no unexplained permissions or hidden behaviors in the package.
