{"id":50454013,"url":"https://github.com/mizcausevic-dev/agent-card-fleet-summary-action","last_synced_at":"2026-06-01T01:05:33.412Z","repository":{"id":360816768,"uuid":"1250786369","full_name":"mizcausevic-dev/agent-card-fleet-summary-action","owner":"mizcausevic-dev","description":"GitHub Action wrapping agent-card-fleet-summary. Walks a dir of AgentCards, surfaces governance gaps (autonomous-without-IRU, destructive-on-non-autonomous, etc.), posts Markdown PR comment, fails on high findings. Sibling of llm-cost-rollup-action.","archived":false,"fork":false,"pushed_at":"2026-05-28T00:50:04.000Z","size":245,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T02:22:19.174Z","etag":null,"topics":["a2a","actions","agent-cards","ai-governance","fleet","github-action","governance","kinetic-gain-suite","typescript"],"latest_commit_sha":null,"homepage":"https://suite.kineticgain.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-27T01:04:25.000Z","updated_at":"2026-05-28T00:50:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/agent-card-fleet-summary-action","commit_stats":null,"previous_names":["mizcausevic-dev/agent-card-fleet-summary-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/agent-card-fleet-summary-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fagent-card-fleet-summary-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fagent-card-fleet-summary-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fagent-card-fleet-summary-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fagent-card-fleet-summary-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/agent-card-fleet-summary-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fagent-card-fleet-summary-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a2a","actions","agent-cards","ai-governance","fleet","github-action","governance","kinetic-gain-suite","typescript"],"created_at":"2026-06-01T01:05:33.348Z","updated_at":"2026-06-01T01:05:33.407Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-card-fleet-summary-action\n\n[![CI](https://github.com/mizcausevic-dev/agent-card-fleet-summary-action/actions/workflows/ci.yml/badge.svg)](https://github.com/mizcausevic-dev/agent-card-fleet-summary-action/actions/workflows/ci.yml)\n[![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE)\n\nGitHub Action that walks a directory of A2A **AgentCard** documents, surfaces the governance gaps that hurt an audit (autonomous-without-IRU, destructive-tool-on-non-autonomous, persistent-memory-without-refusal-taxonomy, etc.), posts a Markdown summary as a PR comment, and **fails the build** when any high-severity finding is present.\n\nWraps [`agent-card-fleet-summary`](https://github.com/mizcausevic-dev/agent-card-fleet-summary) — same finding logic, vendored into the action for self-contained execution.\n\nPart of the [Kinetic Gain Suite](https://suite.kineticgain.com/). Sibling of [`llm-cost-rollup-action`](https://github.com/mizcausevic-dev/llm-cost-rollup-action) and [`k8s-pre-merge-action`](https://github.com/mizcausevic-dev/k8s-pre-merge-action).\n\n---\n\n## Usage\n\n```yaml\nname: A2A governance\non:\n  pull_request:\n    paths: [\"agents/**\"]\n\njobs:\n  fleet-summary:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: mizcausevic-dev/agent-card-fleet-summary-action@v0.1-shipped\n        with:\n          cards-dir: agents/\n          fail-on-high: true   # default\n```\n\n## Inputs\n\n| input            | required | default       | description |\n|---|---|---|---|\n| `cards-dir`      | ✓        | —             | Directory containing `*.json` AgentCard documents. |\n| `comment-on-pr`  |          | `auto`        | Post the Markdown summary as a PR comment. `auto` posts only on `pull_request` events; `true` / `false` force the behavior. |\n| `fail-on-high`   |          | `true`        | Fail the run when any high-severity finding is present. |\n| `github-token`   |          | `${{ github.token }}` | Token used to post the PR comment. |\n\n## Outputs\n\n| output             | description |\n|---|---|\n| `total-cards`      | Number of AgentCards analyzed. |\n| `high-findings`    | Count of high-severity findings. |\n| `autonomous-count` | Number of autonomous agents in the fleet. |\n| `destructive-tools`| Total destructive tools declared across the fleet. |\n\n## What it flags\n\n| Code | Severity | Rule |\n|---|---|---|\n| `autonomous-without-incident-response-uri` | 🔴 | Autonomous agent missing `safety_posture.incident_response_uri`. |\n| `no-evaluations-on-autonomous` | 🔴 | Autonomous agent has no `evaluations[]`. |\n| `destructive-tool-on-non-autonomous` | 🟠 | Non-autonomous agent declares destructive tools. |\n| `persistent-memory-without-refusal-taxonomy` | 🟠 | Persistent-memory agent has no refusal taxonomy. |\n| `empty-refusal-taxonomy` | 🟡 | No refusal categories declared. |\n| `no-evaluations` | 🟡 | No evaluations on a non-autonomous agent. |\n| `missing-homepage` | ℹ️ | `agent.homepage` is not set. |\n\n## Composes with\n\n- [**`agent-card-fleet-summary`**](https://github.com/mizcausevic-dev/agent-card-fleet-summary) — the library this wraps.\n- [**`agent-card-diff`**](https://github.com/mizcausevic-dev/agent-card-diff), [**`agent-card-stamp`**](https://github.com/mizcausevic-dev/agent-card-stamp), [**`agent-card-readme-generator`**](https://github.com/mizcausevic-dev/agent-card-readme-generator) — full A2A tool family.\n- [**`llm-cost-rollup-action`**](https://github.com/mizcausevic-dev/llm-cost-rollup-action), [**`k8s-pre-merge-action`**](https://github.com/mizcausevic-dev/k8s-pre-merge-action) — sibling actions.\n\n## License\n\n[AGPL-3.0-or-later](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fagent-card-fleet-summary-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fagent-card-fleet-summary-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fagent-card-fleet-summary-action/lists"}