-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrefetch-web.json
More file actions
258 lines (258 loc) · 11 KB
/
refetch-web.json
File metadata and controls
258 lines (258 loc) · 11 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"tool_id": "refetch-web",
"version": "smithery",
"grade": "C",
"risk_score": 25,
"scan_date": "2026-04-19T02:18:09.718750341Z",
"scanner": "tooltrust-scanner/v0.3.8",
"source_url": "https://smithery.ai/server/refetch/web",
"vendor": "Smithery",
"description": "Fetch pages, search the web, and extract structured data — built for AI agents.\n\n## Tools\n\n- **fetch** — Any URL → clean markdown, optimized for LLM context windows\n- **fetch_html** — Any URL → raw HTML with full SPA rendering\n- **fetch_structured_data** — Extract JSON-LD schema.org data from any page\n- **search_web** — Web search returning structured JSON results\n- **search_news** — News search across 20+ countries with sources and dates\n- **check_usage** — Check your credit balance and usage history (free)\n\n## Why refetch?\n\n- One credit = one request, every endpoint, no multipliers\n- $2.50 per 1,000 requests, credits never expire\n- Block detection, CAPTCHA handling, and SPA rendering built in\n- Streamable HTTP — no Docker, no stdio, no local process\n\n500 free requests on signup, no credit card required. [Get your API key →](https://www.refetch.cloud/console)",
"findings": [
{
"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": "check_usage"
},
{
"id": "AS-002",
"severity": "High",
"title": "Excessive Permission Surface",
"description": "tool declares network 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": "fetch"
},
{
"id": "AS-011",
"severity": "Low",
"title": "DoS Resilience — Missing Rate Limit / Timeout",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
"tool_name": "fetch"
},
{
"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": "fetch"
},
{
"id": "AS-002",
"severity": "High",
"title": "Excessive Permission Surface",
"description": "tool declares network 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": "fetch_html"
},
{
"id": "AS-011",
"severity": "Low",
"title": "DoS Resilience — Missing Rate Limit / Timeout",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
"tool_name": "fetch_html"
},
{
"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": "fetch_html"
},
{
"id": "AS-002",
"severity": "High",
"title": "Excessive Permission Surface",
"description": "tool declares network 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": "fetch_structured_data"
},
{
"id": "AS-011",
"severity": "Low",
"title": "DoS Resilience — Missing Rate Limit / Timeout",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
"tool_name": "fetch_structured_data"
},
{
"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": "fetch_structured_data"
},
{
"id": "AS-002",
"severity": "High",
"title": "Excessive Permission Surface",
"description": "tool declares network 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": "search_news"
},
{
"id": "AS-002",
"severity": "Medium",
"title": "Excessive Permission Surface",
"description": "tool declares db 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": "search_news"
},
{
"id": "AS-011",
"severity": "Low",
"title": "DoS Resilience — Missing Rate Limit / Timeout",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
"tool_name": "search_news"
},
{
"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": "search_news"
},
{
"id": "AS-002",
"severity": "High",
"title": "Excessive Permission Surface",
"description": "tool declares network 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": "search_web"
},
{
"id": "AS-002",
"severity": "Medium",
"title": "Excessive Permission Surface",
"description": "tool declares db 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": "search_web"
},
{
"id": "AS-011",
"severity": "Low",
"title": "DoS Resilience — Missing Rate Limit / Timeout",
"description": "tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration",
"recommendation": "Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.",
"tool_name": "search_web"
},
{
"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": "search_web"
}
],
"summary": {
"critical": 0,
"high": 5,
"medium": 2,
"low": 5,
"info": 6
},
"methodology": "https://github.com/AgentSafe-AI/tooltrust-directory/blob/main/docs/methodology.md",
"tool_names": [
"check_usage",
"fetch",
"fetch_html",
"fetch_structured_data",
"search_news",
"search_web"
],
"tool_contexts": [
{
"tool_name": "check_usage",
"action": "ALLOW",
"grade": "A",
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
},
{
"tool_name": "fetch",
"action": "ALLOW",
"grade": "B",
"behavior": [
"executes_commands",
"uses_network"
],
"destinations": [
"dynamic URL input (url)",
"hardcoded domain: example.com"
],
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
},
{
"tool_name": "fetch_html",
"action": "ALLOW",
"grade": "B",
"behavior": [
"uses_network"
],
"destinations": [
"dynamic URL input (url)",
"hardcoded domain: example.com"
],
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
},
{
"tool_name": "fetch_structured_data",
"action": "ALLOW",
"grade": "B",
"behavior": [
"uses_network"
],
"destinations": [
"dynamic URL input (url)",
"hardcoded domain: example.com",
"hardcoded domain: schema.org"
],
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
},
{
"tool_name": "search_news",
"action": "REQUIRE_APPROVAL",
"grade": "C",
"behavior": [
"uses_network"
],
"destinations": [
"hardcoded domain: ..",
"hardcoded domain: ...\\"
],
"dependency_visibility": "No dependency data",
"dependency_note": "No metadata.dependencies or repo_url were exposed by this MCP server."
},
{
"tool_name": "search_web",
"action": "REQUIRE_APPROVAL",
"grade": "C",
"behavior": [
"uses_network"
],
"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-18T01:55:57Z",
"grade": "C",
"risk_score": 25,
"version": "smithery"
}
]
}