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
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
Piping content to sh shell
| 16 | curl -fsSL https://cli.inference.sh | sh |
Curl to non-GitHub URL
| 16 | curl -fsSL https://cli.inference.sh | sh |
Curl to non-GitHub URL
| 25 | > curl -LO https://dist.inference.sh/cli/checksums.txt |
Curl to non-GitHub URL
| 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'"' |
Access to hidden dotfiles in home directory
| 31 | > mv inferencesh-cli-* ~/.local/bin/inferencesh |
External URL reference
| 7 | # [inference.sh](https://inference.sh) |
External URL reference
| 11 | ](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgjw8atdxgkrsr8a2t5peq7b.jpeg) |
External URL reference
| 16 | curl -fsSL https://cli.inference.sh | sh |
External URL reference
| 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, |
External URL reference
| 25 | > curl -LO https://dist.inference.sh/cli/checksums.txt |
External URL reference
| 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'"' |
External URL reference
| 120 | - [Agent Skills Overview](https://inference.sh/blog/skills/skills-overview) - The open standard for AI capabilities |
External URL reference
| 121 | - [Getting Started](https://inference.sh/docs/getting-started/introduction) - Introduction to inference.sh |
External URL reference
| 122 | - [What is inference.sh?](https://inference.sh/docs/getting-started/what-is-inference) - Platform overview |
External URL reference
| 123 | - [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem |
External URL reference
| 124 | - [CLI Setup](https://inference.sh/docs/extend/cli-setup) - Installing the CLI |
External URL reference
| 125 | - [Workflows vs Agents](https://inference.sh/blog/concepts/workflows-vs-agents) - When to use each |
External URL reference
| 126 | - [Why Agent Runtimes Matter](https://inference.sh/blog/agent-runtime/why-runtimes-matter) - Runtime benefits |