Open Issues Need Help
View All on GitHubAI 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.
A2A Agent Registry - gRPC-based agent discovery and registration service
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.
A2A Agent Registry - gRPC-based agent discovery and registration service
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.
A2A Agent Registry - gRPC-based agent discovery and registration service