llm-models — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited llm-models (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Install the belt CLI skill: npx skills add belt-sh/cliAccess 100+ language models via inference.sh CLI.

Requires inference.sh CLI (belt). Install instructionsbelt login
# Call Claude Sonnet
belt app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'| Model | App ID | Best For |
|---|---|---|
| Claude Opus 4.5 | openrouter/claude-opus-45 | Complex reasoning, coding |
| Claude Sonnet 4.5 | openrouter/claude-sonnet-45 | Balanced performance |
| Claude Haiku 4.5 | openrouter/claude-haiku-45 | Fast, economical |
| Gemini 3 Pro | openrouter/gemini-3-pro-preview | Google's latest |
| Kimi K2 Thinking | openrouter/kimi-k2-thinking | Multi-step reasoning |
| GLM-4.6 | openrouter/glm-46 | Open-source, coding |
| Intellect 3 | openrouter/intellect-3 | General purpose |
| Any Model | openrouter/any-model | Auto-selects best option |
belt app store search "openrouter"
belt app store search "claude"belt app run openrouter/claude-opus-45 --input '{
"prompt": "Write a Python function to detect palindromes with comprehensive tests"
}'belt app run openrouter/claude-sonnet-45 --input '{
"prompt": "Summarize the key concepts of machine learning"
}'belt app run openrouter/claude-haiku-45 --input '{
"prompt": "Translate this to French: Hello, how are you?"
}'belt app run openrouter/kimi-k2-thinking --input '{
"prompt": "Plan a step-by-step approach to build a web scraper"
}'# Automatically picks the most cost-effective model
belt app run openrouter/any-model --input '{
"prompt": "What is the capital of France?"
}'belt app sample openrouter/claude-sonnet-45 --save input.json
# Edit input.json:
# {
# "system": "You are a helpful coding assistant",
# "prompt": "How do I read a file in Python?"
# }
belt app run openrouter/claude-sonnet-45 --input input.json# Full platform skill (all 250+ apps)
npx skills add inference-sh/skills@infsh-cli
# Web search (combine with LLMs for RAG)
npx skills add inference-sh/skills@web-search
# Image generation
npx skills add inference-sh/skills@ai-image-generation
# Video generation
npx skills add inference-sh/skills@ai-video-generationBrowse all apps: belt app store
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.