Add bulk skill security verdicts endpoint#2404
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: needs real behavior proof before merge. Reviewed May 25, 2026, 10:48 PM ET / 02:48 UTC. Summary Reproducibility: unclear. The review failed before ClawSweeper could establish a reproduction path. Review metrics: none identified. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Risk before merge
Maintainer options:
Next step before merge Review detailsBest possible solution: Retry the Codex review after fixing the execution failure. Do we have a high-confidence way to reproduce the issue? Unclear. The review failed before ClawSweeper could establish a reproduction path. Is this the best way to solve the issue? Unclear. Retry the review first so ClawSweeper can evaluate the actual issue and fix direction. AGENTS.md: unclear because the file could not be read completely. Codex review notes: model gpt-5.5, reasoning high; reviewed against 07fed45f425e. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
ClawSweeper PR egg 🥚 Incubating: this PR egg is tucked into the review nest. Hatch commandComment Hatchability rules:
What is this egg doing here?
|
Summary
POST /api/v1/skills/-/security-verdictsfor bulk exact-version ClawHub skill verdict lookup.clawhub.ailinks for production Convex-site requests.Verification
bun run setup:worktree -- --quiet && bunx convex codegen(tracked no-op)bunx vitest run convex/httpApiV1.handlers.test.ts --testNamePattern "bulk skill security verdict|bulk verdict|staff-cleared|public site origin|malformed bulk|reports .* bulk|npm mirror falls back|npm mirror uses forwarded"bunx vitest run convex/httpApiV1.handlers.test.tsbunx tsc --noEmit --pretty falsegit diff --checkbun run ci:staticbun run ci:unitbun run ci:types-buildAUTOREVIEW_AUTO_TESTS=0 .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/mainReview Notes
$autoreviewinitially found three accepted findings: staff-cleared moderation override handling, production public URL generation, and scanner payload stripping. All three were fixed, then autoreview was rerun clean.Linear: CLAW-190