com.xsec.attack-path
v1.2.3XSEC attack-path workspace and Agent tools
By XSECLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 29, 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 →
Get the plugin
git clone https://github.com/tzf1003/xsec-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/com.xsec.attack-path/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
└── plugin.json
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "com.xsec.attack-path",
"version": "1.2.3",
"description": "XSEC attack-path workspace and Agent tools",
"author": {
"name": "XSEC"
},
"license": "MIT",
"extensions": {
"com.xsec.desktop": {
"schemaVersion": 1,
"displayName": "攻击路径",
"publisher": "XSEC",
"icon": "git-branch",
"engines": {
"xsec": ">=0.1.0",
"pluginApi": "^1.3.0"
},
"entrypoints": {
"frontend": "./com.xsec.desktop/frontend/index.js"
},
"activationEvents": [
"onWorkspaceTool:attack-path",
"onAgentTool:xsec_tree_node_create"
],
"permissions": {
"workspace.session.read": {},
"workspace.tool.open": {},
"workspace.project.write": {},
"agent.tools.register": {}
},
"dependencies": {
"required": {
"com.xsec.workspace.sub-agent": "^1.2.3"
}
},
"frontendApi": {
"version": 2,
"module": "single-esm",
"methods": {
"xsec.attack-path.tree.list": {
"capability": "workspace.session.read",
"binding": "context"
},
"xsec.attack-path.subagents.list": {
"capability": "workspace.session.read",
"binding": "context"
},
"xsec.workspace.tool.open": {
"capability": "workspace.tool.open",
"binding": "context"
}
}
},
"contributes": {
"workspaceTools": {
"attack-path": {
"title": "攻击路径",
"icon": "git-branch",
"scope": "assignment",
"launchable": true,
"policy": "singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 560,
"preferredBottomHeight": 360,
"defaultObserve": true,
"surfaces": [
"interactive-dock",
"batch-observe"
]
}
},
"agentTools": {
"xsec_tree_node_create": {
"title": "创建攻击路径节点",
"workspaceToolId": "attack-path"
},
"xsec_tree_node_update": {
"title": "更新攻击路径节点",
"workspaceToolId": "attack-path"
},
"xsec_tree_node_get": {
"title": "读取攻击路径节点",
"workspaceToolId": "attack-path"
},
"xsec_tree_list": {
"title": "列出攻击路径",
"workspaceToolId": "attack-path"
},
"xsec_shared_finding_add": {
"title": "写入共享漏洞",
"workspaceToolId": "attack-path"
},
"xsec_shared_findings_list": {
"title": "列出共享漏洞",
"workspaceToolId": "attack-path"
},
"xsec_subagent_dispatch": {
"title": "派发子 Agent",
"workspaceToolId": "attack-path"
},
"xsec_subagent_cancel": {
"title": "取消子 Agent",
"workspaceToolId": "attack-path"
},
"xsec_subagent_register_session": {
"title": "登记子 Agent 会话",
"workspaceToolId": "attack-path"
},
"xsec_subagent_heartbeat": {
"title": "子 Agent 心跳",
"workspaceToolId": "attack-path"
},
"xsec_subagent_complete": {
"title": "完成子 Agent",
"workspaceToolId": "attack-path"
},
"xsec_subagent_status": {
"title": "子 Agent 状态",
"workspaceToolId": "attack-path"
},
"plugin.attack-path.tree_node_create": {
"title": "创建攻击路径节点",
"workspaceToolId": "attack-path"
},
"plugin.attack-path.tree_list": {
"title": "列出攻击路径",
"workspaceToolId": "attack-path"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[com.xsec.attack-path on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.attack-path)