Skip to main content

simple-review

Facilitates quick, single-pass code reviews for PRs or branches, enhancing code quality and collaboration efficiency.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53```bash
high line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63- **Path A (reviewer):** `context_ref = origin/${base}` (usually `main`). Worktree may be used only when `HEAD == origin/${base}` AND clean AND fetch succeeded.
high line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64- **Path B (author):** `context_ref = origin/${base}`. The local feature branch IS the diff; pre-PR context comes from `origin/${base}`.
high line 69

Template literal with variable interpolation in command context

SourceSKILL.md
692. `HEAD` differs from `origin/${base}` on Path A.
high line 71

Template literal with variable interpolation in command context

SourceSKILL.md
714. `HEAD` is behind `origin/${base}` (any non-zero "behind").
high line 72

Template literal with variable interpolation in command context

SourceSKILL.md
725. `HEAD` is more than a small number of commits ahead of `origin/${base}` on Path A.
high line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99- Read via `git show "${context_ref}:<path>"` (whole files) or `git grep -n <pattern> "${context_ref}" -- <paths>` (search).
high line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183- `git show ${context_ref}:AGENTS.md` and `CLAUDE.md` (if present)
high line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184- `git ls-tree -r --name-only ${context_ref} -- .rules` then read each rule file relevant to the diff
medium line 201

Access to .env file

SourceSKILL.md
201- ENV access via Configuration abstraction, not direct `process.env`.
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →