ai.smithery/TakoData-tako-mcp
v1.16.0Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
5
Total
1
Critical
0
High
4
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
55:
56: # Environments
>>> 57: .env
58: .venv
59: env/Report false positiveHigh-entropy string (4.6 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positivePython urllib network request
Detected by automated pattern matching (rule NS-002) with medium confidence. May be a false positive.
15: restart: unless-stopped
16: healthcheck:
>>> 17: test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8001/health')"]
18: interval: 30s
19: timeout: 10sReport false positivePython requests library HTTP call
Detected by automated pattern matching (rule NS-001) with medium confidence. May be a false positive.
142: for kc in response.outputs.knowledge_cards:
143: if kc.data_url:
>>> 144: response = requests.get(kc.data_url)
145: response.raise_for_status() # Raise an exception for bad status codes
146: data = response.textReport false positiveHigh-entropy string (4.6 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 26, 2026 | critical | 5 | 19 | 0.00s |
| Feb 24, 2026 | critical | 5 | 19 | 0.00s |