# 9.1 Threat Model Overview

"***What attacks are eliminated — and why"***

PTERI does not attempt to defend against every theoretical attack.\
It eliminates **entire classes of real-world attacks** by removing their prerequisites.

PTERI assumes:

* Networks are hostile
* Servers may be compromised
* Credentials will leak
* Automation will be abused
* Attackers are persistent

PTERI **does not assume**:

* Trusted servers
* Secret storage safety
* Honest intermediaries
* Manual review as a defense

Instead, PTERI relies on:

* Cryptographic proof
* Deterministic verification
* Minimal trust surfaces

***

<figure><img src="/files/xeim7aGaLhPHVHP0Gtvz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kakrlabs.com/9.-threat-model-and-cryptography/9.1-threat-model-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
