opml-reader — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opml-reader (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.
Use scripts/opml_reader.py to (1) store OPML from a URL and (2) list the latest posts across all feeds in the OPML. Output timestamps are ISO-8601 in UTC.
python3 -m venv ~/Code/sandbox/.venv-opml-reader
~/Code/sandbox/.venv-opml-reader/bin/pip install feedparser~/Code/sandbox/.venv-opml-reader/bin/python scripts/opml_reader.py store \
"https://example.com/feeds.opml" \
"~/Code/Files/feeds.opml"~/Code/sandbox/.venv-opml-reader/bin/python scripts/opml_reader.py latest \
"~/Code/Files/feeds.opml" \
--limit 5~/Code/Files using store.latest to aggregate posts and return the newest entries across feeds.text lines formatted as index. title | feed | date | link.--format json or --format tsv if the user needs machine-readable output.--no-dedupe if the user wants raw results.--workers and --timeout for large or slow feed lists.scripts/opml_reader.py: Store OPML files and list latest posts across RSS/Atom feeds.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.