Search Reddit

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears purpose-aligned for Reddit search, but it uses an OpenAI API key, external OpenAI/Reddit calls, and limited provenance metadata that users should notice.

This looks reasonable to install if you want a Reddit search helper and are comfortable using an OpenAI API key. Before installing, verify the registry entry/source, use a dedicated API key if possible, monitor OpenAI usage costs, and treat Reddit excerpts as untrusted public web content.

Findings (3)

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

Search terms may be processed by OpenAI, and Reddit data is fetched over the network; this may have privacy, usage, or cost implications.

Why it was flagged

The skill sends searches to OpenAI and fetches Reddit JSON. This is disclosed and purpose-aligned, but it means user queries and search activity involve external services.

Skill content
Uses OpenAI Responses API (`/v1/responses`) with the `web_search` tool: - Allowed domain: `reddit.com` - Enriches each thread by fetching Reddit JSON
Recommendation

Use it for queries you are comfortable sending to OpenAI/Reddit, and review returned links or excerpts as public web content rather than trusted instructions.

What this means

The skill can spend against the configured OpenAI account when used and depends on keeping that API key private.

Why it was flagged

The script reads an OpenAI API key from the environment or Clawdbot config. This is expected for the stated OpenAI integration, and the visible code does not show logging or unrelated credential use.

Skill content
if (process.env.OPENAI_API_KEY) { return process.env.OPENAI_API_KEY; } ... config?.skills?.entries?.['search-reddit']?.apiKey || config?.skills?.entries?.openai?.apiKey
Recommendation

Prefer a dedicated or restricted OpenAI key if available, monitor usage, and avoid sharing the key in chat or logs.

What this means

It may be harder to independently verify the publisher or reproduce the exact source before installation.

Why it was flagged

The registry metadata does not provide a source or homepage and under-declares the Node runtime used by the documented commands. There is no evidence of a risky installer or dependency chain, so this is a provenance/setup note rather than a concern.

Skill content
Source: unknown; Homepage: none; Required binaries (all must exist): none; Install specifications: No install spec
Recommendation

Install from a trusted registry entry, review the included files before use, and confirm the expected Node runtime is available.