Skip to main content

deploy-service

Automates the deployment of microservices using Docker and SSH, ensuring efficient builds and PM2 management.

Install this skill

or
71/100

Security score

The deploy-service skill was audited on Feb 9, 2026 and we found 7 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl -s http://localhost:{port}/api/health | jq
medium line 181

Curl to non-GitHub URL

SourceSKILL.md
181HEALTH=$(curl -s -o /dev/null -w "%{http_code}" http://server:{port}/api/health)
high line 251

Curl to non-GitHub URL

SourceSKILL.md
251curl https://api.example.com/health
low line 280

Access to .env file

SourceSKILL.md
2802. 환경변수 확인: `.env` 파일 검토
low line 132

External URL reference

SourceSKILL.md
132curl -s http://localhost:{port}/api/health | jq
low line 181

External URL reference

SourceSKILL.md
181HEALTH=$(curl -s -o /dev/null -w "%{http_code}" http://server:{port}/api/health)
low line 251

External URL reference

SourceSKILL.md
251curl https://api.example.com/health
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →