Security fixes are provided on the default branch only:
main
Feature branches, archived branches, and old snapshots are not supported for security updates.
Please do not open a public GitHub issue for sensitive vulnerabilities.
To report a vulnerability:
- Email the maintainer at
vndt181204@gmail.com. - Include a clear description, impact, reproduction steps, and any proof of concept you have.
- If the issue affects local data, command execution, OAuth tokens, or external integrations, call that out explicitly.
Target response times:
- initial acknowledgement: within 72 hours
- initial triage: within 7 days
This policy especially covers:
- command execution and permission boundaries
- workspace filesystem access and path traversal risks
- OAuth and token handling
- MCP and external integration boundaries
- local data exposure in
~/Flazz - background services and sync pipelines
- Never bypass workspace path safety guards.
- Never weaken command permission or allowlist checks without a clear review.
- Do not commit secrets, API keys, tokens, or local workspace data.
- Treat
~/Flazzas user data, not repo state. - Prefer narrow contracts between renderer, main, and core.
packages/core/src/application/lib/command-executor.tspackages/core/src/config/security.tspackages/core/src/workspace/workspace.tspackages/core/src/agents/runtime.tsapps/main/src/ipc.tsapps/main/src/oauth-handler.tsapps/main/src/composio-handler.ts
Please allow time for validation and remediation before public disclosure.