com.xsec.workspace.traffic
v1.2.2XSEC proxy traffic 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.traffic/.
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.traffic",
"version": "1.2.2",
"description": "XSEC proxy traffic workspace tools",
"author": {
"name": "XSEC"
},
"license": "MIT",
"extensions": {
"com.xsec.desktop": {
"schemaVersion": 1,
"displayName": "抓包流量",
"publisher": "XSEC",
"icon": "plug",
"engines": {
"xsec": ">=0.1.0",
"pluginApi": "^1.2.0"
},
"entrypoints": {
"frontend": "./com.xsec.desktop/frontend/index.js"
},
"activationEvents": [
"onWorkspaceTool:traffic",
"onWorkspaceTool:traffic-replay",
"onWorkspaceTool:request-detail",
"onSettingsPage:traffic"
],
"permissions": {
"workspace.session.read": {},
"pluginData.read": {},
"pluginData.write": {}
},
"frontendApi": {
"version": 2,
"module": "single-esm",
"methods": {
"xsec.traffic.list": {
"capability": "workspace.session.read",
"binding": "session"
},
"xsec.traffic.get": {
"capability": "workspace.session.read",
"binding": "session"
},
"xsec.traffic.replay-attempts": {
"capability": "workspace.session.read",
"binding": "session"
},
"xsec.traffic.settings.get": {
"capability": "pluginData.read",
"binding": "plugin"
},
"xsec.traffic.settings.set": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.traffic.ca.status": {
"capability": "pluginData.read",
"binding": "plugin"
},
"xsec.traffic.ca.import": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.traffic.ca.rotate": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.traffic.passive-rules.list": {
"capability": "pluginData.read",
"binding": "plugin"
},
"xsec.traffic.passive-rules.upsert": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.traffic.passive-rules.toggle": {
"capability": "pluginData.write",
"binding": "plugin"
},
"xsec.traffic.passive-rules.delete": {
"capability": "pluginData.write",
"binding": "plugin"
}
}
},
"contributes": {
"workspaceTools": {
"traffic": {
"title": "抓包流量",
"icon": "plug",
"scope": "session",
"launchable": true,
"policy": "singleton",
"surface": "edge-to-edge",
"retain": "always",
"preferredSideWidth": 880,
"preferredBottomHeight": 480,
"surfaces": [
"interactive-dock",
"batch-observe"
]
},
"traffic-replay": {
"title": "流量重放",
"icon": "plug",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "edge-to-edge",
"retain": "always",
"preferredSideWidth": 880,
"preferredBottomHeight": 480,
"surfaces": [
"interactive-dock",
"batch-observe"
]
},
"request-detail": {
"title": "请求详情",
"icon": "plug",
"scope": "entity",
"launchable": false,
"policy": "entity-singleton",
"surface": "standard",
"retain": "active",
"preferredSideWidth": 560,
"preferredBottomHeight": 360,
"surfaces": [
"interactive-dock",
"batch-observe"
]
}
},
"settingsPages": {
"traffic": {
"title": "抓包流量",
"group": "plugins",
"page": "traffic",
"icon": "plug",
"order": 150
}
}
}
}
}
}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.traffic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/com.xsec.workspace.traffic)