Files
awoooi/docs/security/security-approval-state-transition.snapshot.json
Your Name 9e15fd08b3
All checks were successful
CD Pipeline / tests (push) Successful in 1m39s
Code Review / ai-code-review (push) Successful in 15s
CD Pipeline / build-and-deploy (push) Successful in 5m19s
CD Pipeline / post-deploy-checks (push) Successful in 2m11s
feat(web): land iwooos security posture surfaces
2026-05-25 20:35:52 +08:00

179 lines
6.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"schema_version": "security_approval_state_transition_v1",
"status": "draft",
"date": "2026-05-13",
"mode": "approval_state_transition_only",
"runtime_execution_authorized": false,
"source_indexes": [
"docs/security/security-approval-review-packet.snapshot.json",
"docs/security/security-approval-gate.snapshot.json",
"docs/security/security-approval-decision-record.snapshot.json",
"docs/security/security-followup-runtime-gate.snapshot.json",
"docs/security/security-mirror-status-rollup.snapshot.json",
"docs/security/security-rollout-policy.snapshot.json"
],
"summary": {
"total_transition_rules": 5,
"decision_options_covered": [
"approve_scope",
"reject",
"defer",
"request_more_evidence",
"keep_blocked"
],
"runtime_actions_authorized": false,
"immediate_execution_allowed": false,
"action_buttons_allowed": false,
"raw_secret_storage_authorized": false
},
"transition_rules": [
{
"rule_id": "transition-approve-scope-waiting-runtime-gate",
"decision": "approve_scope",
"from_review_states": ["ready_for_human_review"],
"next_state": "scope_approved_waiting_runtime_gate",
"allowed_state_updates": [
" security_approval_decision_record_v1",
" approved_scope execution_authorized false",
" security_followup_runtime_gate_v1 follow-up runtime gate required ",
" rollup pending / approved scope "
],
"allowed_next_artifacts": [
"follow_up_runtime_gate_draft",
"design_or_draft_pr",
"read_only_inventory_request",
"low_noise_scope_definition",
"audit_evidence"
],
"still_forbidden": [
" scan/executereporefsdeploy secret ",
" action button",
" follow-up runtime gate",
" raw secret/token/cookie/private key/exploit payload"
],
"followup_runtime_gate_required": true,
"execution_authorized": false
},
{
"rule_id": "transition-reject-close-no-action",
"decision": "reject",
"from_review_states": ["ready_for_human_review"],
"next_state": "closed_rejected_no_action",
"allowed_state_updates": [
" security_approval_decision_record_v1",
" packet ",
" evidence refs reviewer",
" no runtime action"
],
"allowed_next_artifacts": [
"audit_evidence",
"operator_console_note"
],
"still_forbidden": [
" reject rollbackcleanuprepo delete ",
" evidence refs",
" gate"
],
"followup_runtime_gate_required": false,
"execution_authorized": false
},
{
"rule_id": "transition-defer-pending-owner-timing",
"decision": "defer",
"from_review_states": ["ready_for_human_review", "block_candidate"],
"next_state": "deferred_pending_owner_timing",
"allowed_state_updates": [
" review decision record",
" packet gate item",
" deferred",
" owner "
],
"allowed_next_artifacts": [
"audit_evidence",
"deferred_review_note",
"future_review_candidate"
],
"still_forbidden": [
" defer ",
" defer ",
" deferred item runtime blocker"
],
"followup_runtime_gate_required": false,
"execution_authorized": false
},
{
"rule_id": "transition-request-more-evidence-waiting-snapshot-update",
"decision": "request_more_evidence",
"from_review_states": ["ready_for_human_review", "block_candidate"],
"next_state": "evidence_requested_waiting_snapshot_update",
"allowed_state_updates": [
" evidence ",
" Security Supply Chain Session redacted snapshot",
" packet ",
" snapshot commit ready_for_human_review"
],
"allowed_next_artifacts": [
"redacted_snapshot_request",
"evidence_gap_note",
"audit_evidence"
],
"still_forbidden": [
" raw secrettokencookieprivate key exploit payload",
" evidence packet ",
""
],
"followup_runtime_gate_required": false,
"execution_authorized": false
},
{
"rule_id": "transition-keep-blocked-by-default",
"decision": "keep_blocked",
"from_review_states": ["block_candidate"],
"next_state": "blocked_by_default",
"allowed_state_updates": [
" keep_blocked security_approval_decision_record_v1",
" blocked reason required reviewers",
" block candidate ",
" disable/allowlist/audit gate "
],
"allowed_next_artifacts": [
"blocked_reason_audit",
"disable_gate_design_note",
"allowlist_design_note"
],
"still_forbidden": [
" Kali /execute",
" /execute MCP action",
" shell command ",
" command output "
],
"followup_runtime_gate_required": true,
"execution_authorized": false
}
],
"transition_rules_global": [
" security_approval_decision_record_v1",
" next_state runtime execution authorization",
"approve_scope inventory scope exception ",
"security_followup_runtime_gate_v1 runtime gate minimum evidencepreflight checks rollback / disable requirement runtime gate",
" scan/executereporefsdeploysecretRBACNetworkPolicyfirewall follow-up runtime gate",
"LOW / MEDIUM observation blocking gate"
],
"forbidden_actions": [
"execute_transition_rule",
"auto_approve",
"execute_after_approve_scope_without_runtime_gate",
"start_kali_scan",
"call_kali_execute_endpoint",
"run_credentialed_scan",
"create_github_repo",
"change_repo_visibility",
"sync_git_refs",
"switch_github_primary",
"auto_merge",
"production_deploy",
"store_secret_token_cookie_private_key_or_exploit_payload",
"turn_low_medium_observations_into_blocking_gates"
]
}