mizcausevic-dev/Agent Card Fleet Summary
Walk a directory of A2A AgentCards, surface governance gaps, post summary on PR, fail on high-severity findings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cards-dir | Directory containing *.json AgentCard documents. | yes | — |
| comment-on-pr | Post the Markdown summary as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior. | no | auto |
| fail-on-high | Fail the run when any high-severity finding is present (default 'true'). | no | true |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| total-cards | Number of AgentCards analyzed. |
| high-findings | Count of high-severity findings. |
| autonomous-count | Number of autonomous agents in the fleet. |
| destructive-tools | Total destructive tools declared across the fleet. |