reddit-post
Fail
Audited by Snyk on Jul 30, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). This code intentionally evades automation detection by attaching to a human-launched browser and executing arbitrary JS inside the logged-in page (using the user's live cookies/modhash), and it also reads and exports session cookies to disk — behaviors that enable powerful, deliberate account-capable actions and could be abused to post or act on a user's behalf without explicit runtime consent.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/rdtx.mjs, therdtx read/archive/inboxcommands navigate to a user-provided Reddit permalink, then executeevalInPage(...)which uses same-originfetch(__rf) to retrieve and parse the resulting JSON (including post/comment/message bodies) into LLM-visible JSON.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata