> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monolex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Trust Registry

> 281 domains scored for AI content trust. Ed25519 signed. The only public domain trust API for AI agents.

# Content Trust Registry

AI agents read external content but have no way to evaluate source trustworthiness. OpenCLIs provides a scored, signed registry of 281 domains.

## No One Else Does This

| Service              | What It Does            | Domain Trust API?        |
| -------------------- | ----------------------- | ------------------------ |
| Context7             | Library doc content     | No (library-level only)  |
| Perplexity           | Internal domain ranking | No (private)             |
| Google Safe Browsing | Phishing/malware        | No (safety, not trust)   |
| **OpenCLIs**         | **Domain trust scores** | **Yes — public, signed** |

## Trust Levels

| Level         | Score     | Examples                                     |
| ------------- | --------- | -------------------------------------------- |
| **owned**     | 1.0       | monolex.ai, openclis.com                     |
| **verified**  | 0.85-0.95 | docs.anthropic.com, react.dev, golang.org    |
| **community** | 0.50-0.70 | stackoverflow\.com, wikipedia.org, crates.io |
| **external**  | 0.20-0.49 | medium.com, dev.to, reddit.com               |

## Multi-Tag System

Each domain has comma-separated tags:

```
doc.rust-lang.org    → [verified,lang-docs]     0.95
github.com           → [community,code-hosting]  0.60
medium.com           → [external,blog]           0.35
```

## Security

* **Ed25519 signed**: Responses signed with private key (Cloudflare Worker secret)
* **Public key in binary**: niia CLI verifies signature before using data
* **Tamper detection**: Modified responses are rejected

## Access

Via niia CLI:

```bash theme={null}
niia trust    # Fetch + verify + cache
niia search "query"  # Results show [tags score]
```

Integrated into search results:

```
DOCS #1  consciousness.md    [core]
DOCS #2  Rust (wiki)          [community,wiki 0.65]
DOCS #3  Claude docs          [verified,vendor-docs 0.95]
```

## Coverage

281 domains across categories:

* **AI vendors**: Anthropic, OpenAI, Google AI, Mistral, Cohere
* **Cloud**: Cloudflare, Vercel, AWS, Supabase, Firebase
* **Frameworks**: React, Vue, Angular, Next.js, Django, Spring
* **Languages**: Rust, Python, Go, TypeScript, Kotlin, Swift
* **Standards**: W3C, TC39, RFC, OWASP, NIST
* **116 owned domains**: All Monolex/OpenCLIs properties
