Skip to main content

docker-devops

Provides guidance on Docker orchestration and CI/CD for IntelliFill, enhancing container management and deployment workflows.

Install this skill

or
73/100

Security score

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

Categories Tested

Security Issues

medium line 401

Template literal with variable interpolation in command context

SourceSKILL.md
401```yaml
medium line 590

Template literal with variable interpolation in command context

SourceSKILL.md
590```yaml
medium line 208

Wget to non-GitHub URL

SourceSKILL.md
208CMD wget --quiet --tries=1 --spider http://localhost/ || exit 1
low line 663

Access to .env file

SourceSKILL.md
663# .env.example (template)
low line 690

Access to .env file

SourceSKILL.md
690- ./quikadmin/.env
low line 147

External URL reference

SourceSKILL.md
147CMD node -e "require('http').get('http://localhost:3002/api/health', (r) => { process.exit(r.statusCode === 200 ? 0 : 1); });"
low line 208

External URL reference

SourceSKILL.md
208CMD wget --quiet --tries=1 --spider http://localhost/ || exit 1
low line 315

External URL reference

SourceSKILL.md
315VITE_API_URL: http://localhost:3002/api
low line 380

External URL reference

SourceSKILL.md
380VITE_API_URL: http://backend-test:3002/api
low line 391

External URL reference

SourceSKILL.md
391BASE_URL: http://frontend-test:8080
low line 392

External URL reference

SourceSKILL.md
392API_URL: http://backend-test:3002/api
low line 675

External URL reference

SourceSKILL.md
675SUPABASE_URL=https://xxx.supabase.co
low line 720

External URL reference

SourceSKILL.md
720API_URL: http://localhost:3002/api
low line 768

External URL reference

SourceSKILL.md
768CMD node -e "require('http').get('http://localhost:3002/api/health', (r) => { process.exit(r.statusCode === 200 ? 0 : 1); });"
low line 776

External URL reference

SourceSKILL.md
776test: ["CMD", "curl", "-f", "http://localhost:3002/api/health"]
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →