-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "dsh-code-security",
"version": "0.1.3",
"description": "DeepSeek Harness (DSH) security plugin project: auto-audits newly installed plugins with the host model (dsh-security-gate) and provides a security-audit agent preset with Codex Security workflow skills and scan tools (dsh-security-tools).",
"license": "Apache-2.0",
"private": true,
"keywords": [
"dsh",
"dsh-plugin",
"deepseek-harness",
"cordis",
"security",
"audit",
"codex-security"
],
"repository": {
"type": "git",
"url": "https://github.com/ihuajiu/dsh-code-security.git"
},
"homepage": "https://github.com/ihuajiu/dsh-code-security",
"bugs": {
"url": "https://github.com/ihuajiu/dsh-code-security/issues"
},
"dsh": {
"compatible": true,
"components": {
"gate": "dsh-security-gate",
"tools": "dsh-security-tools"
},
"preset": "dsh-security"
}
}