baoyu-post-to-x
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes platform-specific commands to manage the system clipboard and simulate user input, which is essential for bypassing automated browser detection on X.
- On macOS, it uses
osascriptto activate the browser and send 'Cmd+V' keystrokes via System Events. - On Windows, it utilizes
powershell.exeto manipulate clipboard data and send 'Ctrl+V' keystrokes. - On Linux, it supports
xclip,wl-copy,xdotool, andydotoolfor clipboard operations and keystroke simulation. - It also executes a
swiftscript on macOS to handle rich text (HTML) and image data in the clipboard. - [EXTERNAL_DOWNLOADS]: The skill includes functionality to fetch remote assets during content processing.
- The
scripts/md-to-html.tsscript downloads images from URLs specified within Markdown articles to a temporary directory before they are uploaded to X.
Audit Metadata