setup-container-registry
Configures secure container image registries with automated scanning, tagging, and CI/CD integration for efficient image management.
Install this skill
Security score
The setup-container-registry skill was audited on Mar 3, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 52 | ```bash |
Template literal with variable interpolation in command context
| 144 | ```bash |
Curl to non-GitHub URL
| 220 | curl -X POST https://hub.docker.com/api/content/v1/repositories/USERNAME/myapp/webhooks \ |
Webhook reference - potential data exfiltration
| 217 | # Configure webhook for automated triggers |
Webhook reference - potential data exfiltration
| 218 | # Go to: Repository → Webhooks → Add webhook |
Webhook reference - potential data exfiltration
| 219 | WEBHOOK_URL="https://example.com/webhook" |
Webhook reference - potential data exfiltration
| 220 | curl -X POST https://hub.docker.com/api/content/v1/repositories/USERNAME/myapp/webhooks \ |
Webhook reference - potential data exfiltration
| 223 | -d "{\"name\":\"CI Trigger\",\"webhook_url\":\"$WEBHOOK_URL\"}" |
Webhook reference - potential data exfiltration
| 226 | **Expected:** Docker Hub access token created with read/write permissions. Images push successfully with multi-architecture support. Vulnerability scans run automatically (if enabled). README syncs fr |
Webhook reference - potential data exfiltration
| 228 | **On failure:** For rate limit errors, upgrade to Pro plan or implement pull-through cache. For scan failures, verify plan includes scanning (not available on free tier). For multi-arch build failures |
Webhook reference - potential data exfiltration
| 403 | - [ ] Webhook notifications trigger on image updates |
External URL reference
| 219 | WEBHOOK_URL="https://example.com/webhook" |
External URL reference
| 220 | curl -X POST https://hub.docker.com/api/content/v1/repositories/USERNAME/myapp/webhooks \ |
External URL reference
| 236 | helm repo add harbor https://helm.gopharbor.io |
External URL reference
| 258 | externalURL: https://harbor.example.com |
External URL reference
| 302 | echo "Harbor UI: https://harbor.example.com" |
External URL reference
| 312 | https://harbor.example.com/api/v2.0/projects \ |
Install this skill with one command
/learn @pjt222/setup-container-registry