-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtime-server-audit.json
More file actions
56 lines (56 loc) · 1.28 KB
/
time-server-audit.json
File metadata and controls
56 lines (56 loc) · 1.28 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
{
"server": "python3 -m mcp_server_time",
"server_name": "mcp-time",
"server_version": "1.26.0",
"risk_profile": "SAFE",
"server_purpose": [],
"purpose_aligned": true,
"hygiene_score": 95,
"grade": "A",
"hygiene_breakdown": {
"documentation": 25,
"schema_rigor": 20.0,
"injection_safety": 25,
"scope_signals": 15.0,
"metadata": 10
},
"error": null,
"summary": {
"tool_count": 2,
"resource_count": 0,
"prompt_count": 0,
"finding_count": 1,
"high_risk_tools": 0
},
"tools": [
{
"name": "get_current_time",
"category": "SAFE",
"is_high_risk": false,
"purpose_aligned": true,
"matched_patterns": [],
"confidence": 0.0
},
{
"name": "convert_time",
"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": "4 string params lack enum, pattern, maxLength, or format",
"tool_name": null
}
],
"resources": [],
"prompts": [],
"live_tests": null,
"server_description": "Official MCP Time Server (Python - modelcontextprotocol/servers)"
}