ワンクリックで
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 ページを確認してインストールできます。
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: