GitHub PR comment fetcher

Warn

Audited by Socket on Jul 30, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/gather-reviews.ts

No strong indicators of intentional malware, exfiltration, or persistence are present in this module; it is primarily a GitHub PR review summarizer. The main security concern is the use of `execSync` with a shell-interpreted command string that includes user-controlled CLI input (repo owner/name), creating a potential command-injection risk depending on how the tool is invoked and how inputs are handled. Separately, the module emits Markdown containing untrusted GitHub content without sanitization; if that Markdown is later rendered as HTML by unsafe tooling, it can enable content injection/XSS in downstream systems. Overall: moderate security risk driven by the command-execution pattern and unsafe output handling for any non-CLI rendering pipeline.

Confidence: 70%Severity: 62%
Audit Metadata
Analyzed At
Jul 30, 2026, 01:46 PM
Package URL
pkg:socket/skills-sh/paulirish%2Fdotfiles%2Fgithub-pr-comment-fetcher%2F@ee2cc30484e5ae411fde851d1ea2108cddae6f6c
Security Audit — socket — GitHub PR comment fetcher