The documentation contains four remote installer commands that pipe downloaded content directly into a shell, plus an unpinned package installation and a remote-data command substitution. Most other detections are Markdown examples, documentation links, placeholder credentials, or intentional user-selected paths. The skill also permits automatic cloud uploads and social account changes without requiring explicit confirmation.
The command downloads mutable remote content and executes it immediately in a shell. A compromised host, route, or installer can execute arbitrary code.
The reinstall command executes remote content without allowing local inspection or independent verification. Compromise of the delivery path would provide arbitrary shell execution.
The installation command directly executes a script downloaded from the network. It provides no pre-execution inspection or independently pinned integrity check.
The primary setup instructions execute an unaudited network response directly in the user's shell. A delivery compromise would permit arbitrary code execution.
The skill exposes commands that can publish posts and identifies direct messages, follows, likes, and reposts as available actions. It provides no requirement to preview or confirm these external side effects.
The listed capabilities directly modify a connected social account, while the skill contains no confirmation or preview guardrail.
The skill states that local paths are automatically uploaded to cloud apps, including absolute, parent-directory, and home-directory paths. It does not require confirmation before transferring user files.
Both files explicitly document automatic uploads from local paths to cloud applications, and neither includes a confirmation requirement.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The shell expands a URL parsed from a mutable remote manifest and passes it to curl. The same origin supplies checksums, so compromise can redirect and validate a malicious download.
> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
The inline Markdown contains an actual npx installation command for an unpinned remote skill. Running it introduces package and skill supply-chain execution risk.
The documentation contains four remote installer commands that pipe downloaded content directly into a shell, plus an unpinned package installation and a remote-data command substitution. Most other detections are Markdown examples, documentation links, placeholder credentials, or intentional user-selected paths. The skill also permits automatic cloud uploads and social account changes without requiring explicit confirmation.
The command downloads mutable remote content and executes it immediately in a shell. A compromised host, route, or installer can execute arbitrary code.
The reinstall command executes remote content without allowing local inspection or independent verification. Compromise of the delivery path would provide arbitrary shell execution.
The installation command directly executes a script downloaded from the network. It provides no pre-execution inspection or independently pinned integrity check.
The primary setup instructions execute an unaudited network response directly in the user's shell. A delivery compromise would permit arbitrary code execution.
The skill exposes commands that can publish posts and identifies direct messages, follows, likes, and reposts as available actions. It provides no requirement to preview or confirm these external side effects.
The listed capabilities directly modify a connected social account, while the skill contains no confirmation or preview guardrail.
The skill states that local paths are automatically uploaded to cloud apps, including absolute, parent-directory, and home-directory paths. It does not require confirmation before transferring user files.
Both files explicitly document automatic uploads from local paths to cloud applications, and neither includes a confirmation requirement.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The shell expands a URL parsed from a mutable remote manifest and passes it to curl. The same origin supplies checksums, so compromise can redirect and validate a malicious download.
> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
The inline Markdown contains an actual npx installation command for an unpinned remote skill. Running it introduces package and skill supply-chain execution risk.
AI review confirmed critical pipe-to-shell installer instructions and high-risk local binary installation guidance. Most API-key and Markdown backtick detections are documentation placeholders or command examples, but the skill still directs agents to run a networked CLI. Semantic review also found explicit local file uploads and Twitter/X automation that require strong user consent.
The skill states that local file paths are uploaded automatically for media inputs. An agent could send sensitive local files to cloud apps without clear user review.
The files explicitly describe automatic local file uploads and show image, audio, and media path examples. This is direct evidence of cloud file transfer behavior.
The skill advertises Twitter/X posting, media posting, DMs, follows, likes, and retweets. Unreviewed agent execution could modify a connected account.
The cited lines list concrete Twitter/X actions including posting and related account operations. These are intentional capabilities with account-impacting effects.
Capability review items (28)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The manual install block includes command substitution driven by remote manifest data. It is safer than curl-to-sh but still uses network-derived shell logic.
The fenced shell block contains remote installer and login commands. It is command execution guidance, even though the Markdown fence triggered the detector.
> **What does the installer do?** The [install script](https://cli.inference.sh) detects your OS and
The prose describes a remote installer that downloads and installs binaries. It is not executable by itself, but it supports command execution workflow.
The manual install block runs curl, checksum, tar, and move commands for a downloaded binary. It is legitimate install guidance but still executes external commands.
The skill is mostly documentation for the inference.sh belt CLI, but it includes confirmed critical curl-to-shell installer patterns and persistent binary installation guidance. Many Markdown links, API key placeholders, and shell-completion examples are benign, while local file uploads and social media automation create real data and account-action risks. No prompt injection attempt was found in the reviewed files.
The install command pipes a remote HTTPS response directly to sh. This is a high-impact remote code execution pattern if the endpoint or transport is compromised.
The skill states that local files are automatically uploaded when file paths are provided. In agent workflows, this can send sensitive workspace or personal files to hosted apps without file-level review.
Both cited sections explicitly describe automatic local file uploads and show commands with local media paths. The privacy risk is direct, though it depends on user or agent-selected files.
Social Media Automation Can Perform Account Actions
The skill includes examples for posting to Twitter/X and lists actions such as direct messages, follows, likes, and retweets. These operations can affect external accounts if credentials are configured.
The cited lines directly name posting and other Twitter/X account actions. The risk is business-logic impact rather than code execution.
Capability review items (19)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The document explicitly allows parent-directory relative paths for local file uploads. In an agent workflow, that can expose files outside the immediate workspace to cloud apps.
The manual-install block contains downloads, checksum verification, archive extraction, and installation into PATH. These are real shell operations that install executable code.
The block runs belt commands with local image, audio, and media paths that the CLI uploads to cloud apps. This creates a concrete data exposure risk if used without confirmation.
The command uses shell substitution around a network-fetched manifest to select a download URL. This dynamic download path increases command execution and supply-chain risk.
The manual-install block includes command substitution and binary installation steps. The pattern is executable shell logic, not just a static reference.
The install instructions move a downloaded executable into ~/.local/bin. Installing an externally downloaded binary into PATH is persistent and security-sensitive.
The command writes into a hidden home-directory path used for executables. This is expected for manual install, but it still modifies persistent user environment state.
The URL is used in a command that downloads an installer from a fixed external endpoint. The network dependency is visible, but it still fetches remote installation content.
AI review confirmed critical pipe-to-shell installer instructions and high-risk local binary installation guidance. Most API-key and Markdown backtick detections are documentation placeholders or command examples, but the skill still directs agents to run a networked CLI. Semantic review also found explicit local file uploads and Twitter/X automation that require strong user consent.
The skill states that local file paths are uploaded automatically for media inputs. An agent could send sensitive local files to cloud apps without clear user review.
The files explicitly describe automatic local file uploads and show image, audio, and media path examples. This is direct evidence of cloud file transfer behavior.
The skill advertises Twitter/X posting, media posting, DMs, follows, likes, and retweets. Unreviewed agent execution could modify a connected account.
The cited lines list concrete Twitter/X actions including posting and related account operations. These are intentional capabilities with account-impacting effects.
Capability review items (28)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The manual install block includes command substitution driven by remote manifest data. It is safer than curl-to-sh but still uses network-derived shell logic.
The fenced shell block contains remote installer and login commands. It is command execution guidance, even though the Markdown fence triggered the detector.
> **What does the installer do?** The [install script](https://cli.inference.sh) detects your OS and
The prose describes a remote installer that downloads and installs binaries. It is not executable by itself, but it supports command execution workflow.
The manual install block runs curl, checksum, tar, and move commands for a downloaded binary. It is legitimate install guidance but still executes external commands.