baoyu-url-to-markdown
Warn
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill leaks browsing history to a third-party service. When local extraction fails or provides low-quality results, the
convertHtmlToMarkdownfunction inscripts/lib/extract/html-to-markdown.tssends the full URL of the target page tohttps://defuddle.mdto fetch a remote markdown conversion. - [CREDENTIALS_UNSAFE]: The X (Twitter) adapter captures and stores sensitive authentication data. It exports session cookies, including
auth_tokenandct0, to a local file namedx-session-cookies.jsonwithin the Chrome profile directory to maintain sessions across tool runs. This is implemented inscripts/lib/adapters/x/index.tsandscripts/lib/browser/cookie-sidecar.ts. - [COMMAND_EXECUTION]: The skill instructions in
SKILL.mdrequire the agent to execute shell commands using thebunruntime for environment setup (bun install) and tool execution. Additionally,scripts/lib/browser/session.tsusesosascripton macOS to programmatically activate the browser application. - [EXTERNAL_DOWNLOADS]: The skill performs external package installation. During initial setup, it runs
bun installto download third-party dependencies defined inscripts/package.json. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface. By fetching arbitrary content from the web and converting it to markdown for agent processing, it provides a vector for malicious instructions embedded in remote web pages to influence the agent's behavior.
Audit Metadata