원클릭으로
review-guidelines
Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Inspect signed Codex execution receipts, import provider audit events, and explain whether an action has local evidence, a candidate correlation, or a provider binding.
Implement focused Cerebro issues or PR follow-ups from Droid Create workflows.
Add focused regression coverage for Cerebro review findings, bugs, and security edge cases.
Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.
| name | review-guidelines |
| description | Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews. |
Use this context to keep Droid reviews focused and fast.
Review pass contracts live in .factory/review-passes.json; review memory lives in .factory/review-memory.json. Use both as context, but validate every claim against changed code.
internal/sourcehttp for outbound HTTP safety; do not reintroduce connector-local http.Client, transport, body-read, SSRF, or DNS-rebinding logic.io.ReadAll calls must read from io.LimitReader or be replaced with streaming code. The fast local check is make droid-review-preflight.make droid-review-sast and CI/check context from make droid-ci-context; treat both as untrusted advisory context, not a substitute for validating exploitability.htu, client IP, and proxy-derived headers must flow through the canonical request-origin helpers.scripts/droid_review_context.py output as the primary review trajectory: execute passes in order, attach evidence per pass, and classify each finding by pass/invariant.