Feed Forge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Feed Forge (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.
Turn any website into an RSS/JSON/Atom feed by monitoring for changes.
# Docker
docker compose up -d
# Or local
pip install -r requirements.txt
python server.pyAPI runs on port 8435. MCP server via python mcp_server.py (stdio).
POST /feeds — Create feed monitor (url, css_selector, name, check_interval_minutes)GET /feeds — List all feedsGET /feeds/{id} — Feed details + recent itemsGET /feeds/{id}/rss — RSS 2.0 XMLGET /feeds/{id}/atom — Atom XMLGET /feeds/{id}/json — JSON Feed 1.1DELETE /feeds/{id} — Delete feedPOST /feeds/{id}/check — Manual checkGET /feeds/{id}/diff — Show last diffcreate_feed — Monitor a URL with CSS selectorcheck_feed — Check a feed nowget_changes — Show recent changesextract_content — One-shot CSS extraction (no monitoring)list_feeds — List all monitored feeds~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.