Fetches web content with intelligent content extraction, converting HTML to clean markdown. Use for documentation, articles, and reference pages http/https URLs.
79
76%
Does it follow best practices?
Impact
74%
24.66xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./data/skills-md/0xbigboss/claude-code/web-fetch/SKILL.mdLow
Low-risk findings.
2 low severity findings. 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.
Third-party content exposure detected (high risk: 0.90). SKILL.md explicitly instructs the agent to fetch arbitrary http/https URLs (e.g., "curl -s "<url>" | html2markdown..." and the universal fallback "bun ~/.claude/skills/web-fetch/fetch.ts "<url>""), so it ingests untrusted public web content that could contain user-generated instructions able to influence subsequent tool use or decisions.
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 runs curl on arbitrary http/https targets at runtime (e.g., `curl -s "<url>" | html2markdown`) to fetch and inject remote page content into the agent context, so a fetched URL can directly control prompts or instructions.
2f57aec
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.