api-deploy-workflow
Automates API service deployments with health checks and rollback procedures for staging and production environments.
Install this skill
or
88/100
Security score
The api-deploy-workflow skill was audited on Apr 10, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Template literal with variable interpolation in command context
SourceSKILL.md
| 67 | ```bash |
medium line 89
Template literal with variable interpolation in command context
SourceSKILL.md
| 89 | ```bash |
low line 68
External URL reference
SourceSKILL.md
| 68 | python3 ${CLAUDE_SKILL_DIR}/scripts/health_check.py https://staging-api.example.com/health |
low line 90
External URL reference
SourceSKILL.md
| 90 | python3 ${CLAUDE_SKILL_DIR}/scripts/health_check.py https://api.example.com/health |
Scanned on Apr 10, 2026
View Security Dashboard