Skip to main content

executing-sequential-phase

Facilitates the execution of sequential tasks in a Git environment, ensuring dependencies are managed and tasks build on each other.

Install this skill

or
45/100

Security score

The executing-sequential-phase skill was audited on Feb 12, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59```bash
medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
medium line 197

Template literal with variable interpolation in command context

SourceSKILL.md
197```bash
medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236```bash
medium line 248

Template literal with variable interpolation in command context

SourceSKILL.md
248INSTALL_CMD=$(grep -A1 "**install**:" ${CLAUDE_MD_PATH} | tail -1 | sed 's/`//g' | xargs)
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249POSTINSTALL_CMD=$(grep -A1 "**postinstall**:" ${CLAUDE_MD_PATH} | tail -1 | sed 's/`//g' | xargs)
medium line 299

Template literal with variable interpolation in command context

SourceSKILL.md
299```bash
medium line 505

Template literal with variable interpolation in command context

SourceSKILL.md
505```bash
medium line 568

Template literal with variable interpolation in command context

SourceSKILL.md
568```bash
medium line 668

Template literal with variable interpolation in command context

SourceSKILL.md
668```bash
medium line 686

Webhook reference - potential data exfiltration

SourceSKILL.md
686- External API integrations or webhooks
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →