Skip to main content

agent-tools

Enables users to run over 150 AI applications via inference.sh CLI for tasks like image generation, video creation, and LLM interactions.

Install this skill

or
32/100

Security score

The agent-tools skill was audited on Mar 8, 2026 and we found 18 security issues across 4 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 16

Piping content to sh shell

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh
medium line 16

Curl to non-GitHub URL

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh
high line 25

Curl to non-GitHub URL

SourceSKILL.md
25> curl -LO https://dist.inference.sh/cli/checksums.txt
high line 26

Curl to non-GitHub URL

SourceSKILL.md
26> curl -LO $(curl -fsSL https://dist.inference.sh/cli/manifest.json | grep -o '"url":"[^"]*"' | grep $(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') | head -1 | cut -d'"'
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31> mv inferencesh-cli-* ~/.local/bin/inferencesh
low line 7

External URL reference

SourceSKILL.md
7# [inference.sh](https://inference.sh)
low line 11

External URL reference

SourceSKILL.md
11![[inference.sh](https://inference.sh)](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgjw8atdxgkrsr8a2t5peq7b.jpeg)
low line 16

External URL reference

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh
low line 20

External URL reference

SourceSKILL.md
20> **What does the installer do?** The [install script](https://cli.inference.sh) detects your OS and architecture, downloads the correct binary from `dist.inference.sh`, verifies its SHA-256 checksum,
low line 25

External URL reference

SourceSKILL.md
25> curl -LO https://dist.inference.sh/cli/checksums.txt
low line 26

External URL reference

SourceSKILL.md
26> curl -LO $(curl -fsSL https://dist.inference.sh/cli/manifest.json | grep -o '"url":"[^"]*"' | grep $(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') | head -1 | cut -d'"'
low line 120

External URL reference

SourceSKILL.md
120- [Agent Skills Overview](https://inference.sh/blog/skills/skills-overview) - The open standard for AI capabilities
low line 121

External URL reference

SourceSKILL.md
121- [Getting Started](https://inference.sh/docs/getting-started/introduction) - Introduction to inference.sh
low line 122

External URL reference

SourceSKILL.md
122- [What is inference.sh?](https://inference.sh/docs/getting-started/what-is-inference) - Platform overview
low line 123

External URL reference

SourceSKILL.md
123- [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem
low line 124

External URL reference

SourceSKILL.md
124- [CLI Setup](https://inference.sh/docs/extend/cli-setup) - Installing the CLI
low line 125

External URL reference

SourceSKILL.md
125- [Workflows vs Agents](https://inference.sh/blog/concepts/workflows-vs-agents) - When to use each
low line 126

External URL reference

SourceSKILL.md
126- [Why Agent Runtimes Matter](https://inference.sh/blog/agent-runtime/why-runtimes-matter) - Runtime benefits
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →