check_security
Scan any GitHub repo or AgentGraph entity for vulnerabilities and receive a signed trust attestation with category findings and a safety score. Verify before using third-party tools.
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) |