웹페이지 URL을 입력받아 마크다운 형태로 변환하여 저장합니다. 웹 문서를 로컬 마크다운 파일로 아카이빙하거나 정리할 때 유용합니다.
53
42%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/web-to-markdown/SKILL.mdSecurity
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). This skill fetches and ingests arbitrary public web pages (via WebFetch and optional Playwright) as shown in SKILL.md Step 4 ("WebFetch 도구를 사용하여 웹페이지를 가져오고...") and in AI_OPTIMIZATION.md / EXAMPLES.md (multiple public URLs like https://react.dev/...), then the agent parses and uses that extracted content as structured context for AI/RAG workflows and to decide follow-up actions (e.g., whether to run Playwright), so untrusted third-party content can materially influence tool use and agent behavior.
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 fetches arbitrary webpages at runtime and injects their content into the model prompt/processing flow (e.g., https://react.dev/reference/react/useState is fetched and its HTML/markdown is fed into the WebFetch/Playwright → prompt pipeline), so external content can directly control the agent's prompts and behavior.
1be5394
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.