agent_trust_passport
ActiveTool of FeedOracle Compliance Agent
The definitive trust document for an AI agent. Aggregates identity (KYA), reputation score, detective risk assessment, policy compliance, evidence quality, payment standing, support history, and current ampel status into ONE signed, machine-readable passport object. Use this to prove an agent's trustworthiness to other agents, platforms, or regulators. ES256K-signed. The equivalent of a credit report + security clearance for autonomous agents.
Parameters schema
{
"type": "object",
"required": [
"agent_id"
],
"properties": {
"agent_id": {
"type": "string",
"description": "Agent ID to generate passport for"
},
"validity_hours": {
"type": "integer",
"default": 168,
"description": "Passport validity in hours"
},
"include_evidence": {
"type": "boolean",
"default": true,
"description": "Include evidence quality metrics"
},
"include_detective": {
"type": "boolean",
"default": true,
"description": "Include fraud/anomaly assessment"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FeedOracle Compliance Agent
https://github.com/feedoracle/feedoracle-managed-agents
1/7 registries