baoyu-post-to-x
Fail
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation and helper scripts suggest installing the Bun runtime from its official source using the command
curl -fsSL https://bun.sh/install | bash. - [COMMAND_EXECUTION]: The skill uses
spawnandspawnSyncto execute various system utilities across platforms to simulate user input, includingosascripton macOS,powershell.exeon Windows, andxdotoolorydotoolon Linux. - [COMMAND_EXECUTION]: On macOS, the skill dynamically generates and executes temporary Swift scripts (using the
swiftcommand) to interact with theAppKitframework for copying image data to the system clipboard. - [EXTERNAL_DOWNLOADS]: The
md-to-html.tsscript fetches remote images via HTTP/HTTPS from URLs specified within the user-provided Markdown content to download them for processing. - [COMMAND_EXECUTION]: The skill launches Google Chrome with the
--remote-debugging-portand--user-data-dirflags to enable automation via the Chrome DevTools Protocol (CDP) and maintain persistent login sessions.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
Audit Metadata