mnemom/Mnemom Reputation Check
Check an AI agent's Mnemom Trust Score in your CI/CD pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 30, 2026
- License
- Apache 2.0
Pinned Snippet
uses: mnemom/reputation-check@b30a83409124fccde848d0691087cc6618ef67ad # v0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| agent-id | The agent ID to check reputation for | no | "" |
| team-id | The team ID to check reputation for | no | "" |
| min-score | Minimum trust score required (0-1000) | no | 0 |
| min-grade | Minimum grade required (AAA, AA, A, BBB, BB, B, CCC) | no | "" |
| api-url | Mnemom API base URL | no | https://api.mnemom.ai |
| comment | Post a PR comment with the trust score badge (true/false) | no | false |
Outputs
| name | description |
|---|---|
| score | The agent trust score (0-1000) |
| grade | The agent trust grade (AAA-CCC or NR) |
| tier | The agent trust tier name |
| passed | Whether the agent passed the reputation check (true/false) |
| entity-type | Whether this checked an agent or team |