Skip to main content

docker-registry

Facilitates the setup and management of private Docker registries for secure image distribution and multi-registry operations.

Install this skill

or
66/100

Security score

The docker-registry skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl -X GET https://registry.example.com/v2/_catalog
medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102curl -X GET https://registry.example.com/v2/myapp/tags/list
medium line 105

Curl to non-GitHub URL

SourceSKILL.md
105curl -X DELETE https://registry.example.com/v2/myapp/manifests/<digest>
high line 164

Curl to non-GitHub URL

SourceSKILL.md
164- [ ] Registry accessible? `curl https://registry/v2/`
low line 99

External URL reference

SourceSKILL.md
99curl -X GET https://registry.example.com/v2/_catalog
low line 102

External URL reference

SourceSKILL.md
102curl -X GET https://registry.example.com/v2/myapp/tags/list
low line 105

External URL reference

SourceSKILL.md
105curl -X DELETE https://registry.example.com/v2/myapp/manifests/<digest>
low line 164

External URL reference

SourceSKILL.md
164- [ ] Registry accessible? `curl https://registry/v2/`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →