Working draft — not yet legally reviewed

This page is HostPal's engineering-drafted statement of intent and is published in good faith. It has not been reviewed by licensed counsel and may not reflect every legal nuance of your jurisdiction. For a binding answer to a specific question, please contact [email protected].

Security Statement

Last updated: 21 May 2026

1. Encryption

2. Tenant isolation

The Service is multi-tenant. Every database record is scoped by accountId; property records additionally by propertyId. Every database query and every retrieval-augmented generation (RAG) lookup is filtered by both. An internal security review confirms no cross-tenant or cross-property data path in the message pipeline.

3. Authentication & access control

4. Prompt-injection & adversarial-input defences

Guest-sourced text is sanitised before injection into LLM prompts: Unicode normalisation, zero-width character stripping, length capping per field, and pattern-based removal of common injection vectors ("ignore previous instructions", role-override phrases, system-tag tokens). All Host- and Guest-sourced data is rendered into XML-fenced prompt sections with [SYSTEM NOTE] markers so the LLM treats them as reference data, not instructions.

5. Inbound media controls

6. Logging, monitoring, audit trail

7. Vulnerability management

8. What HostPal is NOT responsible for — Shared Responsibility Model

This section is critical. The Service is a communications and information layer; it is not a physical security service. The Host retains sole responsibility for:

9. Incident response

We follow a documented incident-response process targeting 4-hour triage and 72-hour notification to affected Hosts (GDPR Art. 33 / 34 where applicable). Detection sources include Sentry alerts, Atlas anomaly monitoring, Cloudflare WAF, Twilio / Stripe fraud signals, and inbound coordinated-disclosure reports.

10. Safe harbor for security researchers

If you believe you have found a security vulnerability, email [email protected]. Do not access, modify, or delete data belonging to others; do not disrupt the Service or perform denial-of-service testing; and allow 90 days for remediation before public disclosure. We will not pursue legal action against researchers acting in good faith within these limits.