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
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
Template literal with variable interpolation in command context
| 59 | ```bash |
Template literal with variable interpolation in command context
| 68 | ```bash |
Template literal with variable interpolation in command context
| 197 | ```bash |
Template literal with variable interpolation in command context
| 236 | ```bash |
Template literal with variable interpolation in command context
| 248 | INSTALL_CMD=$(grep -A1 "**install**:" ${CLAUDE_MD_PATH} | tail -1 | sed 's/`//g' | xargs) |
Template literal with variable interpolation in command context
| 249 | POSTINSTALL_CMD=$(grep -A1 "**postinstall**:" ${CLAUDE_MD_PATH} | tail -1 | sed 's/`//g' | xargs) |
Template literal with variable interpolation in command context
| 299 | ```bash |
Template literal with variable interpolation in command context
| 505 | ```bash |
Template literal with variable interpolation in command context
| 568 | ```bash |
Template literal with variable interpolation in command context
| 668 | ```bash |
Webhook reference - potential data exfiltration
| 686 | - External API integrations or webhooks |