You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the open-to-third-party program. Feeds the curated review queue (#W3) so humans see risk up front.
Static checks on submitted config + code: declared tool scope vs actual use, SSRF/egress (`lib/ssrf.ts`), any attempt to read secrets/other tenants, prompt-injection heuristics in the system prompt, obvious cost-bomb patterns (unbounded loops/fan-out).
Produce a risk score + findings attached to the review item.
Hard-block on clear violations (secret access, eval, cross-tenant); soft-flag the rest for the human reviewer.
Part of the open-to-third-party program. Feeds the curated review queue (#W3) so humans see risk up front.