com.xsec.asset-discovery
v1.3.8XSEC asset discovery business surface
By XSECLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 1, 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 .xsec-factory/snapshots/com.xsec.asset-discovery/.
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.asset-discovery",
"version": "1.3.8",
"description": "XSEC asset discovery business surface",
"author": {
"name": "XSEC"
},
"license": "MIT",
"extensions": {
"com.xsec.desktop": {
"schemaVersion": 1,
"displayName": "资产发现",
"publisher": "XSEC",
"icon": "compass",
"engines": {
"xsec": ">=0.1.0",
"pluginApi": "^1.2.0"
},
"entrypoints": {
"frontend": "./com.xsec.desktop/frontend/index.js"
},
"activationEvents": [
"onRoute:asset-discovery",
"onSettingsPage:asset-discovery"
],
"permissions": {
"workspace.project.read": {
"reason": "读取收集任务和资产池"
},
"workspace.project.write": {
"reason": "导入或删除用户选择的资产与收集任务"
},
"workspace.session.read": {
"reason": "显示资产收集的执行过程与日志"
},
"process.spawn": {
"reason": "按用户确认启动或停止资产收集任务"
},
"pluginData.read": {
"reason": "读取资产发现的账户级设置"
},
"pluginData.write": {
"reason": "保存资产发现设置和凭据"
}
},
"frontendApi": {
"version": 2,
"module": "single-esm",
"methods": {
"xsec.asset-discovery.defaults.get": {
"capability": "workspace.session.read",
"binding": "context"
},
"xsec.asset-discovery.runs.list": {
"capability": "workspace.project.read",
"binding": "context"
},
"xsec.asset-discovery.runs.start": {
"capability": "process.spawn",
"binding": "context"
},
"xsec.asset-discovery.runs.stop": {
"capability": "process.spawn",
"binding": "context"
},
"xsec.asset-discovery.runs.delete": {
"capability": "workspace.project.write",
"binding": "context"
},
"xsec.asset-discovery.runs.execution.get": {
"capability": "workspace.session.read",
"binding": "context"
},
"xsec.asset-discovery.runs.logs.list": {
"capability": "workspace.session.read",
"binding": "context"
},
"xsec.asset-discovery.assets.list": {
"capability": "workspace.project.read",
"binding": "context"
},
"xsec.asset-discovery.projects.list": {
"capability": "workspace.project.read",
"binding": "context"
},
"xsec.asset-discovery.assets.import": {
"capability": "workspace.project.write",
"binding": "context"
},
"xsec.asset-discovery.assets.delete": {
"capability": "workspace.project.write",
"binding": "context"
},
"xsec.asset-discovery.settings.get": {
"capability": "pluginData.read",
"binding": "plugin"
},
"xsec.asset-discovery.settings.set": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.asset-discovery.credentials.set": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.asset-discovery.credentials.clear": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.plugin.settings.open": {
"capability": "pluginData.read",
"binding": "plugin"
}
}
},
"contributes": {
"navigation": {
"items": {
"asset-discovery": {
"location": "primary",
"title": "资产发现",
"icon": "compass",
"route": "asset-discovery",
"order": 400
}
}
},
"routes": {
"asset-discovery": {
"path": "asset-discovery",
"page": "asset-discovery"
}
},
"settingsPages": {
"asset-discovery": {
"title": "资产发现",
"group": "plugins",
"page": "asset-discovery",
"icon": "compass",
"order": 100
}
}
}
}
}
}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.asset-discovery on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.asset-discovery-2)