Skip to main content

issue-prioritize

Analyzes open issues from GitHub, GitLab, or Linear, scoring them by various factors to recommend top priorities for development.

Install this skill

or
61/100

Security score

The issue-prioritize skill was audited on Feb 17, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
medium line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378```bash
medium line 511

Template literal with variable interpolation in command context

SourceSKILL.md
511file_refs=$(echo "$body" | grep -oE '`[^`]+\.[a-z]+`' | tr -d '`' | head -10)
medium line 546

Template literal with variable interpolation in command context

SourceSKILL.md
546LABEL_NOTE="label: \`$FILTER_LABEL\`"
medium line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48- `~/.claude/scripts/git_platform.sh` — platform auto-detection
medium line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49- `~/.claude/scripts/git_ops.sh` — platform-agnostic issue operations
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50- `~/.claude/scripts/linear_ops.sh` — Linear API wrapper
low line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70PLATFORM="${FORCED_PLATFORM:-$(~/.claude/scripts/git_platform.sh 2>/dev/null || echo "github")}"
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87if [[ ! -x ~/.claude/scripts/linear_ops.sh ]]; then
low line 138

Access to hidden dotfiles in home directory

SourceSKILL.md
138~/.claude/scripts/linear_ops.sh issue-list \
low line 392

Access to hidden dotfiles in home directory

SourceSKILL.md
392~/.claude/scripts/parallel_agent.sh --json --full-output --timeout 600 \
Scanned on Feb 17, 2026
View Security Dashboard