Create TLDR Page
AdvisoryAudited by Static analysis on May 12, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat this means
The agent may access the first URL you provide and use its contents to generate the page.
Why it was flagged
The skill may cause the agent to retrieve a user-provided URL automatically. This is expected for creating a tldr page from documentation, but users should know that external web content will be fetched.
Skill content
If one or more URLs are passed without a preceding `#fetch`, apply #tool:fetch to the first URL
Recommendation
Provide only trusted, authoritative documentation URLs, and avoid private or internal URLs unless you intentionally want the agent to fetch and use them.
