-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwfyi-joy-pdf-reader-mcp.json
More file actions
69 lines (69 loc) · 2.18 KB
/
Copy pathwfyi-joy-pdf-reader-mcp.json
File metadata and controls
69 lines (69 loc) · 2.18 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
{
"tool_id": "wfyi-joy-pdf-reader-mcp",
"version": "smithery",
"grade": "A",
"risk_score": 8,
"scan_date": "2026-04-06T02:01:39.052756113Z",
"scanner": "tooltrust-scanner/v0.3.6",
"source_url": "https://smithery.ai/server/wfyi-joy/pdf-reader-mcp",
"vendor": "Smithery",
"description": "Extract text from local or online PDFs. Capture quotes and key sections for quick search, summarization, and citation. Speed up research and writing by eliminating manual copy-paste.",
"findings": [
{
"id": "AS-002",
"severity": "Medium",
"title": "Excessive Permission Surface",
"description": "tool declares fs permission",
"recommendation": "Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.",
"tool_name": "TEXT_TO_PDF_CONVERT_TEXT_TO_PDF"
},
{
"id": "AS-014",
"severity": "Info",
"title": "DEPENDENCY_INVENTORY_UNAVAILABLE",
"description": "Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.",
"recommendation": "Review and remediate the identified issue.",
"tool_name": "TEXT_TO_PDF_CONVERT_TEXT_TO_PDF"
}
],
"summary": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 1
},
"methodology": "https://github.com/AgentSafe-AI/tooltrust-directory/blob/main/docs/methodology.md",
"tool_names": [
"TEXT_TO_PDF_CONVERT_TEXT_TO_PDF"
],
"tool_contexts": [
{
"tool_name": "TEXT_TO_PDF_CONVERT_TEXT_TO_PDF",
"action": "ALLOW",
"grade": "A",
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
}
],
"scan_history": [
{
"scan_date": "2026-04-03T22:54:50Z",
"grade": "A",
"risk_score": 8,
"version": "smithery"
},
{
"scan_date": "2026-04-04T16:48:50Z",
"grade": "A",
"risk_score": 8,
"version": "smithery"
},
{
"scan_date": "2026-04-05T01:19:56Z",
"grade": "A",
"risk_score": 8,
"version": "smithery"
}
]
}