Use when deep-diving into scan results, explaining findings, or applying VEX suppression rules.
Focuses on interpreting and managing vulnerability scan results. Includes "explaining" why a package was matched and using VEX (Vulnerability Exploitability eXchange) to filter out non-applicable findings.
Use this to get detailed evidence for a specific CVE or vulnerability ID.
grype explain --id CVE-2023-1234
Filter results using external VEX metadata.
grype <target> --vex ./my-vex-doc.json
You can suppress specific vulnerabilities via the .grype.yaml configuration file or by using flags.
# Ignore fixed vulnerabilities
grype <target> --only-notfixed
# Ignore specific severity
grype <target> --ignore-states wont-fix
When results are non-obvious, combine explain with db search to trace the package-to-vulnerability mapping.
npx skills add ciphernaut/grype-vulnerability-analysis下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer