use github private vulnerability reporting — the security tab of this repository, "report a vulnerability". please don't open a public issue for something exploitable. only the latest release is supported.
findyourcode is a local cli. by default it talks to no network, and the only
thing it writes is .findyourcode/index.db.
- that file holds your code — chunk text and summaries in plaintext, as
sensitive as the repository itself. keep
.findyourcode/gitignored. --provider voyageand--provider openaisend the text of every indexed chunk to a third party over https, withVOYAGE_API_KEY/OPENAI_API_KEYread from the environment andOPENAI_BASE_URLdeciding where openai requests go. a remote provider means your code leaves the machine.