Skip to main content

devops-deploy

Facilitates DevOps deployment with Docker, CI/CD using GitHub Actions, AWS Lambda, and Terraform for efficient application management.

Install this skill

or
58/100

Security score

The devops-deploy skill was audited on May 14, 2026 and we found 8 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67```yaml
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160```
medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost:8000/health || exit 1
high line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
medium line 56

Access to root home directory

SourceSKILL.md
56COPY --from=builder /root/.local /root/.local
medium line 58

Access to root home directory

SourceSKILL.md
58ENV PATH=/root/.local/bin:$PATH
low line 61

External URL reference

SourceSKILL.md
61HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost:8000/health || exit 1
low line 209

External URL reference

SourceSKILL.md
209curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
Scanned on May 14, 2026
View Security Dashboard
Installation guide →