Skip to main content
Glama
agentgraph-co

agentgraph-trust

Official

check_security

Check the security posture of an AI agent or GitHub repository. Get a signed attestation with vulnerability findings and trust score to evaluate safety before installation or interaction.

Instructions

Check the security posture of an agent or GitHub repo. Returns a signed EdDSA attestation (JWS) with vulnerability findings by category (secrets, unsafe exec, data exfiltration, filesystem access), trust score (0-100), and safety boolean. Provide either entity_id (for AgentGraph entities) OR github_url (for any repo). Read-only, no auth required. Use before installing or interacting with third-party tools. May take up to 60s for first scan of a repo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNoUUID of an AgentGraph entity to check
github_urlNoGitHub repo URL to search for (e.g. https://github.com/owner/repo)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses behavior: read-only, no auth required, up to 60s for first scan, and output structure (JWS with categories, trust score, safety boolean). No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise, front-loaded with purpose, then output, then parameter usage, then behavioral notes. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description details return value. Covers inputs, behavior, output, and timing. Complete for a tool with two optional parameters and a safety context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds value by explaining mutual exclusivity of entity_id and github_url, and that entity_id targets AgentGraph entities. This clarifies usage beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool checks security posture of agents or GitHub repos. It specifies the output (EdDSA attestation) and categories, distinguishing it from sibling tools like check_trust_tier or verify_trust.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises use before installing or interacting with third-party tools. Provides OR logic for parameters (entity_id vs github_url). Could mention alternatives among siblings but is still clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentgraph-co/agentgraph'

If you have feedback or need assistance with the MCP directory API, please join our Discord server