ApeWisdom Reddit Scanner
PassAudited by ClawScan on May 1, 2026.
Overview
This is a straightforward, read-only stock-sentiment scanner that calls the public ApeWisdom API, with only minor transparency/setup notes.
Before running it, confirm you trust the ApeWisdom API and that your Python environment has the needed requests package. The artifacts show no hidden credential use, persistence, destructive behavior, or data exfiltration.
Findings (2)
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.
Running the skill contacts ApeWisdom to retrieve live market-sentiment data.
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.
BASE_URL = "https://apewisdom.io/api/v1.0/filter" ... response = requests.get(url)
Use it if you are comfortable relying on ApeWisdom as the data provider, and treat results as informational rather than financial advice.
Users have less provenance context and may need to ensure Python dependencies such as requests are available locally.
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.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Review the included script before running it and install only in an environment where the Python dependency setup is understood.
