Agent Plugins Marketplace
All plugins

vuln-definitions

v0.2.15

漏洞定义模块:每类漏洞的定义,以及严重 / 高危 / 中危 / 无危害的判定标准。白盒与黑盒审计的共用语义基线。OpenHarmony 系统类加载 references/openharmony.md;Chrome / Chromium 浏览器加载 references/chromium.md;数据库(ClickHouse 等 DBMS / 数据库云平台)加载 references/database.md;移动端(Android / iOS App)加载 references/mobile.md(四档 + 调整/无效;项目规则见 vuln-definitions-mobile 的 google-android-devices-rules.md)。

Claude Code1 Skill

By DeepSonar0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install vuln-definitions for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vuln-definitions@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/SummerSec/DeepSonar-Skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is vuln-definitions/.

Plugin files

vuln-definitions/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

vuln-definitionsSKILL.md

漏洞定义模块。定义 injection/rce/ssrf/authz/deserialization/file-access/xxe/secrets 等漏洞类型的含义,以及严重(Critical)、高危(High)、中危(Medium)、无危害(None) 的判定标准。白盒/黑盒审计、定级、争议裁决时必须加载。OpenHarmony 等系统类审计时加载 references/openharmony.md;Chrome / Chromium 浏览器审计时加载 references/chromium.md;数据库(ClickHouse 等 DBMS / 数据库云平台)审计时加载 references/database.md;移动端(Android / iOS App)审计时加载 references/mobile.md。

Plugin manifests1

vuln-definitions/.claude-plugin/plugin.json
{
  "name": "vuln-definitions",
  "version": "0.2.15",
  "description": "漏洞定义模块:每类漏洞的定义,以及严重 / 高危 / 中危 / 无危害的判定标准。白盒与黑盒审计的共用语义基线。OpenHarmony 系统类加载 references/openharmony.md;Chrome / Chromium 浏览器加载 references/chromium.md;数据库(ClickHouse 等 DBMS / 数据库云平台)加载 references/database.md;移动端(Android / iOS App)加载 references/mobile.md(四档 + 调整/无效;项目规则见 vuln-definitions-mobile 的 google-android-devices-rules.md)。",
  "author": {
    "name": "DeepSonar"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vuln-definitions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vuln-definitions)