Skip to main content

service-manage

Enables management of services in Kurtosis enclaves, allowing users to add, inspect, start, stop, and update services efficiently.

Install this skill

or
88/100

Security score

The service-manage skill was audited on May 16, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 94

Wget to non-GitHub URL

SourceSKILL.md
94kurtosis service exec <enclave-name> <service-name> -- wget -qO- http://localhost:8080/health
medium line 101

Wget to non-GitHub URL

SourceSKILL.md
101kurtosis service exec <enclave-name> <service-name> -- wget -qO- http://localhost:8080/health
low line 94

External URL reference

SourceSKILL.md
94kurtosis service exec <enclave-name> <service-name> -- wget -qO- http://localhost:8080/health
low line 101

External URL reference

SourceSKILL.md
101kurtosis service exec <enclave-name> <service-name> -- wget -qO- http://localhost:8080/health
Scanned on May 16, 2026
View Security Dashboard
Installation guide →
GitHub Stars 544
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
kurtosis-tech/kurtosis