Search arXiv for academic papers describing agentic AI patterns. Use when user asks to find new patterns from academic literature, search arXiv, discover patterns from papers, or review academic sources for pattern extraction.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
SKILL.md/WORKFLOW.md instructs running scripts/arxiv_scanner.py which fetches outsider-authored arXiv paper abstracts (public web/XML via urllib.request.urlopen in scripts/arxiv_scanner.py) and then exports them into an LLM-readable Markdown file (e.g., results.md/high_quality.md) that the workflow says to “Read the exported Markdown report” (Phase 2), creating an indirect prompt-injection path.
83af328
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.