Skip to main content

requesting-code-review

Automates pre-commit code verification with security scans, quality gates, and auto-fix capabilities to ensure code integrity.

Install this skill

or
55/100

Security score

The requesting-code-review skill was audited on Jun 5, 2026 and we found 5 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 144

Direct command execution function call

SourceSKILL.md
144shell injection, SQL injection, path traversal, eval()/exec() with user input,
high line 144

Eval function call - arbitrary code execution

SourceSKILL.md
144shell injection, SQL injection, path traversal, eval()/exec() with user input,
medium line 248

System command execution

SourceSKILL.md
248os.system(f"ls {user_input}")
medium line 248

Python os.system command execution

SourceSKILL.md
248os.system(f"ls {user_input}")
medium line 250

Python subprocess execution

SourceSKILL.md
250subprocess.run(["ls", user_input], check=True)
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →