sablier-create-open-ended-stream
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
castCLI from the Foundry toolkit to interact with EVM blockchains. It includes robust security checks to ensure the tool is installed and up-to-date. - [COMMAND_EXECUTION]: Execution logic prioritizes a
--browsersigning method, which delegates transaction signing to the user's local browser wallet extension (like MetaMask), ensuring private keys are never exposed to the agent or chat history. - [COMMAND_EXECUTION]: Implements a mandatory 'Explicit Confirmation' rule, requiring the user to type 'YES' before any state-changing transaction (like
approveorcreate) is broadcast to the network. - [COMMAND_EXECUTION]: Includes pre-flight checks for gas balances, token allowances, and native asset fees (
MSG_VALUE) to prevent failed transactions and unnecessary fee loss. - [COMMAND_EXECUTION]: Provides clear human-readable previews of transaction parameters (recipients, rates, and amounts) before requesting user confirmation, adhering to best practices for transparent on-chain interactions.
Audit Metadata