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.

What this means

Using the skill will contact Reddit to retrieve public posts for trend summaries.

Why it was flagged

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.

Skill content
url = f"https://www.reddit.com/r/{subreddit}/hot.json?limit={limit}"
Recommendation

Install only if outbound requests to reddit.com are acceptable in your environment.

What this means

After restart, OpenClaw can load the skill files from the installed archive.

Why it was flagged

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.

Skill content
unzip techpulse.zip -d ~/.openclaw/skills/
openclaw restart
Recommendation

Verify the package source and contents before unzipping it into the skills directory.

What this means

Users may expect more analysis than the supplied implementation actually provides.

Why it was flagged

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.

Skill content
AI-анализатор трендов ... с ежедневными сводками, бизнес-инсайтами и рекомендациями
Recommendation

Treat the output as a lightweight Reddit trend snapshot, not as a complete business or investment analysis.