Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel
87
Quality
85%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. 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). The skill's core workflow (SKILL.md and WORKFLOWS.md) explicitly fetches and ingests open web content — e.g., WebFetch of llms.txt URLs, Repomix cloning/reading public GitHub repos, and Researcher/Explorer agents that read community sources like Stack Overflow and Reddit — meaning untrusted third‑party pages are read and used to drive analysis and agent actions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches llms.txt at runtime (e.g., https://docs.astro.build/llms.txt) to determine which documentation URLs agents should read and also runs repository operations (e.g., git clone https://github.com/org/library-name and optional npm install -g repomix) which fetch and can execute remote code, so these external URLs/operations directly control agent behavior and can execute code.
b1b2fe0
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.