baoyu-url-to-markdown
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
node:child_process.spawnto launch Google Chrome, Chromium, or Microsoft Edge. It also usesnpx -y bunto execute the skill's TypeScript logic. - [EXTERNAL_DOWNLOADS]: The skill fetches external content from arbitrary URLs provided during execution to convert them to markdown.
- [PROMPT_INJECTION]: The skill ingests untrusted data from the internet. Because the resulting markdown is processed by the agent, malicious instructions on a webpage could attempt an indirect prompt injection attack.
- Ingestion points: Content is fetched from the URL provided to
main.tsin thecaptureUrlfunction. - Boundary markers: The output format in
scripts/html-to-markdown.tsuses YAML frontmatter but does not include explicit boundary markers or instructions for the agent to ignore embedded commands. - Capability inventory: The agent environment typically includes file system access and command execution capabilities.
- Sanitization: The
sanitizeHtmlfunction inscripts/html-to-markdown.tsremoves script and iframe tags, but the skill does not filter the resulting text content for natural language instructions.
Audit Metadata