Audit History
github-code-review - 4 audits
Audit version 4
Latest Low RiskJan 17, 2026, 07:27 AM
After evaluating all static findings, this skill is a legitimate code review tool. The detected patterns are false positives - the skill uses GitHub CLI for standard PR operations, network access is limited to GitHub API, and credential access is necessary for authenticated GitHub operations. The static analyzer flagged documentation examples of security checks (like Windows SAM patterns) as if the skill itself accessed those systems, which is incorrect. All external commands use hardcoded GitHub CLI tools with validated inputs.
Risk Factors
⚙️ External commands (2)
🌐 Network access (1)
📁 Filesystem access (1)
Audit version 3
Low RiskJan 17, 2026, 07:27 AM
After evaluating all static findings, this skill is a legitimate code review tool. The detected patterns are false positives - the skill uses GitHub CLI for standard PR operations, network access is limited to GitHub API, and credential access is necessary for authenticated GitHub operations. The static analyzer flagged documentation examples of security checks (like Windows SAM patterns) as if the skill itself accessed those systems, which is incorrect. All external commands use hardcoded GitHub CLI tools with validated inputs.
Risk Factors
⚙️ External commands (2)
🌐 Network access (1)
📁 Filesystem access (1)
Audit version 2
Medium RiskJan 6, 2026, 07:40 AM
The skill requires GitHub CLI and network access for PR operations. It executes external commands and has filesystem access for code analysis. While legitimate for code review purposes, the broad capabilities warrant medium risk classification.
Medium Risk Issues (2)
Low Risk Issues (1)
Risk Factors
🌐 Network access (1)
⚙️ External commands (1)
📁 Filesystem access (1)
Audit version 1
Medium RiskJan 6, 2026, 07:40 AM
The skill requires GitHub CLI and network access for PR operations. It executes external commands and has filesystem access for code analysis. While legitimate for code review purposes, the broad capabilities warrant medium risk classification.