reddit-archive
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
rdtx.mjsexecutes external command-line tools such asyt-dlp,ffmpeg, andagent-browserto perform Reddit archiving and browser automation tasks. These processes are initiated using standard Node.jschild_processmethods. - [EXTERNAL_DOWNLOADS]: The skill fetches media assets from Reddit's infrastructure (e.g.,
i.redd.it,v.redd.it) and external links found in posts. It uses a combination ofyt-dlpfor video and Node'sfetchfor images and metadata. - [CREDENTIALS_UNSAFE]: The tool exports the user's active session cookies from a running Chrome instance to a local file (
~/.rdtx/cookies.txt). This allows theyt-dlputility to authenticate as the user to download restricted content like age-gated videos or specific DASH streams.
Audit Metadata