Legal
Security Disclaimer
Effective date: May 31, 2026
Draft notice. This document is a professional draft provided for convenience. It is not legal advice. Have a licensed attorney review it before you rely on it. [attorney review]
1. Authentication Scope
This website (universalnetworkdevelopment.com) is operated by Universal Network Development LLC, doing business as “U.N.D Industries”, a Florida limited liability company. It uses Supabase for account authentication, with Cloudflare Turnstile (CAPTCHA) and rate limiting protecting the sign-in, sign-up, and reset flows. Passwords are stored only as a salted hash by the authentication provider — never in plaintext. Payments are processed by Stripe; the site never receives or stores your full card number. That said, this is a consumer creative-technology platform, not a financial, medical, or enterprise security service.
While authentication is real and passwords are protected, this site is not designed or audited as a high-security service. Do not use it to store sensitive personal data, financial credentials, or anything requiring bank-grade security protection.
2. Password Security
Your password is stored only as a salted hash by our authentication provider (Supabase) before being saved in its database. This means:
- Your plaintext password is never stored or logged anywhere, and we never see it.
- Supabase's authentication system handles the hashing and verification process.
- Row Level Security (RLS) ensures users can only access their own data.
Still, use a unique password not shared with other services — standard practice for any online account.
3. Infrastructure
Account, profile, entitlement, and message data are stored in a Supabase-managed Postgres database. The site is hosted and served through Cloudflare, which also provides our CDN and Turnstile bot protection. Payment processing is handled by Stripe. These are third-party providers; U.N.D Industries does not operate its own servers.
The frontend communicates with Supabase via its public client library using Row Level Security to restrict data access, and all traffic is served over HTTPS.
4. User Responsibility
By using this site's account or contact features, you acknowledge that:
- You will not enter financial information, government IDs, medical data, or other sensitive personal information.
- You will use a unique password not shared with other services.
- You are solely responsible for the information you choose to submit.
5. No Liability
U.N.D Industries is not responsible for any damages, data loss, or consequences resulting from a user entering sensitive data on this site contrary to the warnings stated here. This site is a consumer creative-technology platform and is provided as-is with reasonable effort but no security guarantees beyond those described above.
6. Intended Use
This site is a consumer creative-technology platform. Its account system exists to support community features, not to protect highly sensitive data. No financial, medical, legal, or enterprise-grade security is implied or guaranteed.
7. Data Collection Modes
Logged-in users may select a data collection mode in their dashboard:
- Standard (default): Only data you actively submit is stored. No passive collection, no behavioral tracking, no analytics.
- Advanced: Your preference is saved and enables optional personalization features as they become available. Advanced mode does not add third-party services, trackers, or analytics of any kind.
Neither mode weakens the security of your account credentials. Passwords are always hashed with bcrypt regardless of mode. Your setting can be changed or revoked from your dashboard at any time.