NED ← Back to NED

Security Overview

Last updated: 11 July 2026

NED is a small, focused training app that stores account records, trial, subscription and office details, receipt references, and team attendance registers. The controls below describe how those records are protected.

Account security

User and attendance records

Payment records

Application hardening

ControlHow NED applies it
HTTPSProduction uses HTTPS with HSTS.
Server-side authorisationSubscriptions, account records, receipts, attendance exports and admin actions are checked by the PHP API, not by local browser state.
Secrets managementDatabase, Stripe, Google OAuth, SMTP and admin secrets are stored server-side and are not committed to the public web files.
CSRF protectionState-changing authenticated endpoints require same-origin requests and use SameSite cookies.
Browser security headersNED sends content-type, frame, referrer, permissions and Content Security Policy headers appropriate to each page surface.
Abuse controlsSign-in, live market and attendance endpoints use lightweight rate limiting.
MonitoringA health endpoint checks key runtime dependencies without exposing secret values.

Incident handling

If we identify a privacy or security incident, we assess the impact, contain the issue, preserve relevant logs, and notify affected people and regulators where required. Under New Zealand's Privacy Act 2020, notifiable privacy breaches are assessed against the serious-harm threshold.

Accreditation status

NED does not currently claim SOC 2, ISO 27001, PCI certification, Privacy Trust Mark, or any government security accreditation. Payment-card handling is intentionally outsourced to Stripe Checkout to keep NED's card-data footprint low. Security and compliance claims will be updated only after the relevant external assessment or validation has been completed.

Report a concern

To report a suspected security or privacy issue, email [email protected]. Please do not include passwords, card details, or other unnecessary sensitive information in your report.

This page is a transparency summary, not a guarantee that any system is immune from risk.