Reddit Insights

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: reddit-insights Version: 2.3.0 The reddit-insights skill is a documentation-based bundle providing instructions for an AI agent to interact with the reddapi.dev API. It facilitates semantic and vector searches on Reddit for market research and sentiment analysis. The bundle contains no executable code, obfuscation, or suspicious instructions, and it follows standard API integration patterns using environment variables for authentication.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your reddapi.dev account key may be used for API calls, which can consume monthly limits or paid-plan quota.

Why it was flagged

The skill expects a third-party API key and bearer authentication. This is purpose-aligned for reddapi.dev access, but it is still a credential that should be protected and can consume paid quota.

Skill content
export REDDAPI_API_KEY="your_api_key" ... Authentication: All requests require header: Authorization: Bearer YOUR_API_KEY
Recommendation

Use a dedicated key if possible, avoid pasting it into chats or logs, monitor reddapi.dev usage, and revoke or rotate the key if it is exposed.

What this means

Search terms, research topics, and the API key are sent to reddapi.dev rather than staying local.

Why it was flagged

The skill sends user search queries to an external provider API. This is disclosed and central to the skill's function, but users should understand the data boundary.

Skill content
Base URL: `https://reddapi.dev` ... curl -X POST "https://reddapi.dev/api/v1/search/semantic" ... -d '{"query": "What do developers think about Rust vs Go for backend services?", "limit": 20}'
Recommendation

Do not include confidential business plans, personal data, or secrets in search queries unless you are comfortable sharing them with reddapi.dev and have reviewed its privacy terms.