ApeWisdom Reddit Scanner

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Running the skill contacts ApeWisdom to retrieve live market-sentiment data.

Why it was flagged

The script performs a fixed outbound GET request to ApeWisdom based on the selected filter. This is disclosed by the skill purpose and does not include local files or credentials.

Skill content
BASE_URL = "https://apewisdom.io/api/v1.0/filter" ... response = requests.get(url)
Recommendation

Use it if you are comfortable relying on ApeWisdom as the data provider, and treat results as informational rather than financial advice.

What this means

Users have less provenance context and may need to ensure Python dependencies such as requests are available locally.

Why it was flagged

The registry does not provide an upstream source or install/dependency specification. The included code is short and purpose-aligned, so this is a transparency/setup note rather than a security concern.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Review the included script before running it and install only in an environment where the Python dependency setup is understood.