This repository is an educational illustration of agent authorization patterns. It uses mock data only — no real OAuth tokens, API keys, or production credentials.
If you find a security issue in this repository (for example, accidental secret exposure in commits), please open a private report via GitHub Security Advisories or email the maintainer through their GitHub profile.
- In scope: accidental credential leaks, unsafe defaults that could mislead production deployments
- Out of scope: theoretical attacks against the mock
notion_searchimplementation
Do not copy mock patterns directly into production without:
- Real OAuth token storage with encryption at rest
- Explicit principal scoping on every tool call
- Audit logging aligned with your compliance requirements
- Editor-only inbox review for sensitive Claw actions
See Fleet Engineering failure modes for incident-style guidance.