Skip to main content

devops-deploy

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

Install this skill

or
58/100

Security score

The devops-deploy skill was audited on May 13, 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 55

Template literal with variable interpolation in command context

SourceSKILL.md
55```yaml
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148```
medium line 49

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Access to root home directory

SourceSKILL.md
44COPY --from=builder /root/.local /root/.local
medium line 46

Access to root home directory

SourceSKILL.md
46ENV PATH=/root/.local/bin:$PATH
low line 49

External URL reference

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

External URL reference

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