address-reviews

Warn

Audited by Socket on Mar 3, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

The skill's stated purpose (collecting and classifying GitHub PR review comments and producing an actionable plan) matches the capabilities requested: it uses gh and git to fetch PR/review/commit data, uses GraphQL to check thread resolution, and reads only source files referenced by comments to prepare accurate changes. There are no download-execute chains, no references to external non-GitHub domains, and no instructions to forward credentials. Primary risks are operational: the skill runs authenticated gh commands (so it operates with the user's GH token), and it reads repository files which could expose sensitive content if comments reference such files. A secure implementation should restrict the tool to read only files referenced in the PR comments, avoid any instruction that forwards tokens or uploads repo contents to third parties, and not escalate to pushing/merging changes without explicit user consent. Overall, I find no evidence of intentionally malicious behavior in the provided skill description, but moderate sensitivity exists because it executes authenticated GitHub API calls and reads repository source files.

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Mar 3, 2026, 01:39 AM
Package URL
pkg:socket/skills-sh/jacehwang%2Fskills%2Faddress-reviews%2F@c0eeee6935930301be7326244fb5b3378226def3