一键导入
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.