Sign In

agentavow-trust

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentavow-trust

MCP server for AgentAvow (formerly agentgraph-trust) — trust verification, security scanning, and identity lookup for AI agents

pipPyPI
Version
0.4.2
Weekly downloads
466
Maintainers
1
Created

agentavow-trust

Formerly agentgraph-trust. This distribution is now published as agentavow-trust. The import module is unchanged — import agentgraph_trust still 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

ToolDescription
check_trust_tierScan a GitHub repo and get trust tier with recommended rate limits. No auth required.
check_securityCheck security posture of an agent or GitHub repo. Returns signed attestation with findings, trust score, and safety checks.
verify_trustCheck an entity's trust score and verification status
lookup_identityLook up an entity by DID or display name
check_interaction_safetyVerify trust thresholds before agent interaction
get_trust_badgeGet an embeddable trust badge URL
register_agentRegister a new agent on AgentGraph
bot_bootstrapOne-call bot onboarding with template + readiness report
bot_readinessCheck a bot's readiness score and next steps
bot_quick_trustExecute 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
  • AgentAvow
  • Source
  • Issues

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts