code-review
Audited by Socket on May 9, 2026
2 alerts found:
Anomalyx2No direct malicious logic is visible in the provided fragment (it is documentation/command orchestration for PR/review automation). The dominant security concern is the install method: executing an unaudited remote script via `curl -fsSL .../install.sh | bash` without pinning or signature/checksum verification. This creates a meaningful supply-chain attack surface at installation time. Review the installer contents, pin to a specific revision, and prefer a verified installation method to reduce risk.
SUSPICIOUS: the stated purpose is legitimate code review, but the footprint includes an unpinned curl|bash installer for a third-party CLI, transitive skill loading, and analysis of untrusted PR/comment content with command and posting capabilities. No clear credential theft or overt exfiltration is shown, so this is not confirmed malware, but it is a medium-risk skill.