Reddit Researcher

PassAudited by ClawScan on May 1, 2026.

Overview

No suspicious behavior is evident; the skill is a Reddit research guide with expected external Reddit API use and optional Reddit credentials that users should handle carefully.

This looks safe to use as an instruction-only Reddit research helper if you are comfortable sending research queries to Reddit. Use anonymous access when possible, or create a dedicated Reddit app/account for OAuth, and avoid using personal secrets or sensitive search topics.

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

Research queries and targets may be visible to Reddit through API requests, and broad searches can collect public user content at scale.

Why it was flagged

The skill uses raw HTTP commands to query Reddit. This is central to the stated research purpose and appears read-only, but it sends user-chosen topics, subreddits, and usernames to Reddit.

Skill content
tools:
  - curl
  - jq
...
curl "https://www.reddit.com/search.json?q=OpenCore+problems&sort=new&time=week&limit=25"
Recommendation

Use the skill for user-directed research, keep searches scoped, avoid sensitive private topics, and respect Reddit rate limits and terms.

What this means

If a personal Reddit app secret or account is used carelessly, it could be exposed or used beyond the intended research workflow.

Why it was flagged

The skill supports optional Reddit OAuth/client credentials for higher API rate limits. This is purpose-aligned, but it still introduces credential handling.

Skill content
credentials:
  - name: reddit_oauth
    type: oauth2
    required: false
...
REDDIT_CLIENT_SECRET
Recommendation

Prefer anonymous access when enough; otherwise create a dedicated Reddit app/account, keep secrets out of logs and shared terminals, and rotate credentials if exposed.

What this means

A user may not see the optional credential and tool expectations from registry metadata alone before opening the skill instructions.

Why it was flagged

The registry metadata provides limited provenance and does not advertise the optional Reddit credential/env-var setup described by the skill. Because there is no install code and the credential use is disclosed in SKILL.md, this is a visibility note rather than a concern.

Skill content
Source: unknown
Homepage: none
...
Required env vars: none
Env var declarations: none
Primary credential: none
Recommendation

Read the skill instructions before use and verify any Reddit credential setup manually; publishers should align registry metadata with the SKILL.md frontmatter.