> 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-ko/updates-and-security/build-integrity.md).

# 릴리스 무결성

공식 빌드는 보안 앵커를 사용하여 제품 식별 정보와 보호된 애플리케이션 파일을 검증합니다.

## 매니페스트 식별 정보

* 제품: `geo_prospector`
* 에디션: `established`
* 배치: `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-ko/updates-and-security/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.
