2.0.1npm · @file-kiwi/filekiwi-mcp-server · latest release
Observed 2026-08-21T19:06:18.651Z using mcpSecurity-inventory. Protocol 2025-06-18.
| Tool | Category | Risk |
|---|---|---|
upload_to_kiwiUpload files to file.kiwi and return the share URL. IMPORTANT: Only real file system paths work (e.g. C:\Users\username\Desktop\file.png). Paths like /mnt/user-data/uploads/ or /home/claude/ are virtual and will fail. Ask the user for the actual local file path on their computer.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"filePaths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Absolute local file system paths on the user's computer (e.g. C:\\Users\\username\\file.png). Do NOT use virtual paths like /mnt/user-data/uploads/ — ask the user for the real path."
}
},
"required": [
"filePaths"
]
} | — | — |
No completed comparison is available.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: 33059715b436d8c2cc1e2561ea45acb24813716ccaf9483a3401c03d47503e28
Scanner: mcp-proof-engine 0.1.0.