1k-monitor-pr-ci
Audited by Socket on Feb 27, 2026
1 alert found:
SecurityThe skill's stated purpose (monitoring PR CI and review comments) is coherent with the commands and API calls shown (gh CLI and GitHub API). The largest security concern is autonomy: the skill is specified to automatically fix CI failures and push commits without asking the user. That capability substantially increases risk because it grants an automated actor write access to the repo and can produce unintended or malicious changes if the fix logic is incorrect or abused. There are no signs of credential exfiltration, download-execute chains, or external third-party endpoints in the specification. Implementation risks include possible command-injection if inputs are unsanitized and unclear handling of persistent state for shown comments. Overall this is not confirmed malware, but it is a sensitive automation pattern that should require strict safeguards, human approvals for non-trivial changes, and transparent audits of any automatic edits.