twitter-automation
Fail
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user or agent to install the
inference.shCLI by piping a remote script directly into the shell (curl -fsSL https://cli.inference.sh | sh). This pattern is inherently dangerous as it executes unverified code from a remote server with the user's system privileges. - [EXTERNAL_DOWNLOADS]: The skill depends on binary downloads from
inference.shand suggests the installation of additional skills vianpx, which fetches code from external package registries. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run theinfshCLI. While the frontmatter attempts to restrict the agent toinfshsubcommands, the setup instructions provide commands that would bypass these restrictions if executed in a standard shell environment.
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