-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscrapling.json
More file actions
66 lines (66 loc) · 1.93 KB
/
scrapling.json
File metadata and controls
66 lines (66 loc) · 1.93 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
{
"tool_id": "scrapling",
"version": "0.4.2",
"grade": "I",
"risk_score": 0,
"scan_date": "2026-05-04T02:16:43Z",
"scanner": "tooltrust-scanner/v0.3.9",
"source_url": "https://github.com/D4Vinci/Scrapling",
"category": "Developer Tools",
"vendor": "D4Vinci",
"stars": 43153,
"license": "BSD-3-Clause",
"language": "Python",
"description": "🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!",
"findings": [
{
"id": "AS-018",
"severity": "Info",
"title": "Embedded MCP Server Detected",
"description": "Embedded MCP server detected in python source, but tool enumeration was not possible. Manual review is required for auth, scope, and input validation.",
"recommendation": "Source-level MCP SDK usage was detected, but tools could not be enumerated statically. Run a sandboxed live scan if possible and manually review auth, scope, and input validation before trusting this server.",
"metadata": {
"evidence": [
{
"kind": "import",
"line": 2,
"file": "scrapling/core/ai.py",
"language": "python"
},
{
"kind": "init",
"line": 599,
"snippet": "FastMCP(",
"file": "scrapling/core/ai.py",
"language": "python"
}
]
}
}
],
"summary": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 0,
"info": 1
},
"methodology": "https://github.com/AgentSafe-AI/tooltrust-directory/blob/main/docs/methodology.md",
"scan_incomplete": true,
"has_embedded_mcp": true,
"embedded_mcp_evidence": [
{
"kind": "import",
"line": 2,
"file": "scrapling/core/ai.py",
"language": "python"
},
{
"kind": "init",
"line": 599,
"snippet": "FastMCP(",
"file": "scrapling/core/ai.py",
"language": "python"
}
]
}