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
uvx agentavow-trust # zero-install run (recommended)
# or: pip install agentavow-trust
Quick Start
Add to your MCP client configuration (Claude Code, Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"agentavow-trust": {
"command": "uvx",
"args": ["agentavow-trust"]
}
}
}
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.2
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.2.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentavow_trust-0.4.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.1 kB
Release files / agentavow_trust-0.4.2.tar.gz
| Download URL | agentavow_trust-0.4.2.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e255c3b4f0d0490a5396bd46202d102b5aeab83839dba944f18b30e0c8380d9
|
|
BLAKE2b-256 checksum How to use checksums |
f966346d75207744cff1e5c656da1c2d9c83af4792ee9ae2d6361a947d772bc7
|
| 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.2-py3-none-any.whl
| Download URL | agentavow_trust-0.4.2-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5e2fdac9ad09020be34fce3437573dcf63050885edcbc7a420e2b6c49e611888
|
|
BLAKE2b-256 checksum How to use checksums |
ba3836b2195ceaa76264c91cb6eed060846e09ba9546e538b45eaf5c741bbda3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|