---
aimd: "1.0"
mako: "1.0"
type: "article"
entity: "Panduan klien — tindakan saat SUSPENDED"
updated: "2026-09-16"
tokens: 180
language: "id"
canonical: "https://revoked.aifeed.md/id/guide"
summary: "Lima langkah yang diikuti agen patuh ketika status berubah."
alternates:
  - url: "https://revoked.aifeed.md/guide/"
    lang: "en"
  - url: "https://revoked.aifeed.md/id/guide/"
    lang: "id"
media:
  cover:
    url: "https://aifeed.md/og-image.png"
    alt: "Panduan klien — tindakan saat SUSPENDED"
---

[Beranda](/id/) / Client guide

Halaman ini belum diterjemahkan; teks asli bahasa Inggris ditampilkan di bawah.

# What a compliant client does

## The five steps

- Re-check the registry URL from the manifest before using restricted content.

- Verify the document's signatures against the published governance keys.

- If status is suspended , treat restricted uses as denied immediately.

- If the registry is unreachable for more than 168 hours, downgrade to UNVERIFIED .

- Keep the document in the audit bundle; never silently fall back to HTML scraping.

## In code

```
node examples/agent/compliant-agent.js https://revoked.aifeed.md --json
# status: SUSPENDED → restricted uses refused
```

## Audit bundles

The offline bundle records the manifest, signatures, and the registry document as it was seen, so a later review can reconstruct exactly why a decision was made.
