skale-cli
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions guide the agent to construct and execute shell commands using the
skaleCLI tool. It uses templates for operations such asread,whitelist, andmanagerwhich are executed based on user-provided inputs. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it interpolates external data into shell command strings. Ingestion points: User-provided arguments for contract methods, addresses, and parameters in
examples/common-command-flows.mdandreferences/command-matrix.md. Boundary markers: None identified; input is placed directly into the command structure without protective delimiters or instructions to ignore embedded commands. Capability inventory: The agent has the capability to execute shell commands via the CLI. Sanitization: Validation rules inrules/target-and-validation.mdaddress Ethereum address formats and specific flags, but do not provide comprehensive filtering to prevent shell metacharacter injection or prompt overrides.
Audit Metadata