Skip to main content

github-code-review

Facilitates comprehensive GitHub code reviews using AI-powered swarm coordination for enhanced code quality and security.

Install this skill

or
32/100

Security score

The github-code-review skill was audited on Jun 7, 2026 and we found 12 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 402

Direct command execution function call

SourceSKILL.md
402execSync(`npx ruv-swarm github pr-init ${event.pull_request.number}`);
high line 407

Direct command execution function call

SourceSKILL.md
407execSync(`npx ruv-swarm github handle-comment --pr ${event.issue.number} --command "${command}"`);
medium line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402execSync(`npx ruv-swarm github pr-init ${event.pull_request.number}`);
medium line 407

Template literal with variable interpolation in command context

SourceSKILL.md
407execSync(`npx ruv-swarm github handle-comment --pr ${event.issue.number} --command "${command}"`);
medium line 494

Template literal with variable interpolation in command context

SourceSKILL.md
494```yaml
medium line 775

Template literal with variable interpolation in command context

SourceSKILL.md
775```yaml
low line 395

Node child_process module reference

SourceSKILL.md
395const { execSync } = require('child_process');
medium line 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91- [Webhook Handlers](#webhook-handlers)
medium line 390

Webhook reference - potential data exfiltration

SourceSKILL.md
390<summary><strong>Webhook Handler for Comment Commands<$strong><$summary>
low line 393

Webhook reference - potential data exfiltration

SourceSKILL.md
393// webhook-handler.js
low line 398

Webhook reference - potential data exfiltration

SourceSKILL.md
398if (req.url === '$github-webhook') {
medium line 945

Webhook reference - potential data exfiltration

SourceSKILL.md
945- [ ] Webhook signatures verified
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →