From 667750cfa262bd68e07da4627aee06e8c1c7d3cd Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 21 May 2026 20:39:45 +0800 Subject: [PATCH] feat(web): route owner review outcomes --- apps/web/messages/en.json | 76 ++++++++ apps/web/messages/zh-TW.json | 78 +++++++- apps/web/src/app/[locale]/iwooos/page.tsx | 169 ++++++++++++++++++ docs/LOGBOOK.md | 14 ++ .../security/SECURITY-MIRROR-STATUS-ROLLUP.md | 2 + .../SECURITY-SUPPLY-CHAIN-PROGRESS.md | 4 +- ...ecurity-mirror-status-rollup.snapshot.json | 28 +++ .../security-mirror-progress-guard.py | 100 +++++++++++ 8 files changed, 469 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index ce2382824..0f9ea1181 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -3835,6 +3835,82 @@ } } }, + "ownerResponseFormalRecordOwnerReviewOutcomeBoard": { + "title": "人工決策正式紀錄負責人檢查結果分流", + "subtitle": "負責人檢查清單後只能進入八條只讀結果分流;這不是紀錄負責人指派、正式紀錄、人工批准或執行授權。現在分流=8、可進人工指派確認=0、已指派=0、執行期閘門=0。", + "laneLabel": "結果分流", + "resultLabel": "分流結果", + "guardLabel": "仍不會做", + "boundaryTitle": "負責人檢查結果分流維持的保護線", + "summary": { + "lanes": { + "label": "分流", + "detail": "八條分流先可見,避免檢查清單被直接視為已決策。" + }, + "ready": { + "label": "可進人工指派確認", + "detail": "目前為 0;沒有任何檢查結果可進入人工指派確認。" + }, + "assigned": { + "label": "已指派", + "detail": "目前為 0;仍沒有正式紀錄負責人被指定。" + }, + "runtime": { + "label": "執行期閘門", + "detail": "目前為 0;結果分流不會啟動執行期。" + } + }, + "items": { + "remainOwnerReviewWaiting": { + "title": "維持負責人檢查等待", + "body": "當檢查項尚未完整、人工備註不足或證據仍在補正時,維持等待。", + "result": "只標記仍在等待哪一類檢查。", + "guard": "不自動通過、不指派負責人、不建立正式紀錄。" + }, + "requestTraceCompletion": { + "title": "要求追溯鏈補齊", + "body": "若交接驗收結果、候選紀錄、草稿、準備包或來源階段無法互相對應,退回補齊。", + "result": "只標記需要補哪一段追溯關係。", + "guard": "不產生審批編號、不改既有紀錄狀態。" + }, + "requestOwnerScopeClarification": { + "title": "要求負責人範圍說明", + "body": "若角色範圍、責任邊界、聯絡依據或代理關係不清,要求人工補說明。", + "result": "只標記負責人範圍仍需說明。", + "guard": "不代填姓名、不查外部帳號、不自動指派。" + }, + "requestAuthorityBoundaryFix": { + "title": "要求權責邊界修正", + "body": "若可閱讀、可檢查、可審查、可批准與可執行的語義混在一起,退回修正。", + "result": "只標記需要修正哪一類權責語義。", + "guard": "不把檢查當批准,不把批准當執行。" + }, + "readyForManualOwnerAssignmentReview": { + "title": "可進人工指派確認", + "body": "若八個檢查項都足夠,結果可以進入下一個人工指派確認,但仍不是已指派。", + "result": "只標記可進人工確認,等待人控決策。", + "guard": "不自動指派、不建立正式紀錄、不建立審批紀錄。" + }, + "quarantineSensitivePayload": { + "title": "隔離敏感載荷", + "body": "若檢查資料夾帶 token、cookie、private key、密碼、未脫敏截圖或可執行載荷,必須隔離。", + "result": "只標記隔離原因與來源欄位。", + "guard": "不展示、不保存、不轉送任何機密明文值。" + }, + "rejectMutationRequest": { + "title": "拒收變更要求", + "body": "若結果夾帶專案庫、refs、workflow、secrets、部署或主機變更要求,必須拒收。", + "result": "只標記拒收原因,等待重新提交只讀版本。", + "guard": "不建立專案庫、不改 refs、不改 workflow / secrets、不部署。" + }, + "runtimeOrPrimaryGateRequired": { + "title": "另開執行或主要來源閘門", + "body": "若後續需要掃描、修復、主機更新、GitHub 主要來源切換或 Gitea 停用,必須另開人工閘門。", + "result": "只標記後續需要哪一種獨立閘門。", + "guard": "不呼叫 Kali、不開 SSH、不更新主機、不切主要來源、不停用 Gitea。" + } + } + }, "awooopReadOnlyLandingReadiness": { "title": "AwoooP Read-Only Landing Readiness", "subtitle": "S2.51 turns the AwoooP main-line read-only consumption path for IwoooS / security mirror state into an intake readiness board. This is landing readiness, not production_landing_enabled, and it does not connect an execution router.", diff --git a/apps/web/messages/zh-TW.json b/apps/web/messages/zh-TW.json index 584a1a3d9..fadafbf5b 100644 --- a/apps/web/messages/zh-TW.json +++ b/apps/web/messages/zh-TW.json @@ -1851,7 +1851,7 @@ }, "hostOwnerDecisionRecordDrafts": { "title": "主機 Owner Decision Record Draft Packets", - "subtitle": "Owner review outcome 若進入 ready lane,IwoooS 也只能顯示 decision record 草稿欄位。不建立 record、不標示 accepted、不開 runtime gate。", + "subtitle": "負責人審查結果若進入 ready lane,IwoooS 也只能顯示 decision record 草稿欄位。不建立 record、不標示 accepted、不開 runtime gate。", "packetLabel": "Draft packet", "metadataLabel": "必要 metadata", "items": { @@ -3836,6 +3836,82 @@ } } }, + "ownerResponseFormalRecordOwnerReviewOutcomeBoard": { + "title": "人工決策正式紀錄負責人檢查結果分流", + "subtitle": "負責人檢查清單後只能進入八條只讀結果分流;這不是紀錄負責人指派、正式紀錄、人工批准或執行授權。現在分流=8、可進人工指派確認=0、已指派=0、執行期閘門=0。", + "laneLabel": "結果分流", + "resultLabel": "分流結果", + "guardLabel": "仍不會做", + "boundaryTitle": "負責人檢查結果分流維持的保護線", + "summary": { + "lanes": { + "label": "分流", + "detail": "八條分流先可見,避免檢查清單被直接視為已決策。" + }, + "ready": { + "label": "可進人工指派確認", + "detail": "目前為 0;沒有任何檢查結果可進入人工指派確認。" + }, + "assigned": { + "label": "已指派", + "detail": "目前為 0;仍沒有正式紀錄負責人被指定。" + }, + "runtime": { + "label": "執行期閘門", + "detail": "目前為 0;結果分流不會啟動執行期。" + } + }, + "items": { + "remainOwnerReviewWaiting": { + "title": "維持負責人檢查等待", + "body": "當檢查項尚未完整、人工備註不足或證據仍在補正時,維持等待。", + "result": "只標記仍在等待哪一類檢查。", + "guard": "不自動通過、不指派負責人、不建立正式紀錄。" + }, + "requestTraceCompletion": { + "title": "要求追溯鏈補齊", + "body": "若交接驗收結果、候選紀錄、草稿、準備包或來源階段無法互相對應,退回補齊。", + "result": "只標記需要補哪一段追溯關係。", + "guard": "不產生審批編號、不改既有紀錄狀態。" + }, + "requestOwnerScopeClarification": { + "title": "要求負責人範圍說明", + "body": "若角色範圍、責任邊界、聯絡依據或代理關係不清,要求人工補說明。", + "result": "只標記負責人範圍仍需說明。", + "guard": "不代填姓名、不查外部帳號、不自動指派。" + }, + "requestAuthorityBoundaryFix": { + "title": "要求權責邊界修正", + "body": "若可閱讀、可檢查、可審查、可批准與可執行的語義混在一起,退回修正。", + "result": "只標記需要修正哪一類權責語義。", + "guard": "不把檢查當批准,不把批准當執行。" + }, + "readyForManualOwnerAssignmentReview": { + "title": "可進人工指派確認", + "body": "若八個檢查項都足夠,結果可以進入下一個人工指派確認,但仍不是已指派。", + "result": "只標記可進人工確認,等待人控決策。", + "guard": "不自動指派、不建立正式紀錄、不建立審批紀錄。" + }, + "quarantineSensitivePayload": { + "title": "隔離敏感載荷", + "body": "若檢查資料夾帶 token、cookie、private key、密碼、未脫敏截圖或可執行載荷,必須隔離。", + "result": "只標記隔離原因與來源欄位。", + "guard": "不展示、不保存、不轉送任何機密明文值。" + }, + "rejectMutationRequest": { + "title": "拒收變更要求", + "body": "若結果夾帶專案庫、refs、workflow、secrets、部署或主機變更要求,必須拒收。", + "result": "只標記拒收原因,等待重新提交只讀版本。", + "guard": "不建立專案庫、不改 refs、不改 workflow / secrets、不部署。" + }, + "runtimeOrPrimaryGateRequired": { + "title": "另開執行或主要來源閘門", + "body": "若後續需要掃描、修復、主機更新、GitHub 主要來源切換或 Gitea 停用,必須另開人工閘門。", + "result": "只標記後續需要哪一種獨立閘門。", + "guard": "不呼叫 Kali、不開 SSH、不更新主機、不切主要來源、不停用 Gitea。" + } + } + }, "awooopReadOnlyLandingReadiness": { "title": "AwoooP 只讀接入就緒度", "subtitle": "S2.51 把 AwoooP 主線要如何只讀消費 IwoooS / 資安鏡像狀態整理成接入準備面板。這是接入就緒度,不是 production landing enabled,也不接 execution router。", diff --git a/apps/web/src/app/[locale]/iwooos/page.tsx b/apps/web/src/app/[locale]/iwooos/page.tsx index 16c47528d..1a25c7907 100644 --- a/apps/web/src/app/[locale]/iwooos/page.tsx +++ b/apps/web/src/app/[locale]/iwooos/page.tsx @@ -227,6 +227,14 @@ type OwnerResponseFormalRecordOwnerReviewChecklistItem = { tone: 'steady' | 'warn' | 'locked' } +type OwnerResponseFormalRecordOwnerReviewOutcomeLane = { + key: string + lane: string + value: string + icon: typeof ShieldCheck + tone: 'steady' | 'warn' | 'locked' +} + type CoverageGroup = { key: string count: string @@ -1026,6 +1034,41 @@ const ownerResponseFormalRecordOwnerReviewChecklistBoundaries = [ 'gitea_disablement_authorized=false', ] +const ownerResponseFormalRecordOwnerReviewOutcomeLanes: OwnerResponseFormalRecordOwnerReviewOutcomeLane[] = [ + { key: 'remainOwnerReviewWaiting', lane: 'R1', value: '0', icon: Clock3, tone: 'warn' }, + { key: 'requestTraceCompletion', lane: 'R2', value: '0', icon: FileText, tone: 'warn' }, + { key: 'requestOwnerScopeClarification', lane: 'R3', value: '0', icon: ClipboardCheck, tone: 'warn' }, + { key: 'requestAuthorityBoundaryFix', lane: 'R4', value: '0', icon: ShieldCheck, tone: 'warn' }, + { key: 'readyForManualOwnerAssignmentReview', lane: 'R5', value: '0', icon: CheckCircle2, tone: 'steady' }, + { key: 'quarantineSensitivePayload', lane: 'R6', value: '0', icon: Lock, tone: 'locked' }, + { key: 'rejectMutationRequest', lane: 'R7', value: '0', icon: AlertTriangle, tone: 'locked' }, + { key: 'runtimeOrPrimaryGateRequired', lane: 'R8', value: '0', icon: GitBranch, tone: 'locked' }, +] + +const ownerResponseFormalRecordOwnerReviewOutcomeBoundaries = [ + 'owner_response_formal_record_owner_review_outcome_lane_count=8', + 'owner_response_formal_record_owner_review_outcome_ready_count=0', + 'owner_response_formal_record_owner_review_outcome_returned_count=0', + 'owner_response_formal_record_owner_review_outcome_quarantine_count=0', + 'owner_response_formal_record_owner_review_outcome_rejected_count=0', + 'owner_response_formal_record_owner_review_outcome_promoted_count=0', + 'owner_response_formal_record_owner_review_outcome_only=true', + 'owner_response_formal_record_owner_assignment_authorized=false', + 'owner_response_formal_record_write_authorized=false', + 'owner_response_formal_record_approval_authorized=false', + 'owner_response_formal_record_execution_authorized=false', + 'runtime_execution_authorized=false', + 'active_runtime_gate_count=0', + 'action_buttons_allowed=false', + 'not_authorization=true', + 'secret_value_collection_allowed=false', + 'repo_creation_authorized=false', + 'refs_sync_authorized=false', + 'workflow_modification_authorized=false', + 'github_primary_switch_authorized=false', + 'gitea_disablement_authorized=false', +] + const coverageGroups: CoverageGroup[] = [ { key: 'signals', @@ -3599,6 +3642,130 @@ function OwnerResponseFormalRecordOwnerReviewChecklistBoard() { ) } +function OwnerResponseFormalRecordOwnerReviewOutcomeCard({ + item, +}: { + item: OwnerResponseFormalRecordOwnerReviewOutcomeLane +}) { + const t = useTranslations('iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard') + const Icon = item.icon + const textWrap = { overflowWrap: 'anywhere' as const, wordBreak: 'break-word' as const } + return ( +
+
+
+ + {t('laneLabel')} +
+ {item.lane} +
+
+ {item.value} +
+

+ {t(`items.${item.key}.title` as never)} +

+

+ {t(`items.${item.key}.body` as never)} +

+
+ {t('resultLabel')} + + {t(`items.${item.key}.result` as never)} + + {t('guardLabel')} + + {t(`items.${item.key}.guard` as never)} + +
+
+ ) +} + +function OwnerResponseFormalRecordOwnerReviewOutcomeBoard() { + const t = useTranslations('iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard') + const summaryItems = [ + { key: 'lanes', value: '8', tone: 'warn' as const }, + { key: 'ready', value: '0', tone: 'steady' as const }, + { key: 'assigned', value: '0', tone: 'locked' as const }, + { key: 'runtime', value: '0', tone: 'locked' as const }, + ] + return ( +
+
+

{t('title')}

+

+ {t('subtitle')} +

+
+
+ {summaryItems.map(item => ( +
+
+ {t(`summary.${item.key}.label` as never)} + +
+
+ {item.value} +
+

+ {t(`summary.${item.key}.detail` as never)} +

+
+ ))} +
+
+ {ownerResponseFormalRecordOwnerReviewOutcomeLanes.map(item => ( + + ))} +
+
+
+ +

{t('boundaryTitle')}

+
+
+ {ownerResponseFormalRecordOwnerReviewOutcomeBoundaries.map(item => ( + + {item} + + ))} +
+
+
+ ) +} + function CoverageCard({ item }: { item: CoverageGroup }) { const t = useTranslations('iwooos.coverage') const Icon = item.icon @@ -4756,6 +4923,8 @@ export default function IwoooSPage({ params }: { params: { locale: string } }) { + +

{t('awooopReadOnlyLandingReadiness.title')}

diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index b8d18f1d3..13c7cef45 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -1,3 +1,17 @@ +## 2026-05-21 | 資安供應鏈 S2.94:IwoooS 人工決策正式紀錄負責人檢查結果分流 + +**背景**:S2.93 已把正式紀錄負責人檢查清單放進 IwoooS;本輪補上「負責人檢查後會落到哪一種結果」的只讀分流,避免使用者或 AwoooP 平行 Session 把檢查結果誤認成已指派紀錄負責人、已建立正式紀錄、人工批准或執行命令。 + +**完成**: +- `/iwooos` 新增「人工決策正式紀錄負責人檢查結果分流」,顯示維持負責人檢查等待、要求追溯鏈補齊、要求負責人範圍說明、要求權責邊界修正、可進人工指派確認、隔離敏感載荷、拒收變更要求、另開執行或主要來源閘門八條結果分流。 +- 看板固定顯示分流=8、可進人工指派確認=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0,並標示 `owner_response_formal_record_owner_review_outcome_only=true`、`owner_response_formal_record_owner_assignment_authorized=false`、`owner_response_formal_record_write_authorized=false`、`owner_response_formal_record_approval_authorized=false`、`owner_response_formal_record_execution_authorized=false`。 +- `security_mirror_status_rollup_v1` 新增 `s2_94_iwooos_owner_response_formal_record_owner_review_outcome_board` 與 `show_iwooos_owner_response_formal_record_owner_review_outcome_board`。 +- `security-mirror-progress-guard.py` 已納入人工決策正式紀錄負責人檢查結果分流看板、i18n 鍵、八條結果分流與 `false` 邊界檢查。 + +**仍禁止**: +- S2.94 是 IwoooS 只讀正式紀錄負責人檢查結果分流,不代表人工回覆已收到 / 已接受 / 已匯入、紀錄負責人已指派、人工批准、正式決策、正式審批紀錄建立、資安審批、機密明文值收集、Kali `/execute`、SSH 登入、主機更新、掃描 / 執行 / 修復、專案庫建立、分支 / 標籤參照同步、工作流程 / 機密設定修改、GitHub 主要來源切換、Gitea 停用或執行期閘門。 +- 整體資安網百分比仍是 58%;框架 / 治理 / 文件 / 結構定義 / 只讀證據仍約 80-85%;真正落地執行 / 執行期匯入 / GitHub 主要來源 / AwoooP 正式入口仍約 35-40%。 + ## 2026-05-21 | 資安供應鏈 S2.93:IwoooS 人工決策正式紀錄負責人檢查清單 **背景**:S2.92 已把正式紀錄負責人檢查準備包放進 IwoooS;本輪補上「負責人檢查時要逐項確認哪些條件」的只讀檢查清單,避免使用者或 AwoooP 平行 Session 把準備包誤認成已通過、已指派紀錄負責人、已建立正式紀錄、人工批准或執行命令。 diff --git a/docs/security/SECURITY-MIRROR-STATUS-ROLLUP.md b/docs/security/SECURITY-MIRROR-STATUS-ROLLUP.md index e87f8485d..1649448e6 100644 --- a/docs/security/SECURITY-MIRROR-STATUS-ROLLUP.md +++ b/docs/security/SECURITY-MIRROR-STATUS-ROLLUP.md @@ -37,6 +37,7 @@ | IwoooS frontend posture | S2.8 已新增 `/iwooos` read-only Information Security 入口;顯示 Security Posture / Exposure、source-control supply chain、Kali 112 Mesh、approval boundary、non-blocking lanes 與 evidence refs;不新增執行按鈕 | | IwoooS posture projection | S2.9 已新增 `iwooos_posture_projection_v1`;S2.10 已把 10 個既有前端資安相關頁面納入 projection;S2.11 已補 4 個 coverage groups 與 5 個 conflict controls;S2.12 已補 6 個只讀 operator journey steps;S2.13 已補 7 個 owner evidence readiness items;S2.14 已補 3 個 host coverage items:Kali 112、開發主機 168、開發主機 111;S2.15 已補 6 個 host action gate items;S2.16 已補 7 個 host evidence readiness items;S2.17 已補 7 個 host evidence collection order steps;S2.18 已補 7 個 host evidence intake preflight checks;S2.19 已補 7 個 host evidence review outcome lanes;S2.20 已補 7 個 host evidence review handoff packets;S2.21 已補 7 個 host evidence reviewer checklist items;S2.22 已補 7 個 host evidence reviewer outcome lanes;S2.23 已補 7 個 host owner decision candidate packets;S2.24 已補 7 個 host owner decision review checklist items;S2.25 已補 7 個 host owner decision review outcome lanes;S2.26 已補 7 個 host owner decision record draft packets;S2.27 已補 7 個 host owner decision record draft review checklist items;S2.28 已補 7 個 host owner decision record draft review outcome lanes;S2.29 已補 7 個 host owner decision record write-up packets;S2.30 已補 7 個 host owner decision record write-up review checklist items;S2.31 已補 7 個 host owner decision record write-up review outcome lanes;S2.32 已補 7 個 host owner decision record formal candidate packets;S2.33 已補 7 個 host owner decision record formal candidate review checklist items;S2.34 已補 8 個 host owner decision record formal candidate review outcome lanes;S2.35 已補 8 個 host owner decision record formal record queue packets;S2.36 已補 8 個 host owner decision record formal record queue review checklist items;S2.37 已補 8 個 host owner decision record formal record queue review outcome lanes;S2.38 已補 8 個 host owner decision record human handoff readiness packets;S2.39 已補 8 個 host owner decision record human handoff readiness review checklist items;S2.40 已補 9 個 host owner decision record human handoff readiness review outcome lanes;S2.41 已補 9 個 host owner decision record human record owner review candidate packets;S2.42 已補 9 個 host owner decision record human record owner review candidate checklist items;S2.43 已補 9 個 host owner decision record human record owner review candidate outcome lanes;S2.44 已補 9 個 host owner decision record human record owner review preparation packets;S2.45 已補 9 個 host owner decision record human record owner review preparation checklist items;S2.46 已補 6 條 progress acceleration lanes,顯示 58% holding 原因與下一個高層解鎖 gate;S2.47 已補 4 個 owner response next-action focus items,顯示 S4.9 為下一個收件焦點且 S4.10-S4.12 依序排隊;S2.48 已補 6 個 S4.9 owner response preflight checks,讓下一個 P0 owner response 的可收件條件可見;S2.49 已補 5 個 S4.9 owner response request templates,讓 owner 要逐項回覆的五題可見;S2.50 已補 5 個 progress hold movement gates,解釋為什麼 58% 仍維持且五個真實 movement signal 都是 0 / false;S2.51 已補 6 個 AwoooP read-only landing readiness items,讓另一個 AwoooP Session 可照 snapshot / evidence / guard / route / forbidden outputs 接入;S2.52 已補 6 個 AwoooP cross-session handoff packets,固定 PR / branch anchor、progress semantics、guard commands、forbidden runtime actions、read-only inputs 與 next coordination gate;S2.53 已把 IwoooS / security mirror 狀態放進 AwoooP 首頁只讀候選面板,顯示 58%、80-85%、35-40%、active gates 0 與四個接入檢查;S2.54 已把 IwoooS / security mirror 狀態放進 AwoooP 工作鏈路觀察項;仍不新增 action button | | IwoooS 正式紀錄負責人檢查清單 | S2.93 已在 `/iwooos` 顯示人工決策正式紀錄負責人檢查清單;檢查項=8、通過=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;`owner_response_formal_record_owner_review_checklist_only=true`、`runtime_execution_authorized=false`、`active_runtime_gate_count=0`、`action_buttons_allowed=false`、`not_authorization=true`,仍不代表紀錄負責人指派、正式紀錄、人工批准、GitHub 主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | +| IwoooS 正式紀錄負責人檢查結果分流 | S2.94 已在 `/iwooos` 顯示人工決策正式紀錄負責人檢查結果分流;分流=8、可進人工指派確認=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;`owner_response_formal_record_owner_review_outcome_only=true`、`runtime_execution_authorized=false`、`active_runtime_gate_count=0`、`action_buttons_allowed=false`、`not_authorization=true`,仍不代表紀錄負責人指派、正式紀錄、人工批准、GitHub 主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | | AwoooP approvals IwoooS owner response focus | S2.55 已把 S4.9-S4.12 owner response 下一個人工收件焦點放進 `/awooop/approvals` 只讀面板;received=0、accepted=0、active runtime gates=0、headline=58%、approval_record_created=false;仍不新增 approve、execute、deploy、primary switch、refs action 或 runtime gate | | AwoooP contracts IwoooS security contract candidate | S2.56 已把四個 security mirror contract refs 放進 `/awooop/contracts` 只讀面板;total contracts=36、ready=33、partial=2、active runtime gates=0、contract_publish_authorized=false;仍不發布 contract revision、不改 lifecycle、不寫 platform contracts API、不新增 action button | | AwoooP tenants IwoooS tenant scope candidate | S2.57 已把 AWOOOI first tenant、IwoooS security mirror、Kali 112 / Dev 168 / Dev 111 與 S4.9-S4.12 owner response waiting 放進 `/awooop/tenants` 只讀面板;host coverage=3、tenant policy changes=0、tenant_migration_mode_changed=false;仍不改 migration mode、不改 tenant policy、不寫 platform tenants API、不新增 action button | @@ -215,6 +216,7 @@ | S2.91 IwoooS 人工決策正式紀錄負責人交接驗收結果分流 | framework detail | 0 | 只在 `/iwooos` 顯示人工決策正式紀錄負責人交接驗收結果分流,呈現分流=8、可進檢查=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;owner_response_formal_record_owner_handoff_review_outcome_only=true、owner_response_formal_record_owner_assignment_authorized=false、owner_response_formal_record_write_authorized=false、owner_response_formal_record_approval_authorized=false、owner_response_formal_record_execution_authorized=false、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false、not_authorization=true,不把交接驗收結果分流當紀錄負責人指派、正式紀錄、人工批准、審批紀錄、執行期閘門、專案庫建立、分支 / 標籤參照同步、工作流程 / 機密設定修改、主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | | S2.92 IwoooS 人工決策正式紀錄負責人檢查準備包 | framework detail | 0 | 只在 `/iwooos` 顯示人工決策正式紀錄負責人檢查準備包,呈現準備包=8、可檢查=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;owner_response_formal_record_owner_review_preparation_only=true、owner_response_formal_record_owner_assignment_authorized=false、owner_response_formal_record_write_authorized=false、owner_response_formal_record_approval_authorized=false、owner_response_formal_record_execution_authorized=false、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false、not_authorization=true,不把負責人檢查準備包當紀錄負責人指派、正式紀錄、人工批准、審批紀錄、執行期閘門、專案庫建立、分支 / 標籤參照同步、工作流程 / 機密設定修改、主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | | S2.93 IwoooS 人工決策正式紀錄負責人檢查清單 | framework detail | 0 | 只在 `/iwooos` 顯示人工決策正式紀錄負責人檢查清單,呈現檢查項=8、通過=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;owner_response_formal_record_owner_review_checklist_only=true、owner_response_formal_record_owner_assignment_authorized=false、owner_response_formal_record_write_authorized=false、owner_response_formal_record_approval_authorized=false、owner_response_formal_record_execution_authorized=false、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false、not_authorization=true,不把負責人檢查清單當紀錄負責人指派、正式紀錄、人工批准、審批紀錄、執行期閘門、專案庫建立、分支 / 標籤參照同步、工作流程 / 機密設定修改、主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | +| S2.94 IwoooS 人工決策正式紀錄負責人檢查結果分流 | framework detail | 0 | 只在 `/iwooos` 顯示人工決策正式紀錄負責人檢查結果分流,呈現分流=8、可進人工指派確認=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;owner_response_formal_record_owner_review_outcome_only=true、owner_response_formal_record_owner_assignment_authorized=false、owner_response_formal_record_write_authorized=false、owner_response_formal_record_approval_authorized=false、owner_response_formal_record_execution_authorized=false、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false、not_authorization=true,不把負責人檢查結果分流當紀錄負責人指派、正式紀錄、人工批准、審批紀錄、執行期閘門、專案庫建立、分支 / 標籤參照同步、工作流程 / 機密設定修改、主要來源切換、Gitea 停用、Kali / SSH / 主機更新或執行期授權 | headline 進度要再往上,至少需要下列任一高層 gate 有實質 evidence: diff --git a/docs/security/SECURITY-SUPPLY-CHAIN-PROGRESS.md b/docs/security/SECURITY-SUPPLY-CHAIN-PROGRESS.md index 226f4fe16..88631d1a1 100644 --- a/docs/security/SECURITY-SUPPLY-CHAIN-PROGRESS.md +++ b/docs/security/SECURITY-SUPPLY-CHAIN-PROGRESS.md @@ -28,7 +28,7 @@ python3 scripts/security/security-mirror-progress-guard.py ### 0.2 Headline 58% 不代表停滯 -近期 S4.10 請求包、範本狀態台帳、稽核事件範本、脫敏範例、收件檢查、收件預檢,S4.11 請求包 / 範本狀態台帳 / 稽核事件範本 / 脫敏範例 / 收件檢查 / 收件預檢,S4.12 請求包 / 範本狀態台帳 / 稽核事件範本 / 脫敏範例 / 收件檢查 / 收件預檢,S4.13 證據路由規則 / 顯示區塊 / 狀態轉移規則 / 審查清單 / 審查結果分流 / 審查稽核事件範本 / 審查稽核顯示區塊 / 審查稽核收件檢查 / 審查稽核脫敏範例 / 審查稽核保留規則 / 審查稽核保留檢查 / 審查稽核交接包 / 交接檢查 / 平行 Session 同步檢查 / 衝突分流 / 復原檢查 / 復原結果分流,S1.3 低摩擦非阻擋升級分流、S2.8 IwoooS 前端態勢入口,以及 S2.9-S2.93 IwoooS / AwoooP 資安投影契約都是有效進展,但它們是框架細節,不是負責人回覆、執行期閘門、生產匯入或 GitHub 主要來源就緒。因此整體百分比仍維持 58%,避免把只讀框架誤算成已落地執行。 +近期 S4.10 請求包、範本狀態台帳、稽核事件範本、脫敏範例、收件檢查、收件預檢,S4.11 請求包 / 範本狀態台帳 / 稽核事件範本 / 脫敏範例 / 收件檢查 / 收件預檢,S4.12 請求包 / 範本狀態台帳 / 稽核事件範本 / 脫敏範例 / 收件檢查 / 收件預檢,S4.13 證據路由規則 / 顯示區塊 / 狀態轉移規則 / 審查清單 / 審查結果分流 / 審查稽核事件範本 / 審查稽核顯示區塊 / 審查稽核收件檢查 / 審查稽核脫敏範例 / 審查稽核保留規則 / 審查稽核保留檢查 / 審查稽核交接包 / 交接檢查 / 平行 Session 同步檢查 / 衝突分流 / 復原檢查 / 復原結果分流,S1.3 低摩擦非阻擋升級分流、S2.8 IwoooS 前端態勢入口,以及 S2.9-S2.94 IwoooS / AwoooP 資安投影契約都是有效進展,但它們是框架細節,不是負責人回覆、執行期閘門、生產匯入或 GitHub 主要來源就緒。因此整體百分比仍維持 58%,避免把只讀框架誤算成已落地執行。 S2.50 也把「為什麼 58% 還不動」拆成五個可見 gate:owner response accepted、redacted payload ingestion、active runtime gate、GitHub primary ready、AwoooP read-only landing。這五個 gate 目前仍全部是 0 / false,所以 headline 不應被灌水提高。 @@ -156,6 +156,7 @@ S2.50 也把「為什麼 58% 還不動」拆成五個可見 gate:owner respons | S2.91 IwoooS 人工決策正式紀錄負責人交接驗收結果分流 | 已完成草案,在 `/iwooos` 顯示八條人工決策正式紀錄負責人交接驗收結果分流、可進檢查=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;仍不把交接驗收結果分流當成紀錄負責人指派、正式紀錄、人工批准、主要來源切換或執行期閘門 | 0 | | S2.92 IwoooS 人工決策正式紀錄負責人檢查準備包 | 已完成草案,在 `/iwooos` 顯示八個人工決策正式紀錄負責人檢查準備包、可檢查=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;仍不把負責人檢查準備包當成紀錄負責人指派、正式紀錄、人工批准、主要來源切換或執行期閘門 | 0 | | S2.93 IwoooS 人工決策正式紀錄負責人檢查清單 | 已完成草案,在 `/iwooos` 顯示八個人工決策正式紀錄負責人檢查項、通過=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;仍不把負責人檢查清單當成紀錄負責人指派、正式紀錄、人工批准、主要來源切換或執行期閘門 | 0 | +| S2.94 IwoooS 人工決策正式紀錄負責人檢查結果分流 | 已完成草案,在 `/iwooos` 顯示八條人工決策正式紀錄負責人檢查結果分流、可進人工指派確認=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;仍不把負責人檢查結果分流當成紀錄負責人指派、正式紀錄、人工批准、主要來源切換或執行期閘門 | 0 | headline 要再往上,需要 S4.9 / S4.10 / S4.11 / S4.12 任一 owner response 收到並通過脫敏驗收,或人工批准後出現 active runtime gate、redacted payload ingestion、GitHub primary readiness 這類落地 evidence。 @@ -268,6 +269,7 @@ headline 要再往上,需要 S4.9 / S4.10 / S4.11 / S4.12 任一 owner respons | S2.91 IwoooS 人工決策正式紀錄負責人交接驗收結果分流 | 完成草案 | `/iwooos` 新增正式紀錄負責人交接驗收結果分流看板,顯示維持驗收等待、要求補齊交接包、要求負責人範圍說明、要求證據版本更新、可進負責人檢查、隔離敏感載荷、拒收變更要求、另開執行或切換閘門八條結果分流 | 使用者與另一個 AwoooP Session 能理解交接驗收後仍只是只讀分流;結果分流仍不是紀錄負責人指派、人工批准、正式審批紀錄、專案庫 / 分支與標籤參照 / 工作流程 / 機密設定動作、主要來源切換或執行期閘門 | | S2.92 IwoooS 人工決策正式紀錄負責人檢查準備包 | 完成草案 | `/iwooos` 新增正式紀錄負責人檢查準備包看板,顯示檢查身分包、交接結果快照、負責人範圍包、權責邊界包、證據追溯包、審查備註包、變更拒收包、執行切換指標包八個準備包 | 使用者與另一個 AwoooP Session 能理解可進負責人檢查仍只是資料準備;準備包仍不是紀錄負責人指派、人工批准、正式審批紀錄、專案庫 / 分支與標籤參照 / 工作流程 / 機密設定動作、主要來源切換或執行期閘門 | | S2.93 IwoooS 人工決策正式紀錄負責人檢查清單 | 完成草案 | `/iwooos` 新增正式紀錄負責人檢查清單看板,顯示身分追溯檢查、交接結果檢查、負責人範圍檢查、權責邊界檢查、證據追溯檢查、審查備註檢查、變更拒收檢查、執行切換分離檢查八個檢查項 | 使用者與另一個 AwoooP Session 能理解負責人檢查仍只是逐項人工確認;檢查清單仍不是紀錄負責人指派、人工批准、正式審批紀錄、專案庫 / 分支與標籤參照 / 工作流程 / 機密設定動作、主要來源切換或執行期閘門 | +| S2.94 IwoooS 人工決策正式紀錄負責人檢查結果分流 | 完成草案 | `/iwooos` 新增正式紀錄負責人檢查結果分流看板,顯示維持負責人檢查等待、要求追溯鏈補齊、要求負責人範圍說明、要求權責邊界修正、可進人工指派確認、隔離敏感載荷、拒收變更要求、另開執行或主要來源閘門八條結果分流 | 使用者與另一個 AwoooP Session 能理解負責人檢查後仍只是只讀分流;結果分流仍不是紀錄負責人指派、人工批准、正式審批紀錄、專案庫 / 分支與標籤參照 / 工作流程 / 機密設定動作、主要來源切換或執行期閘門 | | S3 approval gate | 進行中 | `security_approval_gate_v1` 已建立 8 個人工 gate items:7 pending、1 block candidate、0 approved | 不得繞過人工批准;批准後仍需 follow-up runtime gate | | S3.0 人工批准 Gate 契約 | 完成草案 | 定義批准範圍、決策選項、required reviewers、still forbidden 與 follow-up runtime gate | AwoooP 可記錄決策,不可執行 gate item | | S3.1 人工決策紀錄契約 | 完成草案 | `security_approval_decision_record_v1` 已建立;目前 0 筆 decision records、0 個 runtime action 授權 | AwoooP 可稽核決策,不可把決策當執行 | diff --git a/docs/security/security-mirror-status-rollup.snapshot.json b/docs/security/security-mirror-status-rollup.snapshot.json index f4a2a7188..1250d9a4d 100644 --- a/docs/security/security-mirror-status-rollup.snapshot.json +++ b/docs/security/security-mirror-status-rollup.snapshot.json @@ -1586,6 +1586,18 @@ "runtime_delta": false, "execution_authorized": false, "not_authorization": true + }, + { + "delta_id": "s2_94_iwooos_owner_response_formal_record_owner_review_outcome_board", + "display_order": 123, + "completed_stage": "S2.94 IwoooS 人工決策正式紀錄負責人檢查結果分流", + "progress_axis": "framework_detail", + "headline_percent_delta": 0, + "framework_delta_visible": true, + "why_headline_unchanged": "IwoooS 只新增人工決策正式紀錄負責人檢查結果分流看板,顯示 8 條只讀結果分流:維持負責人檢查等待、要求追溯鏈補齊、要求負責人範圍說明、要求權責邊界修正、可進人工指派確認、隔離敏感載荷、拒收變更要求、另開執行或主要來源閘門,並固定可進人工指派確認=0、已指派=0、正式紀錄=0、已批准=0、執行期閘門=0;owner_response_formal_record_owner_review_outcome_only=true、owner_response_formal_record_owner_assignment_authorized=false、owner_response_formal_record_write_authorized=false、owner_response_formal_record_approval_authorized=false、owner_response_formal_record_execution_authorized=false、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false,不把負責人檢查結果分流當紀錄負責人指派、正式紀錄、人工批准、審批紀錄、專案庫 / 分支與標籤參照 / 工作流程 / 機密設定、主要來源切換或執行期授權。", + "runtime_delta": false, + "execution_authorized": false, + "not_authorization": true } ], "next_safe_actions": [ @@ -2230,6 +2242,22 @@ "從正式紀錄負責人檢查清單呼叫 Kali、開 SSH、更新主機、切 GitHub 主要來源、停用 Gitea、收機密明文值或開執行期閘門" ] }, + { + "action_id": "show_iwooos_owner_response_formal_record_owner_review_outcome_board", + "title": "IwoooS 顯示人工決策正式紀錄負責人檢查結果分流", + "mode": "observe", + "source_contract": "source_control_owner_response_validation_rollup_v1", + "allowed_processing": [ + "在 /iwooos 顯示 S2.94 人工決策正式紀錄負責人檢查結果分流", + "顯示維持負責人檢查等待、要求追溯鏈補齊、要求負責人範圍說明、要求權責邊界修正、可進人工指派確認、隔離敏感載荷、拒收變更要求、另開執行或主要來源閘門八條結果分流", + "只讓人工知道檢查後如何只讀分流,不自動指派紀錄負責人、不建立正式紀錄、不批准、不建立執行期閘門" + ], + "blocked_processing": [ + "把正式紀錄負責人檢查結果分流當成人工批准、正式決策、審批紀錄、紀錄負責人指派或已接受回覆", + "從正式紀錄負責人檢查結果分流建立專案庫、改可見性、同步 / 刪除 / 強制推送分支或標籤參照,或修改工作流程 / 機密設定", + "從正式紀錄負責人檢查結果分流呼叫 Kali、開 SSH、更新主機、切 GitHub 主要來源、停用 Gitea、收機密明文值或開執行期閘門" + ] + }, { "action_id": "enforce_traditional_chinese_security_surface_wording", "title": "IwoooS / AwoooP 資安可視區塊維持繁體中文呈現", diff --git a/scripts/security/security-mirror-progress-guard.py b/scripts/security/security-mirror-progress-guard.py index 7dfa0c9b9..8ac88c58a 100755 --- a/scripts/security/security-mirror-progress-guard.py +++ b/scripts/security/security-mirror-progress-guard.py @@ -342,6 +342,7 @@ def validate(root: Path) -> None: "s2_91_iwooos_owner_response_formal_record_owner_handoff_review_outcome_board", "s2_92_iwooos_owner_response_formal_record_owner_review_preparation_board", "s2_93_iwooos_owner_response_formal_record_owner_review_checklist_board", + "s2_94_iwooos_owner_response_formal_record_owner_review_outcome_board", ] assert_equal( "progress_delta_ledger.delta_ids", @@ -566,6 +567,11 @@ def validate(root: Path) -> None: [item["action_id"] for item in rollup["next_safe_actions"] if isinstance(item, dict)], "show_iwooos_owner_response_formal_record_owner_review_checklist_board", ) + assert_contains( + "rollup.next_safe_actions.action_ids", + [item["action_id"] for item in rollup["next_safe_actions"] if isinstance(item, dict)], + "show_iwooos_owner_response_formal_record_owner_review_outcome_board", + ) assert_contains( "rollup.next_safe_actions.action_ids", [item["action_id"] for item in rollup["next_safe_actions"] if isinstance(item, dict)], @@ -7095,6 +7101,49 @@ def validate(root: Path) -> None: iwooos_projection_page, text, ) + assert_text_contains( + "iwooos_page.owner_response_formal_record_owner_review_outcome_lanes", + iwooos_projection_page, + "ownerResponseFormalRecordOwnerReviewOutcomeLanes", + ) + assert_text_contains( + "iwooos_page.owner_response_formal_record_owner_review_outcome_testid", + iwooos_projection_page, + 'data-testid="iwooos-owner-response-formal-record-owner-review-outcome-board"', + ) + assert_text_contains( + "iwooos_page.owner_response_formal_record_owner_review_outcome_component", + iwooos_projection_page, + "OwnerResponseFormalRecordOwnerReviewOutcomeBoard", + ) + for text in [ + "owner_response_formal_record_owner_review_outcome_lane_count=8", + "owner_response_formal_record_owner_review_outcome_ready_count=0", + "owner_response_formal_record_owner_review_outcome_returned_count=0", + "owner_response_formal_record_owner_review_outcome_quarantine_count=0", + "owner_response_formal_record_owner_review_outcome_rejected_count=0", + "owner_response_formal_record_owner_review_outcome_promoted_count=0", + "owner_response_formal_record_owner_review_outcome_only=true", + "owner_response_formal_record_owner_assignment_authorized=false", + "owner_response_formal_record_write_authorized=false", + "owner_response_formal_record_approval_authorized=false", + "owner_response_formal_record_execution_authorized=false", + "runtime_execution_authorized=false", + "active_runtime_gate_count=0", + "action_buttons_allowed=false", + "not_authorization=true", + "secret_value_collection_allowed=false", + "repo_creation_authorized=false", + "refs_sync_authorized=false", + "workflow_modification_authorized=false", + "github_primary_switch_authorized=false", + "gitea_disablement_authorized=false", + ]: + assert_text_contains( + "iwooos_page.owner_response_formal_record_owner_review_outcome_boundary", + iwooos_projection_page, + text, + ) for key in [ "title", "subtitle", @@ -7830,6 +7879,57 @@ def validate(root: Path) -> None: list(web_messages_en["iwooos"]["ownerResponseFormalRecordOwnerReviewChecklistBoard"]["items"].keys()), key, ) + for key in [ + "title", + "subtitle", + "laneLabel", + "resultLabel", + "guardLabel", + "boundaryTitle", + "summary", + "items", + ]: + assert_contains( + "web_messages.zh-TW.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard", + list(web_messages_zh["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"].keys()), + key, + ) + assert_contains( + "web_messages.en.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard", + list(web_messages_en["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"].keys()), + key, + ) + for key in ["lanes", "ready", "assigned", "runtime"]: + assert_contains( + "web_messages.zh-TW.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard.summary", + list(web_messages_zh["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"]["summary"].keys()), + key, + ) + assert_contains( + "web_messages.en.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard.summary", + list(web_messages_en["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"]["summary"].keys()), + key, + ) + for key in [ + "remainOwnerReviewWaiting", + "requestTraceCompletion", + "requestOwnerScopeClarification", + "requestAuthorityBoundaryFix", + "readyForManualOwnerAssignmentReview", + "quarantineSensitivePayload", + "rejectMutationRequest", + "runtimeOrPrimaryGateRequired", + ]: + assert_contains( + "web_messages.zh-TW.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard.items", + list(web_messages_zh["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"]["items"].keys()), + key, + ) + assert_contains( + "web_messages.en.iwooos.ownerResponseFormalRecordOwnerReviewOutcomeBoard.items", + list(web_messages_en["iwooos"]["ownerResponseFormalRecordOwnerReviewOutcomeBoard"]["items"].keys()), + key, + ) owner_summary = owner_rollup["summary"] assert_equal("owner_rollup.total_received_response_count", owner_summary["total_received_response_count"], 0)