redditrs is a CLI that interacts with Reddit using a web-session cookie
from a logged-in account. A session cookie grants full access to that Reddit
account, so the project treats anything that could leak or abuse credentials as
security-sensitive.
We take security seriously and will acknowledge and triage reports as quickly as we reasonably can. There is no bug bounty program.
Do not open a public issue for a security vulnerability. Please report privately instead.
Use GitHub's private Security Advisory flow:
- Go to the repository's Security tab.
- Click Report a vulnerability.
- Describe the issue, the affected version, and if possible a minimal reproduction.
We aim to respond in a reasonable time frame — typically within a few business days. Once a fix is ready we will reach a disclosure timeline with you in mind, defaulting to coordinated disclosure so users can upgrade before details go public.
- Cookie files — any file holding a Reddit session cookie (for example
cookie.txtreferenced fromconfig.json). Keep cookie files with0600permissions and never commit them. config.json— the configuration file (default~/.config/redditrs/config.json) can reference cookie paths. Keep it with0600permissions and never commit it.- Tokens in the environment —
REDDITRS_COOKIEand any other environment variable carrying credentials. Treat these as secrets: don't log, echo, or paste them, and don't include them in issues or PRs.
Security fixes are applied to the main branch and to the latest release. Only
the latest release is eligible for backports.
For bugs, feature requests, or questions that are not security issues, use the standard issue templates or GitHub Discussions instead.