{"guarantee":["Every value this data plane serves is sourced from Applicant Tracking Systems and public job-board postings only.","No LinkedIn data is ever served, stored as a served field, or resold.","No contact PII — no names, emails, phone numbers, or personal profiles of individuals — is ever served.","Resale-safe: a platform can resell the derived hiring-motion output without inheriting LinkedIn's or a people-data broker's legal exposure."],"scope":{"sourcing":"ATS systems and public job-board postings.","identity_resolution":"Company identity may be matched on a public company domain or a public company LinkedIn handle. That handle is an internal join key only — it names a company, never a person, and is itself never served.","never_served":"No person-level PII and no LinkedIn-derived firmographic field is ever returned to a caller."},"enforced_by":{"mechanism":"The plane's single serialization boundary (services/plane_serializers.py) validates every resource's field allowlist at import time and fails fast on any forbidden field, so a forbidden value can never be declared — let alone served.","forbidden_tables":["enrich_nudge_state","ss_emails","ss_persons"],"forbidden_linkedin_columns":["company_profiles.description","company_profiles.headcount","company_profiles.headline","company_profiles.industry","company_profiles.linkedin_loaded_at","company_profiles.linkedin_slug","company_profiles.linkedin_uid","company_profiles.specialties"],"forbidden_contact_pii_columns":["signals.contact_person"],"row_level_filter":"The plane answers from the hiring ledger, never from the raw signal table. LinkedIn-sourced rows (li_jobs) are refused at the ledger's admission boundary, which appends an event only for a non-LinkedIn ATS/job-board source; the plane's ledger reads apply plane_serializers.hiring_event_ats_only_filter and plane_serializers.hiring_req_state_ats_only_filter on top, excluding the role-slot aggregate pseudo-board — the one producer that pools all sources. So a LinkedIn row is never in a result set the field allowlist is applied to.","row_level_predicates":["plane_serializers.hiring_event_ats_only_filter","plane_serializers.hiring_req_state_ats_only_filter"]},"statement_url":"/v1/compliance"}