Install the ToolUniverse Claude Code plugin in one step — provides MCP server with 1000+ scientific tools, 120+ research skills, slash commands, hooks, and the research agent. Use for first-time plugin install, troubleshooting plugin not loading, verifying MCP server connection, listing API key requirements, or configuring auto-update.
71
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
Most links are to reputable sources (claude.com, GitHub, PyPI), but the direct curl|sh installer at https://astral.sh/uv/install.sh is high-risk because piping a remote shell script to sh can deliver arbitrary malware.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The install instructions contain runtime commands that fetch and execute remote code—specifically "curl -LsSf https://astral.sh/uv/install.sh | sh" and cloning/downloading the ToolUniverse repo (https://github.com/mims-harvard/ToolUniverse.git and https://github.com/mims-harvard/ToolUniverse/releases) which will pull and install remote code used by the plugin.
7a0ceb2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.