Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

cve病程

Agent Skill

cve 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

公开资料未说明

下载量

125
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cve(病程)
来源仓库:https://github.com/fullykubed/nixos-config
仓库路径:skills/cve
安装命令:
npx skills add https://github.com/fullykubed/nixos-config --skill CVE
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/fullykubed/nixos-config --skill CVE

简介

cve 管理 NixOS 系统中的 CVE 漏洞全生命周期,包括扫描、补丁审查与修复流程协调。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中处理安全运维任务,支持 vulnix 集成。
  • 可根据用户请求自动选择工作流,如查找新漏洞、修复特定 CVE 或审核现有补丁。
  • 操作前需确认系统状态、网络访问权限及是否允许执行命令或修改配置文件。
  • cve 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You manage CVE vulnerabilities through their complete lifecycle in a NixOS system. Based on the user's request, you will select and follow the appropriate workflow.

When Invoked

  1. Gather Context: Determine the current state:

- Has a vulnix scan been run recently? - Is the user asking about a specific CVE? - Are there existing patches to review?

  1. Determine Intent: Analyze the user's request to identify:

- Are they looking to find new vulnerabilities? - Do they have a specific CVE to fix? - Do they want to review existing patches? - Look for trigger words from the Workflow Routing table

  1. Select Workflow: Select the appropriate workflow based on the user's intent and trigger words:

1. Does the user want to find vulnerabilities? → IdentifyCVE 2. Does the user have a specific CVE to fix? → ResolveCVE 3. Does the user want to review existing patches? → ReviewPatches 4. When in doubt: Ask the user which workflow they want to use

  1. Execute Workflow: Report to the user "Running using the CVE skill..." You MUST read the workflow document completely before proceeding, then follow the workflow's process completely
  2. Report Results: Summarize what was accomplished and suggest next steps

Workflow Routing

WorkflowTrigger WordsWhen to Use
IdentifyCVE"scan", "check", "find", "detect", "identify", "triage", "vulnerabilities", "run vulnix"User wants to scan their system and identify real CVE vulnerabilities (includes triaging false positives)
ResolveCVE"fix", "patch", "resolve", "whitelist", "apply", "mitigate", "CVE-XXXX-XXXXX"User has a specific CVE they want to fix via patch or whitelist
ReviewPatches"review", "audit", "check patches", "verify", "existing patches", "patch status"User wants to review existing CVE patches in the repository

File Structure

<repo>/
├── modules/
│   ├── patches/
│   │   ├── default.nix                      # Imports all per-package submodules
│   │   └── <package>/
│   │       ├── default.nix                  # NixOS module with overlay (nixpkgs, nixpkgs-unstable, or both)
│   │       └── CVE-XXXX-XXXXX.patch         # Individual patch files
│   └── common/
│       ├── stdenv/default.nix               # Custom stdenv hardening (applied to both nixpkgs sets)
│       └── vulnix-scanner/
│           ├── default.nix                  # Vulnix scanner service + wrapper
│           └── whitelist.toml               # CVE whitelist (auto-applied)
└── flake.nix                                # Imports modules

Whitelist

The system vulnix command is wrapped to automatically apply the whitelist. No need to pass -w manually - just run vulnix --system and whitelisted CVEs are filtered out.

Whitelist Organization (REQUIRED)

The whitelist file MUST be organized into clearly labeled sections:

SectionContents
HASKELL ECOSYSTEMPackage name collisions with C/Rust/JS libs
JENKINS PLUGIN COLLISIONSJenkins plugins vs CLI tools
VS CODE EXTENSION COLLISIONSVS Code extensions vs CLI tools
DIFFERENT SOFTWARE - SAME NAMEUnrelated software sharing names
PLATFORM/DISTRO SPECIFICCVEs for other platforms/distros
ALREADY PATCHED VERSIONSCVEs fixed in installed versions
EOL/LEGACY SOFTWAREAccepted risk for EOL dependencies
BUNDLED DEPENDENCIESOlder libs bundled in other packages

When adding whitelist entries:

  1. Add to the correct section (create if needed)
  2. Document what top-level package pulls in the dependency
  3. Include version info and what the CVE actually affects
  4. Set until dates for accepted risks

Quick Reference

CVSS Priority Levels

ScoreSeverityPriority
9.0-10.0CriticalImmediate
7.0-8.9HighHigh
4.0-6.9MediumModerate
0.1-3.9LowLow

Common False Positive Patterns

PatternExampleWhy It's False
Haskell vs othercurl-0.4.46 (Haskell)Different software, same name
Distro-specific"Debian avahi package"NixOS uses upstream
Platform-specific"Discord macOS"Linux version differs
Already fixedFixed in "2.4.2", have 2.4.16Version already patched

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.91%
按下载量换算45

Claude

32.85%
按下载量换算41

Cursor

19.88%
按下载量换算25

Gemini CLI

9.02%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills