Reddit

AdvisoryAudited by Static analysis on May 10, 2026.

Overview

Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.exposed_secret_literal (+1 more)

Findings (4)

critical

suspicious.dangerous_exec

Location
scripts/reddit.mjs:252
Finding
Shell command execution detected (child_process).
critical

suspicious.env_credential_access

Location
scripts/reddit.mjs:26
Finding
Environment variable access combined with network send.
critical

suspicious.exposed_secret_literal

Location
scripts/reddit.mjs:30
Finding
File appears to expose a hardcoded API secret or token.
warn

suspicious.potential_exfiltration

Location
scripts/reddit.mjs:37
Finding
Sensitive-looking file read is paired with a network send.