tooluniverse-biomedical-fact-lookup
Warn
Audited by Socket on Aug 19, 2026
1 alert found:
SecuritySecuritytest_snippets.py
MEDIUMSecurityMEDIUM
test_snippets.py
The wrapper module itself appears to be a test harness, but it dynamically executes Python code extracted from a package-local Markdown file (SKILL.md) using unsandboxed exec(). This is a significant supply-chain/execution risk: if SKILL.md is tampered with (malicious update, compromised release/build, or package modification), arbitrary code can run at import/runtime. The presence of domain-focused assertions does not mitigate the risk of malicious top-level snippet side effects during exec.
Confidence: 80%Severity: 78%
Audit Metadata