Pain Point Finder

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned Reddit research tool, though it contacts PullPush and has a version mismatch users should verify.

This skill looks reasonable for public Reddit research. Before installing, verify the version mismatch and avoid entering sensitive internal terms as search queries, since the tool sends them to the PullPush API. The displayed main script content was truncated in the supplied artifacts, so confidence is medium rather than high.

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.

What this means

Your domain keywords, subreddit choices, and post IDs may be sent to PullPush while researching Reddit pain points.

Why it was flagged

The skill makes external HTTPS requests to PullPush. This is disclosed and necessary for the stated Reddit research purpose, but it means user-provided search terms and targets leave the local environment.

Skill content
const PULLPUSH_HOST = 'api.pullpush.io'; ... const req = https.get({
      hostname: PULLPUSH_HOST,
Recommendation

Avoid using confidential internal project names or sensitive search terms unless you are comfortable sending them to PullPush.

What this means

It may be unclear which exact version of the skill is being installed or reviewed.

Why it was flagged

The registry metadata reports version 1.0.0, while supplied files such as package.json and .clawhub/origin.json report 2.0.0. This is a provenance/version-coherence issue, not evidence of malicious behavior.

Skill content
Version: 1.0.0
Recommendation

Verify the package version and source before installing, especially if you rely on reproducible reviews or pinned versions.