InterAI Risk Oracle
ai-risk-oracle.fly.dev
· InterAI
Pre-execution verification for proposed autonomous actions. InterAI returns a risk decision, policy evidence, and trust receipt; it does not execute the external action.
ai-risk-oracle.fly.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 62/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-26 07:18:20 current | 8283f919428d… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://ai-risk-oracle.fly.dev/.well-known/agent-card.json |
| Provider | https://ai-risk-oracle.fly.dev |
| Docs | https://ai-risk-oracle.fly.dev/.well-known/openapi.json |
Skills · 2 declared · mapped to canonical taxonomy
Evaluate one proposed action before execution and return the InterAI decision, policy evidence, economic usage, and trust receipt. This skill never executes the…
Evaluate a bounded batch of proposed actions before execution and return one result and trust receipt per item. This skill never executes the actions.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/ai-risk-oracle.fly.dev) [](https://agenstry.com/agents/ai-risk-oracle.fly.dev) [](https://agenstry.com/agents/ai-risk-oracle.fly.dev) [](https://agenstry.com/agents/ai-risk-oracle.fly.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "InterAI Risk Oracle",
"description": "Pre-execution verification for proposed autonomous actions. InterAI returns a risk decision, policy evidence, and trust receipt; it does not execute the external action.",
"supportedInterfaces": [
{
"url": "https://ai-risk-oracle.fly.dev/a2a/v1",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"url": "https://ai-risk-oracle.fly.dev",
"organization": "InterAI"
},
"version": "0.1.3-beta",
"documentationUrl": "https://ai-risk-oracle.fly.dev/.well-known/openapi.json",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"bearerAuth": {
"httpAuthSecurityScheme": {
"description": "InterAI API key sent as Authorization: Bearer <api_key>. Obtain credentials through POST /onboard.",
"scheme": "Bearer",
"bearerFormat": "InterAI API key"
}
}
},
"securityRequirements": [
{
"schemes": {
"bearerAuth": {
"list": []
}
}
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "verify_autonomous_action",
"name": "Verify an autonomous action",
"description": "Evaluate one proposed action before execution and return the InterAI decision, policy evidence, economic usage, and trust receipt. This skill never executes the action.",
"tags": [
"pre-execution",
"risk",
"policy",
"trust"
],
"examples": [
"Send a data part with operation verify and an InterAI autonomous_execution request."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": [
{
"schemes": {
"bearerAuth": {
"list": []
}
}
}
]
},
{
"id": "verify_batch",
"name": "Verify a batch of actions",
"description": "Evaluate a bounded batch of proposed actions before execution and return one result and trust receipt per item. This skill never executes the actions.",
"tags": [
"pre-execution",
"batch",
"risk",
"trust"
],
"examples": [
"Send a data part with operation verify_batch and an InterAI batch request."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": [
{
"schemes": {
"bearerAuth": {
"list": []
}
}
}
]
}
]
}