# =原则

- [=P01 - 锁定的密码库是安全的](https://dev.ppgg.in/architecture/security/principles/locked-vault-is-secure.md)
- [=P02 - 半受损设备密码库的有限安全性](https://dev.ppgg.in/architecture/security/principles/limited-security-on-semi-compromised.md)
- [=P03 - 完全损坏的系统没有安全性](https://dev.ppgg.in/architecture/security/principles/no-security-on-fully-compromised.md)
- [=P04 - 控制密码库数据的访问权限](https://dev.ppgg.in/architecture/security/principles/controlled-access.md)
- [=P05 - 将安全漏洞的影响降至最低](https://dev.ppgg.in/architecture/security/principles/minimized-impact-of-security-breaches.md)


---

# 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://dev.ppgg.in/architecture/security/principles.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.
