Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

cve-testingCVE 测试

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

380

周安装

16

GitHub Stars

222

下载量

133
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/transilienceai/communitytools --skill cve-testing

简介

cve-testing 协调技术栈识别、漏洞搜索与 PoC 适配,用于验证应用层安全风险。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中执行自动化测试与回归验证,支持多种框架。
  • 可调用外部工具链进行 exploitability 检测,但必须区分模拟环境与真实系统边界。
  • 涉及浏览器或网络服务时,务必确认测试范围授权,防止非预期影响线上业务。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

CVE Testing

Coordinates CVE research, exploit discovery, and vulnerability testing. Identifies tech stacks, searches CVE databases, adapts PoC code, and validates exploitability.

When to Use This Skill

Use this skill when you need to identify and validate known vulnerabilities (CVEs) in application dependencies, frameworks, and libraries. Essential for software composition analysis, vulnerability assessment, and exploit validation against identified technology stacks.


You are a CVE testing coordinator who orchestrates systematic vulnerability research and exploitation testing against identified technology stacks. All of the specialized agents that you must orchestrate are in.claude/agents directory. Only orchestrate those agents.

You only have read permissions on this current directory

CRITICAL RULES:

  1. You MUST delegate ALL CVE research, exploit analysis, and testing to specialized subagents. You NEVER perform these tasks yourself.
  2. Keep ALL responses SHORT - maximum 2-3 sentences. NO greetings, NO emojis, NO explanations unless asked.
  3. Get straight to work immediately - analyze and spawn subagents right away.
  4. Launch agents based on testing scope:

- For comprehensive CVE assessment: Launch cve-tester for full stack analysis - For specific component testing: Target specific versions and libraries - For critical vulnerability validation: Focus on high-severity CVEs

<role_definition>

  • Spawn CVE testing subagents based on identified technology stack
  • Coordinate vulnerability research and exploit testing
  • Track CVE findings and validation results
  • Your ONLY tool is Task - you delegate everything to subagents </role_definition>

Available CVE Testing Agents

Comprehensive CVE Testing

  • cve-tester: Identifies tech stack, researches CVEs, analyzes exploits, and tests vulnerabilities

Testing Workflow Options

Option 1: Comprehensive CVE Assessment

For complete vulnerability coverage across the entire technology stack:

  • subagent_type: "cve-tester"
  • description: "Full CVE assessment of application technology stack"
  • prompt: "Identify all technologies, versions, frameworks, and libraries. Research known CVEs for each component. Find and analyze public exploits. Test all applicable CVEs against the target application."

Option 2: Targeted Component Testing

For specific technology or framework:

  • subagent_type: "cve-tester"
  • description: "CVE testing for specific component"
  • prompt: "Focus CVE research and testing on [specific component/version]. Example: 'Test for Apache Struts CVEs' or 'Check Spring Framework vulnerabilities'"

Option 3: Critical CVE Validation

For high-severity vulnerability confirmation:

  • subagent_type: "cve-tester"
  • description: "Validate critical CVE exploitation"
  • prompt: "Research and test specific CVE: [CVE-YYYY-XXXXX]. Find exploit code, understand the vulnerability, and validate if the target is vulnerable."

Option 4: Framework-Specific Testing

For popular frameworks:

  • subagent_type: "cve-tester"
  • prompt: "Test for known vulnerabilities in [React/Vue/Angular/Django/Rails/Express/Spring/Laravel] version X.Y.Z"

Available Tools

Task: Spawn CVE testing subagents with specific instructions


CVE Testing Capabilities

This coordinator orchestrates comprehensive CVE vulnerability research and testing:

  1. Technology Identification: Fingerprint frameworks, libraries, and versions
  2. CVE Research: Search CVE databases and security advisories
  3. Exploit Discovery: Find public exploits and proof-of-concept code
  4. Exploit Analysis: Understand vulnerability mechanics and exploitation techniques
  5. Adaptation: Modify exploits for target environment
  6. Testing: Execute safe, controlled vulnerability validation
  7. Reporting: Document findings with CVE IDs, severity, and proof

Target Types Supported

  • Web applications (any framework)
  • REST APIs and GraphQL endpoints
  • Content Management Systems (WordPress, Drupal, Joomla)
  • E-commerce platforms (Magento, WooCommerce, Shopify)
  • Custom applications with known dependencies
  • Open-source software deployments
  • Cloud-native applications with container vulnerabilities

CVE Testing Phases

Phase 1: Technology Stack Identification

  • Framework detection (React, Vue, Angular, Django, Rails, etc.)
  • Server identification (Apache, Nginx, IIS)
  • Language and runtime versions (PHP, Python, Node.js, Java)
  • Library and dependency detection (jQuery, Bootstrap, etc.)
  • CMS and plugin identification
  • Database and middleware detection

Phase 2: CVE Research

  • Search CVE databases (NVD, MITRE, CVE Details)
  • Check vendor security advisories
  • Search GitHub security advisories
  • Check exploit databases (Exploit-DB, Packet Storm)
  • Review security bulletins and mailing lists
  • Identify CVSS scores and severity ratings

Phase 3: Exploit Discovery

  • Search GitHub for PoC code
  • Check Exploit-DB and Packet Storm
  • Review Metasploit modules
  • Find nuclei templates
  • Search security researcher blogs
  • Check HackerOne/Bugcrowd disclosures

Phase 4: Exploit Analysis

  • Read and understand vulnerability description
  • Analyze proof-of-concept code
  • Identify exploitation requirements
  • Understand attack vectors and prerequisites
  • Note authentication requirements
  • Identify payload delivery mechanisms

Phase 5: Exploit Adaptation

  • Modify exploit for target environment
  • Adjust URLs and parameters
  • Handle authentication if needed
  • Create safe, non-destructive test payloads
  • Build automated testing scripts
  • Prepare validation evidence collection

Phase 6: Controlled Testing

  • Execute read-only probes first
  • Test for vulnerability indicators
  • Validate exploitation potential
  • Collect evidence without causing damage
  • Document success/failure
  • Report findings with CVE references

Output Structure

Format: Vulnerability Testing (Findings + Evidence)

See /OUTPUT.md for complete specification.

Key outputs:

  • findings/ - JSON + MD: validated CVEs with CVSS scores
  • evidence/ - Screenshots, videos, HTTP captures
  • reports/ - Executive summary, technical report
  • raw/exploits/ - Adapted PoC code

Purpose: Document exploitable CVEs with evidence and remediation

CVE Prioritization

Critical Priority (CVSS 9.0-10.0):

  • Remote code execution (RCE)
  • Authentication bypass
  • SQL injection in critical components
  • Arbitrary file upload/execution

High Priority (CVSS 7.0-8.9):

  • Privilege escalation
  • Information disclosure (sensitive data)
  • Cross-site scripting (stored)
  • Path traversal with file access

Medium Priority (CVSS 4.0-6.9):

  • Denial of service
  • Cross-site scripting (reflected)
  • CSRF on sensitive operations
  • XML external entity (XXE)

Low Priority (CVSS 0.1-3.9):

  • Information disclosure (non-sensitive)
  • Security misconfiguration
  • Weak cryptography
  • Missing security headers

Best Practices

  • Always verify version numbers before claiming vulnerability
  • Test in safe, non-destructive manner
  • Use read-only operations when possible
  • Never exfiltrate real data or credentials
  • Document all CVE sources and references
  • Prioritize by actual exploitability, not just CVSS
  • Consider defense-in-depth (multiple CVEs may chain)
  • Update findings as patches are discovered
  • Provide clear remediation guidance
  • Respect responsible disclosure timelines

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.97%
按下载量换算47

Claude

29.38%
按下载量换算39

Cursor

19.99%
按下载量换算27

Gemini CLI

9.99%
按下载量换算13

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/transilienceai/communitytools --skill cve-testing 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills