Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
70
64%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/ai-ml/ollama-local-ai/skills/ollama-setup/SKILL.mdSecurity
3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill's required workflow explicitly fetches and runs content from public Ollama endpoints (e.g., "curl https://ollama.com/install.sh", "ollama pull" and the referenced "Ollama Model Library" URL) and then consumes model outputs as part of automated workflows (for example the CI code-review example that parses model JSON to decide pass/fail), so third-party model content could indirectly inject instructions that influence tool actions.
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.
Potentially malicious external URL detected (high risk: 0.90). The skill includes runtime commands that fetch and execute remote code as required install steps — e.g., "curl -fsSL https://ollama.com/install.sh | sh" and "curl -L https://ollama.com/download/ollama-linux-amd64 -o ollama-linux-amd64" — so the external URLs directly supply executable content controlling installation.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs installing system software (including curl | sh), starting system services with sudo/systemctl, configuring systemd/Docker services, and installing drivers—actions that modify system state and require elevated privileges.
3e83543
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.