balance
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes npx to download and execute the 'fibx' package from the NPM registry at runtime, ensuring the latest version of the vendor's tool is used.
- [COMMAND_EXECUTION]: Commands are executed via the Bash tool to perform wallet balance checks and status monitoring using the fibx CLI.
- [PROMPT_INJECTION]: The skill accepts user-supplied chain names for the --chain parameter, creating a potential surface for indirect prompt injection if input is not properly handled by the agent. * Ingestion points: User-provided chain parameter value. * Boundary markers: None are specified to encapsulate or isolate the user input. * Capability inventory: The skill uses the Bash tool to execute arbitrary shell commands based on the allowed-tools configuration. * Sanitization: No explicit sanitization or input validation logic is provided to clean the user input before command interpolation.
Audit Metadata