WALO.

Security Controls

Last updated: July 22, 2026 · Operated by Service Pricer LLC

This page summarizes security controls WALO uses to protect business data, customer data, connected accounts, and automation workflows. No system is perfectly secure, but these controls describe our current operating approach.

1. Access controls

WALO restricts administrative access to authorized personnel and service accounts that need access to operate or support the service. Access is intended to follow least-privilege principles. Sensitive operational actions are limited to trusted environments and accounts.

2. Tenant separation

WALO is designed as a multi-tenant system. Business data is scoped by tenant/workspace so one business should not access another business's data. Database policies, application routing, tenant IDs, and owner authorization checks are used to separate customer records.

3. Authentication and sessions

WALO uses authenticated sessions for dashboards and owner-gated endpoints. WhatsApp owner commands are restricted to approved owner phone numbers for each tenant. Sensitive commands are routed through owner-only paths instead of customer-facing concierge paths.

4. Security in transit

WALO requires HTTPS/TLS for web and API traffic. Cloudflare security headers are applied to reduce common browser risks, including HSTS, clickjacking protection, content sniffing protection, referrer controls, and content security policy controls.

5. Secrets and connected accounts

API keys, OAuth client secrets, and service tokens are stored as platform secrets, not in public site files. Connected-account tokens are stored server-side and are encrypted at rest where WALO's token vault is used. OAuth scopes are kept as narrow as practical for the features enabled.

6. Owner approval for sensitive actions

WALO is built around approval gates for sensitive actions such as sending customer-facing messages, changing DNS, applying email authentication records, committing code, changing connected accounts, scheduling events, or making deployment-related changes. The system should show what will change before applying actions that materially affect a business.

7. Change management

Production changes are developed, checked, and deployed through controlled tooling. Code changes are tested locally where practical before deployment. Deployment tools keep version IDs and logs so changes can be tracked and rolled forward or corrected.

8. Monitoring and logging

WALO keeps operational logs and diagnostic events to troubleshoot errors, investigate abuse, verify deliveries, monitor automations, and support security review. Logs are intended to avoid exposing secrets and are retained only as needed for operations, security, and legal purposes.

9. Data backup and resilience

WALO relies on infrastructure providers such as Cloudflare and database/storage providers for platform availability, redundancy, and backup capabilities. We design important workflows to fail closed where possible, especially around authentication, connected-account actions, and message sending.

10. Vulnerability handling

We review security reports, dependency issues, exposed-secret risks, authentication failures, and data-access findings as they arise. If a secret is suspected to be exposed, the safe response is rotation and redeployment. If we identify a security incident affecting users, we will investigate and notify affected users as required by law.

11. Customer responsibilities

Customers are responsible for keeping their own accounts secure, using strong passwords, protecting connected third-party accounts, limiting team-member access, reviewing AI outputs, maintaining required customer messaging consent, and promptly telling us about suspected unauthorized access.

12. Reporting security issues

Please report suspected vulnerabilities, exposed credentials, unauthorized access, or abuse to [email protected]. Include the affected domain, endpoint, account email if relevant, and enough detail for us to reproduce or investigate.

Back to WALO