opena2a-org/OpenA2A Trust Badge
Automatically adds and updates the OpenA2A trust score badge in your README
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| readme-path | Path to README file | no | README.md |
| package-name | Package name to look up (auto-detected from package.json if not provided) | no | — |
| package-source | Package source: npm, pypi, github | no | npm |
| registry-url | OpenA2A Registry URL | no | https://api.oa2a.org |
| create-pr | Create a PR instead of committing directly (use if you have branch protection) | no | false |
| auto-merge | Automatically merge the PR after creation (only applies when create-pr is true) | no | true |
Outputs
| name | description |
|---|---|
| trust-score | Current trust score (0-100) |
| trust-level | Current trust level |
| badge-url | URL of the trust badge SVG |
| profile-url | URL of the agent profile page |
| updated | Whether the README was updated |