pullpush-reddit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pullpush-reddit (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search Reddit's historical data through PullPush.io. This gives you access to Reddit comments and submissions, including content that may no longer be available through Reddit's official API.
You have two MCP tools:
Both tools connect to the PullPush.io API, which is free and requires no authentication.
Start broad, then narrow. Begin with a simple keyword query, then add filters based on what you find. Don't over-constrain on the first search — you might miss relevant results.
Choose the right tool for the question:
Combine filters effectively:
q: "rust async" + subreddit: "programming"after: "90d" for recent, after: "2023-01-01" for specific periodsscore: ">50" or sort_type: "score" to surface popular contentauthor: "username" to see someone's posting history| Parameter | Type | Description | |
|---|---|---|---|
| q | string | Search query across all fields | |
| subreddit | string | Subreddit name (no r/ prefix) | |
| author | string | Username filter | |
| after | string | After date — epoch timestamp or relative: '30d', '1y' | |
| before | string | Before date — same formats as after | |
| sort | 'asc' \ | 'desc' | Sort order (default: desc) |
| sort_type | 'created_utc' \ | 'score' | Sort field (default: created_utc) |
| size | number | Results count, 1-100 (default: 100) |
All comment parameters plus:
| Parameter | Type | Description |
|---|---|---|
| title | string | Search titles only |
| selftext | string | Search post body only |
| sort_type | + 'num_comments' | Can also sort by comment count |
| score | string | Score filter: '>100', '<50', or exact |
| num_comments | string | Comment count filter: '>10', '<5', or exact |
| over_18 | boolean | NSFW filter (true=only, false=exclude) |
| is_video | boolean | Video post filter |
| locked | boolean | Locked post filter |
| stickied | boolean | Stickied post filter |
| spoiler | boolean | Spoiler post filter |
The after and before parameters accept:
'30d' (30 days ago), '1y' (1 year ago), '6h' (6 hours ago)'1672531200' (Jan 1 2023)Relative dates are usually more intuitive. Use them by default.
size explicitly if you need more or fewer.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.