start_review_before_ship
Initiate a deeper security audit after completing the initial review, verifying code safety and gating release with actionable verdicts.
Instructions
Start Guardian high only after a completed first review of the same source snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | 이 릴리스에서 변하지 않는 앱 식별자(예: my-shop-web) | |
| live_url | No | 선택 사항인 실제 앱 URL. 승인 없는 외부 능동 검사는 실행하지 않습니다. | |
| user_scope | Yes | 사용자와 권한 범위(예: anonymous, member, admin) | |
| data_classes | Yes | 다루는 데이터 종류. 쉼표로 구분합니다(예: account, korean_pii, payment) | |
| workspace_path | No | 설치 시 고정된 프로젝트는 '.'을 사용합니다. | . |
| live_authorized | No | 외부 live 대상의 능동 검수 권한을 운영자가 확인했는지 여부 | |
| run_live_review | No | 허가된 live URL에 동적 검수를 실행할지 여부 | |
| scope_proof_ref | Yes | 검수 권한을 확인할 수 있는 운영자 측 근거의 참조값. 비밀 원문은 넣지 않습니다. | |
| business_purpose | Yes | 앱이 실제로 제공하는 기능과 이용 목적 | |
| public_endpoints | No | 허가된 공개 엔드포인트 목록(예: /,/api/health) | |
| initial_review_id | Yes | 완료된 check_my_app 검수 번호. 코드 수정 후에는 check_my_app을 다시 실행한 번호여야 합니다. | |
| authorization_note | No | 능동 검수 권한 범위에 대한 짧은 설명. 자격증명 원문은 넣지 않습니다. | |
| previous_report_path | No | 선택 사항인 이전 raw-free Guardian 보고서 경로 | |
| run_software_composition | No | 의존성·라이선스·공급망 분석을 함께 실행합니다. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| findings | No | ||
| experience | Yes | ||
| review_job | No | ||
| guardian_gate | No | ||
| review_receipt | No | ||
| primary_workflow | No | ||
| application_assurance | No | ||
| auditor_qualification | No |