Skip to content

Security: PlaceField/placefield-examples

Security

SECURITY.md

Security

This repository contains sample integration code for PlaceField. It does not contain PlaceField product source code, customer data, production configuration, or real API keys.

API Keys

  • Do not commit real API keys.
  • Use pf_pub_xxx for public browser key placeholders in examples.
  • Public browser keys are intended for browser integrations only when restricted to exact allowed origins.
  • Secret server keys use the pf_live_ prefix and must stay on your backend.
  • Never place a pf_live_ key in browser JavaScript, HTML, screenshots, issues, pull requests, or committed files.

Reporting Security Issues

Please do not open a public GitHub issue for security concerns.

Report security issues to:

team@placefield.dev

Include enough detail to reproduce the issue, but do not include live secrets or customer data.

There aren't any published security advisories