multi-llm
Enables intelligent switching between multiple LLMs based on task type, optimizing model selection for coding, reasoning, and translation.
Install this skill
or
73/100
Security score
The multi-llm skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 149
Piping content to sh shell
SourceSKILL.md
| 149 | curl -fsSL https://ollama.com/install.sh | sh |
medium line 149
Curl to non-GitHub URL
SourceSKILL.md
| 149 | curl -fsSL https://ollama.com/install.sh | sh |
medium line 180
Curl to non-GitHub URL
SourceSKILL.md
| 180 | curl -s http://localhost:11434/api/tags |
low line 149
External URL reference
SourceSKILL.md
| 149 | curl -fsSL https://ollama.com/install.sh | sh |
low line 180
External URL reference
SourceSKILL.md
| 180 | curl -s http://localhost:11434/api/tags |
Scanned on Feb 9, 2026
View Security Dashboard