Track all URLs fetched during SpecStory AI coding sessions. Run when user says "show my link trail", "what URLs did I visit", "list fetched links", or "show web fetches".
91
87%
Does it follow best practices?
Impact
99%
1.05xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). This skill's parse_webfetch.py and extract_urls_context.py explicitly read WebFetch result content from .specstory/history files (which contain pages fetched from arbitrary public sites like docs, StackOverflow, etc.), and those scripts parse and summarize that untrusted third‑party page content (infer URLs, summaries, and errors) and present follow-ups (e.g., "retry failed fetches" / "open any of these links"), meaning external page text can influence the agent's decisions and next actions.
9454d3f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.