fix(governance): 補齊 P2-141 S4.9 owner 欄位
All checks were successful
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / tests (push) Successful in 1m33s
CD Pipeline / build-and-deploy (push) Successful in 4m43s
CD Pipeline / post-deploy-checks (push) Successful in 1m46s

This commit is contained in:
Your Name
2026-06-14 13:44:20 +08:00
parent 8c9f41242b
commit 77515bbe94
7 changed files with 109 additions and 23 deletions

View File

@@ -269,6 +269,13 @@ def _require_no_forbidden_display_terms(payload: Any, label: str) -> None:
"chain_of_thought",
"authorization_header",
"secret_value",
"工作視窗",
"內部協作",
"原始提示詞",
"私有推理",
"原始 runtime payload",
"raw runtime payload",
"authorization header",
}
found = sorted(term for term in forbidden if _contains_term(payload, term))
if found: