AI agent action safety: one-cent deterministic preflight for every consequential agent com
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.
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
hermesplant.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x5171C72a59b994a80097b6ab52D4A4FcB8BF4c1B",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"actor": "codex",
"branch": "main",
"command": "git push --force-with-lease origin main",
"commit": "abc123",
"diffHash": "sha256:def456",
"environment": "production",
"failClosedOnUnmatched": true,
"intent": "release the verified production build",
"repo": "github.com/acme/app",
"target": "origin/main"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"actionBindingVersion": "hermes-action-v1",
"actionHash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"matchedRuleIds": [
"git.force-push"
],
"nextRecommendedCall": {
"method": "POST",
"path": "/api/agent-services/action-safety/run",
"priceCents": 25
},
"requiresApproval": true,
"risk": "critical",
"service": "action-safety-quick-gate",
"status": "scored"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"actor": {
"type": "string"
},
"branch": {
"type": "string"
},
"command": {
"description": "Exact shell, SQL, Git, deploy, cloud, MCP, wallet, or x402 action to ...",
"type": "string"
},
"commit": {
"type": "string"
},
"cwd": {
"type": "string"
},
"diffHash": {
"type": "string"
},
"diffStat": {
"type": "string"
},
"environment": {
"type": "string"
},
"failClosedOnUnmatched": {
"description": "When true, an unmatched consequential action routes to review instead...",
"type": "boolean"
},
"intent": {
"type": "string"
},
"repo": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"command"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}
}Use it
curl
curl "https://hermesplant.com/api/agent-services/action-safety/quick" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://hermesplant.com/api/agent-services/action-safety/quick");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://hermesplant.com/api/agent-services/action-safety/quick")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4692.json, and this resource appears in /discovery/resources and /discovery/search.