con un clic
fix-cves
Identify and remediate CVEs in WILDS Docker images
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Identify and remediate CVEs in WILDS Docker images
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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
| 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: