Reddit Skills

PassAudited by VirusTotal on Apr 7, 2026.

Findings (1)

The reddit-skills bundle is a functional automation toolkit that uses a Python-to-Chrome-Extension bridge to operate Reddit via a user's active browser session. It utilizes high-privilege Chrome permissions, including 'debugger' and 'cookies', which are technically justified for handling complex web components (like file uploads via DOM.setFileInputFiles) and session management without the official Reddit API. While the extension includes a 'get_cookies' command and the Python scripts can trigger arbitrary JavaScript execution via the debugger, all network activity is strictly limited to localhost (ws://localhost:9334) and Reddit domains, with no evidence of data exfiltration or malicious intent. The SKILL.md instructions use standard prompt engineering to constrain the AI agent to the provided CLI, and the image downloader includes a local caching mechanism in the user's home directory.