reddit-seo
Fail
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: The
archivecommand inscripts/rdtx.mjsexports the user's active Reddit session cookies, includingreddit_sessionandtoken_v2, to a plaintext Netscape-formatted file at~/.rdtx/cookies.txt. Storing sensitive authentication tokens in a plaintext file on disk is an unsafe credential management practice.\n- [COMMAND_EXECUTION]: The skill extensively usesnode:child_processto execute external commands, including spawning Google Chrome with remote debugging enabled and invokingyt-dlpfor video processing. It also relies on theagent-browserCLI for browser automation tasks.\n- [REMOTE_CODE_EXECUTION]: Thescripts/verify-synthetic.mjsutility dynamically generates and writes JavaScript files (network-guard.cjsandagent-browser-guard.mjs) to a temporary directory at runtime, subsequently executing them via the Node.js binary. This pattern of generating and running code dynamically is a high-risk behavior.\n- [DATA_EXFILTRATION]: Through thearchivecommand, the skill programmatically retrieves posts, comments, and media from Reddit. Additionally, thescripts/cdp-upload.mjsandscripts/image-post.mjsscripts use theDOM.setFileInputFilesCDP command to programmatically upload local files to Reddit. These capabilities provide a surface for moving local data to an external platform.\n- [PROMPT_INJECTION]: The skill ingests untrusted data from Reddit posts and comments via commands likereadandvoice. There are no explicit boundary markers or sanitization logic to prevent the agent from following instructions embedded in this external data. This capability represents a surface for indirect prompt injection.\n- [EXTERNAL_DOWNLOADS]: The skill usesyt-dlpto download video content andfetchto retrieve images fromi.redd.itandpreview.redd.it. While these are targeted at Reddit's own CDN, the infrastructure allowing for remote content retrieval should be noted.
Recommendations
- AI detected serious security threats
Audit Metadata