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