> ## Documentation Index
> Fetch the complete documentation index at: https://docs.collabute.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Security

> Auth, RBAC, webhooks, and validation

## Auth

* Convex auth with middleware route protection
* Server-side role checks

## Webhooks

* Signature verification (e.g., GitHub) before processing

## RBAC

* Roles checked in Convex functions and protected UI

## Data hygiene

* Strict TypeScript types; no any
* Validate inputs at edges
