CtrlK
BlogDocsLog inGet started
Tessl Logo

tooluniverse-claude-code-plugin

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

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security
Critical

E005: Suspicious download URL detected in skill instructions.

What this means

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.

Why it was flagged

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.

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

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.

Repository
mims-harvard/ToolUniverse
Audited
Security analysis
Snyk

Is this your skill?

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.