Extract actionable insights and valuable artifacts from web posts, articles, and technical documentation. Use when summarizing content, extracting key ideas from URLs/articles, preserving code snippets and diagrams, or creating visual summaries. Triggers on requests like "summarize this post", "extract insights from", "distill this article", "what are the key takeaways", or when a URL is shared for analysis.
96
100%
Does it follow best practices?
Impact
90%
1.21xAverage score across 5 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.70). The SKILL.md explicitly fetches and analyzes user-provided URLs and web articles ("Triggers ... or when a URL is shared for analysis" and the Pre-processing rules "Only fetch the user-provided URL"), so the agent consumes untrusted public web content as input and could be targeted by indirect prompt-injection despite the included mitigation guidance.