Data Safety

Data Safety and Acceptable Use

Global Address Generator creates synthetic test data for product and QA workflows. This page explains what the generated data should and should not be used for.

Acceptable use

Not acceptable

Generated data is not verified

A generated record can include a realistic-looking name, phone number, street line, region, postal code, and country. That does not mean the record belongs to a real person, active phone subscriber, or deliverable address.

Safer testing practice

Keep generated records in test environments, label them as sample data, and avoid mixing them with real customer databases. For production workflows that require verified addresses or identities, use a dedicated verification provider.

Risk classification for test records

Data or actionRiskRequired control
Synthetic address stored in a local fixtureLowLabel it as test data and keep it outside customer tables.
Generated phone number displayed in a demoMediumNever call or message it; avoid suggesting that a subscriber exists.
Test order entering fulfillmentHighBlock fulfillment and payment before any external action occurs.
Generated record used for identity or eligibilityNot acceptableUse authorized, verified information instead.

Pre-production containment check

Before running an address test, confirm that outbound email, SMS, payment capture, fraud screening, tax filing, and fulfillment are disabled or routed to approved sandboxes. Use an obvious fixture identifier, document who owns cleanup, and remove test records after the run. If a test must touch production, obtain authorization and use controlled values supplied by the system owner rather than a random record.

Generated data reduces the need to expose real customer information, but it is not automatically anonymous or harmless. A random combination can coincidentally resemble a real person or location. Treat the result as unverified synthetic data, minimize retention, and never attempt to contact anyone represented by it.