Agent Action Safety Quick Gate
POST hermesplant.com/api/agent-services/action-safety/quick
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
AI agent action safety: one-cent deterministic preflight for every consequential agent command. Returns risk, matched rule ids, and an exact machine-readable escalation call: full DestructGuard evidence for medium risk or the complete Action Safety workflow for high and critical risk.
Resource: hermesplant.com/api/agent-services/action-safety/quick
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x5171C72a59b994a80097b6ab52D4A4FcB8BF4c1B
Payment methods: — · Last validation: —
{
"input": {
"body": {
"repo": "github.com/acme/app",
"actor": "codex",
"branch": "main",
"commit": "abc123",
"intent": "release the verified production build",
"target": "origin/main",
"command": "git push --force-with-lease origin main",
"diffHash": "sha256:def456",
"environment": "production",
"failClosedOnUnmatched": true
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"risk": "critical",
"status": "scored",
"service": "action-safety-quick-gate",
"actionHash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"matchedRuleIds": [
"git.force-push"
],
"requiresApproval": true,
"nextRecommendedCall": {
"path": "/api/agent-services/action-safety/run",
"method": "POST",
"priceCents": 25
},
"actionBindingVersion": "hermes-action-v1"
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5171C72a59b994a80097b6ab52D4A4FcB8BF4c1B",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x5171C72a59b994a80097b6ab52D4A4FcB8BF4c1B",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.