Skip to main content

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
86file_base64_string = base64.b64encode(file_content).decode('utf-8')
low line 126

Base64 decode operation

SourceSKILL.md
126file_data = base64.b64decode(base64_string)
low line 77

External URL reference

SourceSKILL.md
77client = DrugSDAClient("https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool")
low line 109

External URL reference

SourceSKILL.md
109client = DrugSDAClient("https://scp.intern-ai.org.cn/api/v1/mcp/2/DrugSDA-Tool")
Scanned on Mar 1, 2026
View Security Dashboard

Install this skill with one command

/learn @internscience/drugsda-file-transfer
GitHub Stars 114
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
InternScience/scp