baoyu-url-to-markdown
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
scripts/lib/browser/cookie-sidecar.tsimplements a mechanism to save and restore sensitive session cookies (such asauth_tokenandct0for X/Twitter) to a local JSON file namedx-session-cookies.jsonwithin the Chrome profile directory. While intended for session persistence between runs, this stores credentials in plaintext on the local filesystem. - [EXTERNAL_DOWNLOADS]: The skill utilizes
https://defuddle.mdas a remote conversion service. Inscripts/lib/extract/html-to-markdown.ts, the skill sends the user-provided target URL to this third-party endpoint to fetch converted markdown. Users should be aware that the content of accessed pages is shared with this service. - [COMMAND_EXECUTION]: The skill executes several local commands to manage the browsing environment:
ps auxis used inscripts/lib/browser/profile.tsto detect existing Chrome processes using specific profiles.osascriptis used inscripts/lib/browser/session.tson macOS platforms to bring the browser window to the foreground during interactive modes.bun installis executed during the initial setup to install runtime dependencies.- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from external websites (HTML, tweets, transcripts). Because the resulting markdown is intended to be read and potentially acted upon by an AI agent, malicious instructions embedded in a target webpage could attempt to influence the agent's behavior. The skill includes basic sanitization (removing scripts and styles), but the risk of indirect injection remains inherent to web processing tasks.
Audit Metadata