euler-base-vault-bot
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to invoke the Python runtime and manage a local trigger server using shell commands.
- Evidence: SKILL.md provides specific command lines for executing
scripts/agent.pyandscripts/run_agent_server.py. - [EXTERNAL_DOWNLOADS]: The agent runtime performs network requests to retrieve account balances and connect to an external database for transaction logging.
- Evidence:
scripts/agent.py(line 144) connects toapi.serendb.comvia the standardurlopenlibrary for balance verification. - Evidence:
scripts/normalized_trade_store.py(line 217) establishes a connection to a PostgreSQL instance using theSERENDB_URLenvironment variable.
Audit Metadata