Skip to main content

pr-draft-summary

Automates the creation of PR titles and descriptions after code changes, ensuring concise summaries for efficient code reviews.

Install this skill

or
55/100

Security score

The pr-draft-summary skill was audited on Mar 5, 2026 and we found 3 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 25

Template literal with variable interpolation in command context

SourceSKILL.md
25- Commits ahead of the base fork point: `git log --oneline --no-merges ${BASE_COMMIT}..HEAD`.
high line 30

Template literal with variable interpolation in command context

SourceSKILL.md
302) If there are no staged/unstaged/untracked changes and no commits ahead of `${BASE_COMMIT}`, reply briefly that no code changes were detected and skip emitting the PR block.
high line 32

Template literal with variable interpolation in command context

SourceSKILL.md
324) Summarize changes in 1–3 short sentences using the key paths (top 5) and `git diff --stat` output; explicitly call out untracked files from `git status -sb`/`git ls-files --others --exclude-standar
Scanned on Mar 5, 2026
View Security Dashboard