-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory-server-audit.json
More file actions
114 lines (114 loc) · 2.59 KB
/
memory-server-audit.json
File metadata and controls
114 lines (114 loc) · 2.59 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"server": "npx -y @modelcontextprotocol/server-memory",
"server_name": "memory-server",
"server_version": "0.6.3",
"risk_profile": "DATABASE",
"server_purpose": [],
"purpose_aligned": true,
"hygiene_score": 92,
"grade": "A",
"hygiene_breakdown": {
"documentation": 22.5,
"schema_rigor": 20.0,
"injection_safety": 25,
"scope_signals": 15.0,
"metadata": 10
},
"error": null,
"summary": {
"tool_count": 9,
"resource_count": 0,
"prompt_count": 0,
"finding_count": 1,
"high_risk_tools": 0
},
"tools": [
{
"name": "create_entities",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "create_relations",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "add_observations",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "delete_entities",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "delete_observations",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "delete_relations",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "read_graph",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "search_nodes",
"category": "DATABASE",
"is_high_risk": false,
"purpose_aligned": false,
"matched_patterns": [
"query"
],
"confidence": 0.9
},
{
"name": "open_nodes",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
}
],
"findings": [
{
"severity": "LOW",
"category": "schema",
"title": "No string parameters use constraints",
"detail": "1 string params lack enum, pattern, maxLength, or format",
"tool_name": null
}
],
"resources": [],
"prompts": [],
"live_tests": null,
"server_description": "Official MCP Memory Server (modelcontextprotocol/servers)"
}