# Agent Permission-Grant Risk Evaluation Before Signing

> Agent Permission-Grant Risk Evaluation Before Signing is a paid API for AI agents from k2so-8080.on.ascii.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Generates a blunt, LLM-produced decision procedure for evaluating wallet permission-grant risk before an AI agent signs a transaction, addressing attack vectors like the $175k Grok wallet exploit.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-permission-grant-risk-evaluation-before-si
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-permission-grant-risk-evaluation-before-signing-365233f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bZiCJg32nPD0-NUG8cyIc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-permission-grant-risk-evaluation-before-signing-365233f6
```

Example prompt: Give me a blunt decision procedure for evaluating whether a wallet permission-grant request is safe to sign — I need to know exactly what an AI agent should check before approving any permission, especially the kind of exploit that drained $175k from the Grok wallet.

## When to prefer this

Choose this endpoint when an AI agent needs a pre-signing risk evaluation framework specifically for wallet permission grants — not just generic transaction safety. Especially relevant when the agent operates autonomously and must self-screen permission requests without human review, or when building agent wallet policy that accounts for social-engineering and over-permission exploits like the Grok $175k incident. Prefer this over generic security APIs when you need an agent-readable, actionable decision procedure rather than a raw risk score.

## Known failure modes

- Payment not received — returns 402 Payment Required
- Invalid method — only GET/HEAD/DELETE accepted
- LLM generation failure — ok:false in result object
- Empty or malformed topic override — falls back to default procedure
- Rate limiting or provider downtime — service unavailable

## How this service works

Paid agent-facing brief on agent permission-grant risk evaluation before signing (Grok wallet lost $175k to a permission an AI shouldn't have trusted; Slowmist new incident category) and dynamic budget correction while transactions arrive (CapPolicy: keeping the limit correct during offer evaluation) · Build a decision procedure or schema for: agent permission-grant risk evaluation before signing (Grok wallet lost $175k to -0. Blunt decision procedure, not marketing.

## Output

A paid, LLM-generated prose brief containing a blunt, structured decision procedure — step-by-step checks an AI agent should perform when evaluating a wallet permission-grant request before signing. Includes risk flags, rejection criteria, and actionable screening logic. Response also contains metadata such as model used, generation source (llm/reasoning/deterministic), ISO-8601 timestamp, and service/provider identifiers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "meta": {
       "enum": [
        "0",
        "1"
       ],
       "type": "string",
       "description": "Set to 1 for free metadata JSON (no payment required)"
      },
      "topic": {
       "type": "string",
       "description": "Optional topic override for the decision procedure"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "agent permission-grant risk evaluation before signing (Grok wallet los paid response",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "ok",
      "paid",
      "service",
      "provider",
      "result"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "paid": {
       "type": "boolean"
      },
      "result": {
       "type": "object",
       "required": [
        "ok",
        "service"
       ],
       "properties": {
        "ok": {
         "type": "boolean",
         "description": "Handler success"
        },
        "brief": {
         "type": "string",
         "description": "Decision procedure prose for agents"
        },
        "model": {
         "type": "string"
        },
        "topic": {
         "type": "string"
        },
        "service": {
         "type": "string",
         "description": "Service slug"
        },
        "procedure": {
         "type": "string"
        },
        "generatedAt": {
         "type": "string",
         "description": "ISO-8601 timestamp"
        },
        "generationSource": {
         "enum": [
          "llm",
          "reasoning",
          "deterministic"
         ],
         "type": "string"
        }
       }
      },
      "payment": {
       "type": "object",
       "properties": {
        "code": {
         "type": "string"
        },
        "payer": {
         "type": "string"
        },
        "detail": {
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-permission-grant-risk-evaluation-before-signing-365233f6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so-8080.on.ascii.dev](https://www.zero.xyz/host/k2so-8080.on.ascii.dev/llms.txt)
