Validate A2A Agent Card
Version updated for https://github.com/capiscio/validate-a2a to version v2.5.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Validate A2A Agent Card” GitHub Action automates the validation of A2A protocol agent cards by evaluating their compliance, trustworthiness, and availability through three-dimensional scoring. It performs cryptographic signature verification, live endpoint testing, and provides detailed outputs, including scores and production readiness status, for downstream workflows. This action streamlines the validation process, ensuring agent cards meet required standards for deployment without additional dependencies.
Release notes
What’s Changed
- refactor: extract validation logic to separate module by @beonde in https://github.com/capiscio/validate-a2a/pull/6
Full Changelog: https://github.com/capiscio/validate-a2a/compare/v2.4.0...v2.5.0