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
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | UUID of an AgentGraph entity to check | |
| github_url | No | GitHub repo URL to search for (e.g. https://github.com/owner/repo) |