mirror of
https://github.com/larsbaunwall/vscode-copilot-bridge.git
synced 2025-10-05 22:22:59 +00:00
467 B
467 B
Security & Compliance
- Uses only the public VS Code Language Model API (
vscode.lm). - Does not call, impersonate, or reverse-engineer private GitHub Copilot endpoints.
- The HTTP server binds to localhost by default (non-configurable).
- Mandatory bearer-token auth via
bridge.token. - Rate and concurrency limits are available to preserve interactive editor usage.
- No telemetry or prompt/response data is collected or transmitted by the author.