gerrit
Audited by Socket on Feb 28, 2026
1 alert found:
SecurityThis skill's stated purpose (interacting with Storj's Gerrit) aligns with its capabilities: it asks to configure an SSH git remote, ensure a Gerrit-provided commit-msg hook is present, and use a submit_review script to POST review JSON. The primary security consideration is the download-and-make-executable pattern for the commit-msg hook (curl -> write -> chmod), which is a legitimate step for Gerrit but remains a supply-chain risk and should be performed only from the official host after verifying its integrity. There is also a transitive risk from running ./scripts/submit_review.sh without auditing it first. No evidence of credential harvesting, hidden exfiltration, hardcoded secrets, obfuscation, or malicious network destinations was found. Overall the package appears coherent for its purpose; treat the hook download and any referenced scripts as supply-chain-sensitive operations and verify them before executing.