-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "mcp-security-scanner",
"version": "1.1.1",
"description": "MCP security scanner — 55 tools for runtime inspection, static analysis, config audit, dependency analysis. OWASP MCP Top 10 compliance. OAuth, TLS, fuzz testing, prompt injection, tool mutation detection. 100% local, zero external API calls.",
"type": "module",
"bin": {
"mcp-security-scanner": "dist/index.js"
},
"files": [
"dist/"
],
"scripts": {
"dev": "bun --watch run src/index.ts",
"build": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"security",
"scanner",
"static-analysis",
"sast",
"owasp",
"owasp-mcp-top10",
"tool-poisoning",
"rug-pull",
"supply-chain",
"dependency-audit",
"config-audit",
"mcp-security",
"pentesting",
"cybersecurity",
"infosec",
"ai-security",
"llm-security",
"claude",
"ai-agent"
],
"author": "Orhan Yildirim <contact@orhanyildirim.us> (https://orhanyildirim.us)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/badchars/mcp-security-scanner.git"
},
"homepage": "https://www.npmjs.com/package/mcp-security-scanner",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"ts-morph": "^24.0.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/bun": "^1.3.10",
"@types/node": "^22.15.3",
"typescript": "^5.8.2"
}
}