Please do not open a public issue for security vulnerabilities.
Instead, report privately via GitHub's Security Advisories — click "Report a vulnerability" on the repository's Security tab.
Include the affected version, a description, and steps to reproduce. We'll acknowledge within a few business days and keep you updated on the fix.
Capsa is a static site generator for documentation. Keep in mind:
VITE_*environment variables are public — they're inlined into the client bundle at build time. Never place secrets in them. This is by design, not a vulnerability.- The optional auth integration uses a public WorkOS client id; any real secrets belong in a server/Function you control, not in the client.
Reports about secrets intentionally exposed through VITE_* variables are out of
scope.