github-code-review
Warn
Audited by Socket on Feb 28, 2026
1 alert found:
SecuritySecuritySKILL.md
MEDIUMSecurityMEDIUM
SKILL.md
Overall, the skill manifest conceptually aligns with an automated, multi-agent PR review system. However, it contains a critical risk pattern in its webhook example: executing shell commands based on unvalidated webhook input (execSync usage). This represents a dangerous remote code execution surface that could be exploited if adopted as-is. While the core toolchain (gh CLI, npx, ruv-swarm) is plausible for legitimate use, the webhook execution example must be removed or heavily sandboxed with strict validation, authentication, and input sanitization before any real deployment. Ensure credentials/tokens are securely scoped and never logged or exposed in outputs.
Confidence: 75%Severity: 75%
Audit Metadata