trade
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and run thefibxCLI tool from the NPM registry. This tool is the official interface for the protocol described. - [REMOTE_CODE_EXECUTION]: The execution of the
fibxpackage at runtime involves running code from a remote source. This is standard for blockchain CLI tools distributed via NPM. - [COMMAND_EXECUTION]: The skill relies on shell commands to perform trades and check balances. It includes specific guidelines for the agent to verify transaction hashes after execution.
- [PROMPT_INJECTION]: The skill accepts user-defined token symbols and amounts for command execution.
- Ingestion points: User inputs in the
tradecommand inSKILL.md. - Boundary markers: None defined for the command arguments.
- Capability inventory: Shell command execution using the
Bashtool inSKILL.md. - Sanitization: Not explicitly mentioned in the instructions.
Audit Metadata