Expected Findings
- Pinecone API key is bundled into the public JS config.
- Search endpoint accepts a wildcard namespace and returns rows from every tenant.
- Returned chunks include raw HR and customer notes.
The frontend ships a Pinecone API key and the search endpoint returns chunks across every tenant namespace because the filter is client-supplied.
PINECONE_API_KEY = "pk_live_vec_full_access"