rss-reader

Warn

Audited by Snyk on Mar 24, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). The skill's fetch-rss.mjs explicitly fetches and parses arbitrary RSS/Atom feed URLs from the open web (parser.parseURL(feedUrl) in scripts/fetch-rss.mjs) and its SKILL.md instructs using browser.navigate(url) to visit article pages, so the agent will ingest and act on untrusted third-party content (feeds and article pages) as part of its workflow.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill calls parser.parseURL(feedUrl) at runtime to fetch a user-supplied feed URL (the feedUrl, e.g. https://.../feed), and the fetched RSS/Atom content is injected verbatim into the script output that will be consumed by the agent/LLM, so remote content can directly control prompts.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 24, 2026, 11:19 AM
Issues
2
Security Audit — snyk — rss-reader