> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-zh/geng-xin-yu-an-quan/build-integrity.md).

# 发布完整性

正式构建使用安全锚点来验证产品身份和受保护的应用程序文件。

## 清单身份

* 产品： `geo_prospector`
* 版本： `已建立`
* 批次： `0`
* 版本： `6.7.15.1`
* 公钥指纹： `67B64034CD77BE4018EC8102D36F8469548EE0DDCFE87CC322D26DDCFE036A35`

## 所需的安全锚点文件

已安装的应用程序目录包含：

* `security_anchor_manifest.json`
* `security_anchor_manifest.sig`

已签名的清单包含受保护文件的身份和 SHA-256 哈希。签名使用内嵌的 Ed25519 公钥进行验证。

## 受保护的发布组件

* 产品和版本身份
* 应用程序版本身份
* 已签名清单
* Ed25519 签名
* 公钥指纹
* SHA-256 文件清单
* 主可执行文件和受保护的运行时文件

当文件缺失、被修改、不匹配或复制不完整时，可能会出现发布完整性警告。

## 恢复

1. 关闭 Geo Prospector。
2. 下载官方安装程序。
3. 重新安装完整应用程序。
4. 不要替换单个文件。
5. 重新打开应用程序并验证已安装版本。

{% hint style="danger" %}
私有签名密钥和私有种子不会随 Geo Prospector 分发，并且绝不能共享。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-zh/geng-xin-yu-an-quan/build-integrity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
