Skip to main content

devops-flow

Automates infrastructure provisioning and CI/CD pipelines for cloud environments, ensuring secure and consistent deployments.

Install this skill

or
70/100

Security score

The devops-flow skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177```yaml
medium line 433

Template literal with variable interpolation in command context

SourceSKILL.md
433```bash
medium line 475

Template literal with variable interpolation in command context

SourceSKILL.md
475```bash
medium line 662

Template literal with variable interpolation in command context

SourceSKILL.md
662```hcl
medium line 1035

Template literal with variable interpolation in command context

SourceSKILL.md
1035```hcl
low line 423

Access to .env file

SourceSKILL.md
423if [ -f .env.deployment ]; then
low line 425

Access to .env file

SourceSKILL.md
425export $(cat .env.deployment | grep -v '^#' | xargs)
low line 480

External URL reference

SourceSKILL.md
480HEALTH_URL="${1:-http://localhost:8000/health/live}"
low line 650

External URL reference

SourceSKILL.md
650url: "http://localhost:8000/health/ready"
low line 778

External URL reference

SourceSKILL.md
778CMD python -c "import requests; requests.get('http://localhost:8000/health')"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →