birdeye
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The
exports.pyfile utilizesimportlib.utilandexec_moduleto dynamically load tool implementations from the internaltools/directory. This pattern is used for modularity and to expose specific functions (get_token_security,get_token_overview,get_wallet_networth) to the agent environment. - [EXTERNAL_DOWNLOADS]: The skill performs HTTP GET requests to
public-api.birdeye.soto retrieve financial data. This is the intended primary function of the skill and targets a well-known service provider in the cryptocurrency ecosystem. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Data enters the agent's context from the Birdeye API responses via the
get_token_security,get_token_overview, andget_wallet_networthfunctions. - Boundary markers: None explicitly used to wrap API responses.
- Capability inventory: The skill possesses network communication capabilities via the
requestslibrary andproxied_getutility. - Sanitization: Responses are returned as structured JSON for the agent to interpret, which is standard for data-retrieval skills.
Audit Metadata