drugsda-file-transfer
Facilitates data transmission between local computers and MCP servers using Base64 encoding for file transfers.
Install this skill
or
96/100
Security score
The drugsda-file-transfer skill was audited on Mar 1, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 86
Base64 decode operation
SourceSKILL.md
| 86 | file_base64_string = base64.b64encode(file_content).decode('utf-8') |
low line 126
Base64 decode operation
SourceSKILL.md
| 126 | file_data = base64.b64decode(base64_string) |
low line 77
External URL reference
SourceSKILL.md
| 77 | client = DrugSDAClient("https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool") |
low line 109
External URL reference
SourceSKILL.md
| 109 | client = DrugSDAClient("https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool") |
Scanned on Mar 1, 2026
View Security Dashboard