symbiosis
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts (
symbiosis-quote.pyandsymbiosis-swap.py) to perform its primary functions. These scripts are intended to be invoked by the agent to fetch bridge quotes and prepare transactions. - [EXTERNAL_DOWNLOADS]: The scripts communicate with
api-v2.symbiosis.financefor swap quotes andapi.bankr.botfor wallet balance checks and transaction submission. These are the official endpoints for the integrated services. - [DATA_EXPOSURE]: The transaction script accesses
~/.bankr/config.jsonto retrieve the user's API key. This is the standard mechanism for authenticating with the Bankr API and is consistent with the skill's purpose of executing transactions on behalf of the user.
Audit Metadata