capiscio/Validate A2A Agent Card
Validate A2A protocol agent cards with three-dimensional scoring, cryptographic verification, and live endpoint testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent-card | Path to agent-card.json file or URL to validate | no | ./agent-card.json |
| strict | Enable strict validation mode for production compliance | no | false |
| test-live | Test live agent endpoint with real A2A protocol messages | no | false |
| skip-signature | Skip JWS signature verification (not recommended for production) | no | false |
| timeout | Request timeout in milliseconds (default: 10000) | no | 10000 |
| fail-on-warnings | Fail the action if there are validation warnings | no | false |
| capiscio-version | Version of CapiscIO Core to use for validation | no | 2.7.0 |
Outputs
| name | description |
|---|---|
| result | Validation result: "passed" or "failed" |
| compliance-score | Compliance score (0-100) |
| trust-score | Trust score (0-100) |
| availability-score | Availability score (0-100) or "not-tested" if --test-live not used |
| production-ready | Whether agent meets production readiness thresholds: "true" or "false" |
| error-count | Number of validation errors |
| warning-count | Number of validation warnings |