en un clic
fix-cves
Identify and remediate CVEs in WILDS Docker images
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Identify and remediate CVEs in WILDS Docker images
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Create a new Docker image for a bioinformatics tool
Draft a pull request description using the project's PR template
Update an existing WILDS Docker image to a new version
Basé sur la classification professionnelle SOC
| name | fix-cves |
| description | Identify and remediate CVEs in WILDS Docker images |
| argument-hint | <tool-name> | worst | (blank) |
| allowed-tools | Bash, Read, Glob, Grep |
Identify and remediate vulnerabilities in WILDS Docker images. The argument can be:
samtools) — fix CVEs for that imageworst or left blank — scan all CVE reports, rank images by severity, and fix the worst offendersIf a specific tool was provided:
<tool>/CVEs_latest.md to understand the current vulnerability landscapeIf worst or blank:
*/CVEs_latest.md files across the repoFor each target image, determine where the vulnerabilities come from by reading the CVE report carefully:
ubuntu:22.04 to ubuntu:24.04, or refreshing to a newer digest)Read the tool's Dockerfile_latest and consider these remediation strategies in order of impact:
apt-get upgrade as a last resort for system-level patches (after apt-get update, before installing packages)python:3.x to python:3.x-slim)Dockerfile_latest and any corresponding Dockerfile_X.Y.ZAGENTS.md are still metmake lint IMAGE=<toolname> and fix any issuesmake build_amd64 IMAGE=<toolname> and fix any build failuresAfter a successful build, if Docker Scout is available locally, run:
docker scout quickview getwilds/<toolname>:latest-amd64
to compare the new vulnerability count against the old report. If Docker Scout is not available locally, note that the user should check after pushing to verify improvement.
Report: