com.xsec.workspace.project-outcomes
v1.2.2XSEC project-outcome workspace 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.workspace.project-outcomes/.
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.workspace.project-outcomes",
"version": "1.2.2",
"description": "XSEC project-outcome workspace tools",
"author": {
"name": "XSEC"
},
"license": "MIT",
"extensions": {
"com.xsec.desktop": {
"schemaVersion": 1,
"displayName": "项目成果",
"publisher": "XSEC",
"icon": "package-open",
"engines": {
"xsec": ">=0.1.0",
"pluginApi": "^1.2.0"
},
"entrypoints": {
"frontend": "./com.xsec.desktop/frontend/index.js"
},
"activationEvents": [
"onWorkspaceTool:project-outcomes",
"onWorkspaceTool:finding-detail",
"onWorkspaceTool:report-detail",
"onWorkspaceTool:task-detail",
"onWorkspaceTool:evidence-detail"
],
"permissions": {
"workspace.project.read": {},
"workspace.session.read": {}
},
"frontendApi": {
"version": 2,
"module": "single-esm",
"methods": {
"xsec.outcomes.list": {
"capability": "workspace.project.read",
"binding": "context"
},
"xsec.outcomes.get": {
"capability": "workspace.project.read",
"binding": "context"
}
}
},
"contributes": {
"workspaceTools": {
"project-outcomes": {
"title": "项目成果",
"icon": "package-open",
"scope": "project",
"launchable": true,
"policy": "singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 480,
"preferredBottomHeight": 380,
"surfaces": [
"interactive-dock",
"batch-observe"
],
"capabilities": [
"outcomes.read"
]
},
"finding-detail": {
"title": "漏洞详情",
"icon": "bug",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 480,
"preferredBottomHeight": 360,
"surfaces": [
"interactive-dock",
"batch-observe"
]
},
"report-detail": {
"title": "报告详情",
"icon": "file-text",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 480,
"preferredBottomHeight": 360,
"surfaces": [
"interactive-dock",
"batch-observe"
]
},
"task-detail": {
"title": "任务详情",
"icon": "wrench",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 480,
"preferredBottomHeight": 360,
"surfaces": [
"interactive-dock"
]
},
"evidence-detail": {
"title": "证据详情",
"icon": "file-search",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 480,
"preferredBottomHeight": 360,
"surfaces": [
"interactive-dock",
"batch-observe"
]
}
}
}
}
}
}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.workspace.project-outcomes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.workspace.project-outcomes)