changelog
Audited by Socket on Mar 3, 2026
1 alert found:
SecurityThis skill's purpose (generate changelogs from recent merges) matches its requested capabilities (reading PR metadata, formatting output). There is no clear malicious code or obfuscation. However, the documentation contains moderate-risk operational patterns: using gh CLI (which requires a GitHub token), giving a curl example to post to arbitrary Discord webhooks, and instructing use of parallel/multiple agents and local style files. These increase the attack surface and could enable inadvertent data exfiltration (for example, leaking sensitive PR/commit content or accidentally forwarding tokens if mishandled). Recommend: require explicit warnings to sanitize PR content, recommend minimally-scoped GitHub tokens, avoid encouraging automatic posting to arbitrary webhooks without user confirmation, and remove or more strictly qualify the "run multiple agents" directive to limit transitive trust. Overall classification: not overtly malicious but has moderate supply-chain and data-exfiltration risk if used carelessly.