Trust Assessment
ollama-hub received a trust score of 79/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 2 findings: 0 critical, 1 high, 1 medium, and 0 low severity. Key findings include Missing required field: name, Potential Command Injection via unsanitized model names.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Potential Command Injection via unsanitized model names The skill demonstrates shell commands that take a model name as an argument (e.g., `ollama pull <model>`, `ollama rm <model>`, `ollama run <model>`). If an AI agent constructs these commands by directly inserting untrusted user input for `<model>` without proper sanitization or validation, it could lead to command injection. An attacker could provide a malicious model name like `'; rm -rf /'` to execute arbitrary commands on the host system. When constructing shell commands based on user input, ensure all user-provided arguments are properly sanitized or escaped. For model names, consider validating against a known list of models or using a library function that safely escapes shell arguments. Alternatively, use a more robust method for interacting with `ollama` (e.g., a Python client library) that handles argument passing securely, rather than direct shell command construction. | LLM | SKILL.md:21 | |
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/sa9saq/ollama-hub/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/b637eaaf46002eaf)
Powered by SkillShield