A2A Agent Registry - gRPC-based agent discovery and registration service

3 Open Issues Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
API Development gRPC

AI Summary: Implement a production-ready mode for an agent registry, including a manual review workflow for agent registration, a trust scoring system, and robust security controls. This involves adding an admin interface, integrating security scanning tools, implementing email notifications, and extending the database schema and API to handle verification statuses, trust scores, and audit logs. The system must enforce domain ownership verification, JWS signature verification, and well-known endpoint validation.

Complexity: 5/5
enhancement help wanted security

A2A Agent Registry - gRPC-based agent discovery and registration service

Python
API Development gRPC

AI Summary: Implement domain ownership verification for an agent registry service to prevent unauthorized agent registrations in production mode. This involves adding multiple verification methods (DNS TXT record, meta tag, and optionally email), ensuring domain-organization matching, handling configuration options, updating APIs, and adding robust testing.

Complexity: 4/5
enhancement help wanted security

A2A Agent Registry - gRPC-based agent discovery and registration service

Python
API Development gRPC

AI Summary: Implement JWS signature verification for the A2A Agent Registry's production mode. This involves fetching public keys from a /.well-known/jwks.json endpoint, verifying JSON Web Signatures (JWS) according to RFC 7515, handling key caching and rotation, and integrating this functionality into the agent registration and search endpoints. Error handling and comprehensive testing are crucial.

Complexity: 4/5
enhancement help wanted security

A2A Agent Registry - gRPC-based agent discovery and registration service

Python