TechPulse
PassAudited by ClawScan on May 1, 2026.
Overview
TechPulse appears to be a simple public-Reddit trend reporter; its network use and manual install are disclosed, and the supplied code shows no credential use, local-file harvesting, destructive actions, or exfiltration.
This looks safe to use as a lightweight public-Reddit trend monitor. Before installing, verify the zip/source because it is manually copied into the OpenClaw skills directory, and remember that its output is just public Reddit hot-post data rather than full AI business analysis.
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.
Using the skill will contact Reddit to retrieve public posts for trend summaries.
The code performs outbound network requests to Reddit. The subreddit list is hardcoded and matches the stated trend-monitoring purpose, and no local or credential data is sent.
url = f"https://www.reddit.com/r/{subreddit}/hot.json?limit={limit}"Install only if outbound requests to reddit.com are acceptable in your environment.
After restart, OpenClaw can load the skill files from the installed archive.
The install instructions load a local archive into the OpenClaw skills directory and restart OpenClaw. This is a normal user-directed setup step, but it means the user should trust the archive contents before installation.
unzip techpulse.zip -d ~/.openclaw/skills/ openclaw restart
Verify the package source and contents before unzipping it into the skills directory.
Users may expect more analysis than the supplied implementation actually provides.
The metadata describes richer AI analysis, daily summaries, business insights, and recommendations, while the supplied code only fetches and prints top Reddit posts. This is a capability-expectation gap rather than evidence of malicious behavior.
AI-анализатор трендов ... с ежедневными сводками, бизнес-инсайтами и рекомендациями
Treat the output as a lightweight Reddit trend snapshot, not as a complete business or investment analysis.
