ConfigurationSecurity & Privacy
Data Access
What code Burg AI accesses and when
Data Access
What Code Is Accessed
When a PR is reviewed, Burg AI accesses:
- PR diff — The changes in the pull request
- Changed files — Full content of modified files
- PR metadata — Title, description, author, labels
What Is NOT Accessed
- Repository history (past commits not in the PR)
- Other branches
- Issues or discussions
- Other PRs
- Files not changed in the current PR
When Code Is Accessed
Code is accessed only when:
- A PR is opened or updated
- A review job is queued
- The job is picked up for processing
Code is not accessed:
- When you browse the dashboard
- When you change settings
- At any scheduled interval
Where Code Is Processed
- Webhook received — GitHub sends PR metadata
- Code fetched — Via GitHub API using your installation token
- Sent to LLM — Using your BYOK key
- Results posted — Back to GitHub as comments
- Code discarded — Not stored after processing
Access Tokens
Burg AI uses:
- GitHub App installation token — To fetch PR content
- Your BYOK key — Sent to LLM provider
Your GitHub token is managed by GitHub's OAuth flow. Your BYOK key is encrypted at rest.