Security And Public Data Boundary
Public docs should make PubFi easier to understand without leaking private runtime state.Public-Safe Data
Allowed in public docs:- public product descriptions;
- public Discovery URLs;
- public OpenAPI and MCP manifest URLs;
- public-safe example requests;
- redacted response shapes;
- public-safe source freshness summaries;
- claim-safety language.
- public explanations of
llms.txt,llms-full.txt, OpenAPI, MCP, and Discovery links.
Private Data
Do not publish:- PubFi API keys;
- upstream provider credentials;
- account ids and private usage data;
- billing records;
- wallet secrets or payment payloads;
- private procurement notes;
- raw production Postgres
seo_georows; - raw answer-engine outputs;
- unredacted crawler logs;
- local runner scratch.
- query-prioritization maps;
- content-operations workflows;
- readback methods;
- campaign plans;
- internal SEO/GEO operating playbooks.