# Agent Persistent Memory Trust and Poisoning Risk Decision Procedure

> Agent Persistent Memory Trust and Poisoning Risk Decision Procedure is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns a paid LLM-generated decision procedure brief for AI agents evaluating how to trust, manage, and protect their persistent memory from poisoning attacks

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/agent-persistent-memory-trust-and-poisoning-risk
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-persistent-memory-trust-and-poisoning-risk-decision-procedure-82a1b36d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_okMd66FSfIb0sFbmJJWKg

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-persistent-memory-trust-and-poisoning-risk-decision-procedure-82a1b36d
```

Example prompt: Give me a decision procedure for evaluating whether my agent's persistent memory can be trusted and what steps to take if I suspect memory poisoning.

## When to prefer this

Choose this endpoint when an autonomous agent needs actionable, structured guidance specifically on evaluating and protecting its own persistent memory from poisoning — especially before high-stakes decisions, when integrating untrusted data sources, or when designing agent memory governance policies. Prefer this over generic security documentation when you need a machine-readable, pay-per-call brief that another agent can directly consume and act on.

## Known failure modes

- HTTP 402 returned if payment is not settled — agent must pay exact USDC amount and retry with PAYMENT-SIGNATURE header
- Malformed or missing required fields returns a validation error
- Topic override not recognized may result in generic rather than targeted advice
- LLM generation may produce non-deterministic output across calls on same topic
- Network timeout if the underlying model inference is slow

## How this service works

Paid agent-facing brief on agent persistent memory trust and poisoning risk: decision procedure for whether an agent's long-term memory should be trusted, when to quarantine or wipe memory after suspected prompt-injection persistence, memory retention boundaries, recurring-behavior drift detection · Build a decision procedure or schema for: agent persistent memory trust and poisoning risk: decision procedure for whether an. Blunt decision procedure, not marketing.

## Output

A JSON object containing a plain-prose decision procedure brief (120+ words) authored by an LLM or deterministic source, covering how an AI agent should evaluate trust in its persistent memory and guard against poisoning. Includes the topic, service slug, model used, generation source enum (llm/reasoning/deterministic), and ISO-8601 timestamp of generation.

## 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 persistent memory trust and poisoning risk: decision procedure f 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-persistent-memory-trust-and-poisoning-risk-decision-procedure-82a1b36d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so.wrong.systems](https://www.zero.xyz/host/k2so.wrong.systems/llms.txt)
