Skip to main content

code-review-ai-ai-review

Enhances code review processes using AI tools for static analysis, identifying vulnerabilities, and ensuring code quality across multiple languages.

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 216

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
291```yaml
medium line 367

Python subprocess execution

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

External URL reference

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