allium-data
Fail
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user to install its CLI tool using a piped-to-shell pattern in
SKILL.mdandreferences/setup.md(curl -sSL http://agents.allium.so/cli/install.sh | sh). This executes code from a remote server without providing an opportunity for verification before execution. - [CREDENTIALS_UNSAFE]: The setup instructions in
references/setup.mdrequire the agent to collect highly sensitive information from the user, including blockchain private keys (for Tempo/x402 auth) and Privy managed wallet secrets (App ID, Secret, Wallet ID). These credentials are then passed as cleartext command-line arguments to theallium auth setupcommand, potentially exposing them in shell history and system process lists. - [COMMAND_EXECUTION]: The skill relies on the execution of the
alliumCLI tool with various subcommands and dynamically generated flags to perform blockchain queries. - [EXTERNAL_DOWNLOADS]: The skill retrieves documentation files from
https://docs.allium.so/llms.txtto discover schemas and supported chains at runtime. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its processing of untrusted on-chain data.
- Ingestion points: Untrusted data such as token names, symbols, and transaction labels are ingested via the
alliumCLI output across allrealtimereference files. - Boundary markers: There are no markers or instructions used to distinguish between data and agent instructions.
- Capability inventory: The skill has the capability to execute shell commands and generate SQL queries based on ingested data (
references/explorer.md). - Sanitization: No sanitization or validation mechanisms are described for the data retrieved from blockchain sources.
Recommendations
- HIGH: Downloads and executes remote code from: http://agents.allium.so/cli/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata