ag2-a2a
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install dependencies using
pip install "ag2[a2a]"anda2a-sdk. These are official packages associated with the AG2 framework and the A2A protocol. - [COMMAND_EXECUTION]: Provides example commands for running an ASGI server using
uvicornto host the agent. This is the primary intended functionality for networking the agent. - [SAFE]: The documentation includes a 'Common Pitfalls' section that explicitly warns developers that authentication schemes (like Bearer tokens or API keys) are only declared in the metadata and must be manually enforced via middleware. This promotes secure implementation practices.
Audit Metadata