Skip to main content

code-review-ai-ai-review

Enhances code review processes with AI-driven analysis, identifying bugs and vulnerabilities while integrating with CI/CD workflows.

Install this skill

or
79/100

Security score

The code-review-ai-ai-review skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219const prBranch = await this.runBenchmarks(`pr-${prNumber}`);
medium line 280

Template literal with variable interpolation in command context

SourceSKILL.md
280const query = \`SELECT * FROM users WHERE username = '\${username}'\`;
medium line 294

Template literal with variable interpolation in command context

SourceSKILL.md
294```yaml
medium line 370

Python subprocess execution

SourceSKILL.md
370subprocess.run(['sonar-scanner', f'-Dsonar.projectKey={self.repo}'], check=True)
low line 286

External URL reference

SourceSKILL.md
286references: ["https://cwe.mitre.org/data/definitions/89.html"],
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →