git:20260907.d9240bd to git:20260908.16b104c

11 added, 11 removed. Audit A to A.

---
name: public-tourism-information
description: "관광 업무의 공공 관광정보 조사 절차. 내부 official-source-research capability를 사용하며 read-only 경계를 지킵니다."
metadata:
- kgov:
- domain: "관광"
- capability: official-source-research
- runtime_contract: "kgov/official-source-research/v1"
- operation: "kgov/official-source-research/inspect-page/v1"
- role: primary
+ domain: "관광"
+ capability: "official-source-research"
+ runtime_contract: "kgov/official-source-research/v1"
+ operation: "kgov/official-source-research/inspect-page/v1"
+ role: "primary"
---
<!-- generated from catalog/domain-skills.json; do not edit -->
# 공공 관광정보 조사
- Domain: **관광**
- 내부 capability: `official-source-research`
- 실행 상태: `fixture-verified` / live smoke `blocked`
- 실행 경계: `read-only`
- Reference Skill: `foresttrip-vacancy`, `kakao-map`, `myrealtrip-search`
## Runtime binding
- Contract: `kgov/official-source-research/v1`
- Operation: `kgov/official-source-research/inspect-page/v1`
- Fixed input: `{"argv": ["--fixture"]}`
- Output fields: `manual_review_required`, `url`, `content_type`, `title`, `sha256`, `execution_mode`, `status`, `content_length`, `source_receipt`
<!-- kgov-runtime-binding:start -->
```json
{
"binding": {
"contract_id": "kgov/official-source-research/v1",
"fixed_input": {
"argv": [
"--fixture"
]
},
"operation": "kgov/official-source-research/inspect-page/v1"
},
"example_result": {
"content_length": 0,
"content_type": "text/html",
"execution_mode": "synthetic-fixture",
"manual_review_required": true,
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"source_receipt": null,
"status": 200,
"title": "정부24",
"url": "https://www.gov.kr/"
},
"exit_codes": {
"input_error": 2,
"policy_blocked": 3,
"review_blocked": 1,
"success": 0,
"upstream_error": 4
},
"fixture_argv": [
"--fixture"
],
"input_schema": {
"additionalProperties": false,
"properties": {
"argv": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"argv"
],
"type": "object"
},
"module": "kgov_runtime.capabilities.official_source_research",
"network_mode": "optional-live",
"output_schema": {
"additionalProperties": false,
"properties": {
"content_length": {
"minimum": 0,
"type": "integer"
},
"content_type": {
"type": "string"
},
"execution_mode": {
"enum": [
"official-live",
"synthetic-fixture"
],
"type": "string"
},
"manual_review_required": {
"const": true,
"type": "boolean"
},
"sha256": {
"format": "sha256",
"type": "string"
},
"source_receipt": {
"additionalProperties": false,
"properties": {
"operation_id": {
"const": "kgov/official-source-research/inspect-page/v1",
"type": "string"
},
"outcome": {
"const": "allowed",
"type": "string"
},
"policy_digest": {
"format": "sha256",
"type": "string"
},
"policy_id": {
"enum": [
"gov-kr-web"
],
"type": "string"
},
"policy_revision": {
"minimum": 1,
"type": "integer"
}
},
"required": [
"operation_id",
"policy_id",
"policy_revision",
"policy_digest",
"outcome"
],
"type": [
"object",
"null"
]
},
"status": {
"minimum": 0,
"type": "integer"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"manual_review_required",
"url",
"content_type",
"title",
"sha256",
"execution_mode",
"status",
"content_length",
"source_receipt"
],
"type": "object"
},
"schema_status": "active",
"source_output_mode": "link-only",
"source_policy_ids": [
"gov-kr-web"
]
}
```
<!-- kgov-runtime-binding:end -->
## 절차
- 1. 저장소 루트에서 `docs/capabilities/official-source-research/procedure.md`와 `docs/capabilities/official-source-research/runtime-contract.md`를 먼저 읽습니다.
- 2. `python3 -m kgov_runtime.capabilities.official_source_research --fixture`로 합성 fixture 계약을 검증합니다.
- 3. live 실행은 capability manifest의 credential·proxy·허용 host 경계를 충족할 때만 수행합니다.
- 4. 로그인·제출·민감업무는 수동 전환
- 5. fixture 성공, URL 도달, live 검증을 서로 다른 증거로 보고합니다.
+ 1. 전체 저장소 checkout이 필요합니다. Skill 디렉터리만 복사해서 실행하지 않습니다. 클라이언트와 모든 명령은 `kgov_runtime/`, `docs/`, `tests/`가 있는 저장소 루트에서 실행하고, 루트 기준 `docs/capabilities/official-source-research/procedure.md`와 `docs/capabilities/official-source-research/runtime-contract.md`를 먼저 읽습니다.
+ 2. `python3 -m kgov_runtime.capabilities.official_source_research --fixture`로 합성 fixture 계약을 검증합니다. 이는 사용자가 제공한 파일을 읽거나 검증한 결과가 아닙니다.
+ 3. 제공된 로컬 입력은 procedure의 실제 입력 절차와 제한에 따라 별도로 검사합니다. 파일이 없거나 읽을 수 없으면 차단 상태를 보고하고 fixture로 대신 검증했다고 주장하지 않습니다.
+ 4. live 실행은 capability manifest의 credential·proxy·허용 host 경계를 충족할 때만 수행합니다.
+ 5. 로그인·제출·민감업무는 수동 전환
+ 6. fixture 성공, 로컬 입력 검사, URL 도달, live 검증을 서로 다른 증거로 보고합니다.
## 금지
- 이 Skill을 근거로 원본 변경·제출·결재·발송을 자동 수행하지 않습니다.
- 비밀값이나 원문 개인정보를 로그·결과·fixture에 남기지 않습니다.
- 내부 capability를 별도 top-level `skills/` 제품 표면으로 복제하지 않습니다.