一键导入
fix-cves
Identify and remediate CVEs in WILDS Docker images
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Identify and remediate CVEs in WILDS Docker images
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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
基于 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: