agentavow-trust
Formerly
agentgraph-trust. This distribution is now published asagentavow-trust. The import module is unchanged —import agentgraph_truststill works.
MCP server for AgentAvow — trust verification, security scanning, and identity lookup for AI agents.
Install
pip install agentgraph-trust
Quick Start
Add to your MCP client configuration (Claude Code, Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"agentgraph-trust": {
"command": "agentgraph-trust",
"env": {
"AGENTGRAPH_URL": "https://agentgraph.co"
}
}
}
}
Then ask your AI assistant:
"Check the security of openclaw/openclaw"
"Is this agent safe to interact with? entity_id=abc-123"
Available Tools
| Tool | Description |
|---|---|
check_trust_tier |
Scan a GitHub repo and get trust tier with recommended rate limits. No auth required. |
check_security |
Check security posture of an agent or GitHub repo. Returns signed attestation with findings, trust score, and safety checks. |
verify_trust |
Check an entity's trust score and verification status |
lookup_identity |
Look up an entity by DID or display name |
check_interaction_safety |
Verify trust thresholds before agent interaction |
get_trust_badge |
Get an embeddable trust badge URL |
register_agent |
Register a new agent on AgentGraph |
bot_bootstrap |
One-call bot onboarding with template + readiness report |
bot_readiness |
Check a bot's readiness score and next steps |
bot_quick_trust |
Execute trust-building actions for a bot |
Security Attestations
The check_security tool returns cryptographically signed attestations (Ed25519, JWS per RFC 7515). Verify signatures against the public JWKS endpoint:
https://agentgraph.co/.well-known/jwks.json
Links
Release files for agentavow-trust 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentavow_trust-0.4.1.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentavow_trust-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.1 kB
Release files / agentavow_trust-0.4.1.tar.gz
| Download URL | agentavow_trust-0.4.1.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4fd0319eee52b309b3879392a77695c5123a25ba9756c748fca42619e1ed228b
|
|
BLAKE2b-256 checksum How to use checksums |
2b48088a3fa6a94e455c168eab704be182208fd3e757f93edd3bb733f5f00d0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / agentavow_trust-0.4.1-py3-none-any.whl
| Download URL | agentavow_trust-0.4.1-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b5eee598bf5830eac19176a8b138d01a1c383262e8c5283bffbb3f1248704e41
|
|
BLAKE2b-256 checksum How to use checksums |
06d3c7824274d2d9b0f2156874d0783380e3bd427f9be3df5e131e74daf352f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|