-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mcp-risk-inventory",
"version": "0.1.2",
"description": "Local MCP configuration risk inventory CLI and GitHub Action.",
"license": "MIT",
"author": "Foundagent",
"homepage": "https://github.com/FoundagentTest/mcp-risk-inventory#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FoundagentTest/mcp-risk-inventory.git"
},
"bugs": {
"url": "https://github.com/FoundagentTest/mcp-risk-inventory/issues"
},
"type": "commonjs",
"bin": {
"mcp-risk": "src/cli.js"
},
"scripts": {
"check": "node --check src/*.js test/*.test.js",
"test": "node --test",
"scan:fixtures": "node src/cli.js scan fixtures/bad-project --format text --fail-on none"
},
"keywords": [
"mcp",
"model-context-protocol",
"security",
"cli",
"github-action",
"ai-tools"
],
"engines": {
"node": ">=18"
},
"files": [
"src",
"docs",
"examples",
"action.yml",
"README.md",
"mcp-risk-policy.example.json",
"LICENSE"
]
}