> 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-ja/tosekyuriti/build-integrity.md).

# リリースの完全性

公式ビルドでは、製品の識別情報と保護されたアプリケーションファイルを検証するために Security Anchor を使用します。

## マニフェストの識別情報

* 製品: `geo_prospector`
* エディション: `established`
* バッチ: `0`
* バージョン: `6.7.15.1`
* 公開鍵フィンガープリント: `67B64034CD77BE4018EC8102D36F8469548EE0DDCFE87CC322D26DDCFE036A35`

## 必要な Security Anchor ファイル

インストールされたアプリケーションディレクトリには次が含まれます:

* `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-ja/tosekyuriti/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.
