agent-tools
Fail
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPRIVILEGE_ESCALATIONPERSISTENCEINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's installation instructions (found in SKILL.md and references/authentication.md) utilize
curl -fsSL https://cli.inference.sh | shto download and execute a script from a remote server directly in the shell. This pattern allows for the execution of arbitrary remote code from an untrusted source. - [DATA_EXFILTRATION]: The
beltCLI tool, which the skill is designed to use, automatically reads local files and uploads them to external servers (inference.sh) when a local file path is provided in the input JSON. This behavior, documented in SKILL.md and references/running-apps.md, creates a significant risk of accidental sensitive data exfiltration. - [PRIVILEGE_ESCALATION]: Documentation in references/cli-reference.md suggests writing shell completion files to system directories like
/etc/bash_completion.d/, which requires root privileges and modifies system-wide configurations. - [PERSISTENCE]: The skill recommends installing shell completions into shell configuration and system directories, which serves as a persistence mechanism by ensuring the tool's code or configurations are loaded in every new shell session.
- [INDIRECT_PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by processing untrusted data (prompts and local files) and passing them to various AI models via the CLI.
- Ingestion points: Untrusted JSON input and local file paths passed to the
belt app runcommand via the--inputflag. - Boundary markers: None identified.
- Capability inventory: Shell command execution, network communication, and local file system access (read/upload).
- Sanitization: No evidence of input sanitization or validation before transmission to remote AI services.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata