Project: auditPic Date: 2026-03-27 Status: Draft
Is this system in scope for NIS2?
Note: Individual audit organisations deploying auditPic in regulated sectors (e.g. healthcare, financial services, critical infrastructure) may themselves be subject to NIS2 and should conduct their own assessment.
Sector: Enterprise software / mobile application — not directly classified under NIS2 sector categories. If deployed in healthcare (Annex I) or financial services (Annex II) audit contexts, the audit organisation is the regulated entity, not GloryLabs.
| Measure | Status | Notes | |---------|--------|-------| | Multi-factor authentication | ✅ | MFA available and recommended via Firebase Auth; enforced for admin accounts; auditor MFA configurable per organisation | | Encryption at rest | ✅ | Firebase Storage and Firestore encrypted at rest by Google (AES-256) | | Encryption in transit | ✅ | All Firebase SDK communications over TLS 1.3; enforced by Firebase | | Vulnerability management / patching | ✅ | Flutter and Firebase SDK dependency updates tracked; Dependabot/Renovate in CI pipeline | | Network segmentation | ✅ | Firebase Security Rules enforce data access boundaries between audits and users; App Check prevents unauthorised clients | | Endpoint protection | ⬜ | Auditor mobile devices not centrally managed; MDM policy for audit organisations to be recommended | | Logging & monitoring (SIEM) | ✅ | Firebase App Check and Auth logs; Firestore write audit trail via timestamps; Crashlytics for app health | | Penetration testing | ⬜ | Planned; Firebase Security Rules to be formally tested | | Secure SDLC | ✅ | Code review required; SAST in CI; Flutter best practices followed; no sensitive data in code | | Access control (least privilege) | ✅ | Firebase Security Rules: auditors access own audits only; admin role for cross-audit access; UID-based rules | | Backup & restore tested | ✅ | Firebase Storage multi-region replication; Firestore point-in-time recovery available; tested in staging | | Supply chain security | ✅ | Firebase/Google supply chain under Google's own NIS2/ISO 27001 compliance programme; Flutter dependencies reviewed |
Note: As auditPic is assessed as out of scope for NIS2 direct obligations, the following describes the recommended incident handling posture aligned with NIS2 principles.
Early warning (24h): On detection of a significant incident (e.g. Firebase Security Rules bypass, unauthorised access to audit photos, account compromise), GloryLabs notifies affected audit organisations within 24 hours and documents the incident.
Notification (72h): If the incident involves a personal data breach, notification to the Autoriteit Persoonsgegevens (AP) within 72 hours per GDPR Art. 33. If the audit organisation is itself a NIS2-regulated entity, they notify their competent authority independently.
Final report (1 month): Full incident report provided to affected audit organisations within one month of detection.
Competent authority: Autoriteit Persoonsgegevens (AP) — for GDPR breach notifications. NIS2 competent authority (RDI) if reclassification as Important Entity is determined. CSIRT: NCSC-NL for guidance; sector-specific CSIRT if deployed in regulated sector.
| Supplier | Criticality | Security assessment done? | DPA / SLA in place? | |----------|------------|--------------------------|---------------------| | Google LLC (Firebase — Auth, Storage, Firestore, Crashlytics) | Critical — all core data processing depends on Firebase | Yes — Google is ISO 27001, SOC 2 Type II, ISO 27017, ISO 27018 certified; NIS2 compliance as cloud provider | Yes — Google Cloud Data Processing Addendum (DPA) with SCCs | | Flutter (Google/open source) | Medium — client-side framework; no server-side data access | Open source; maintained by Google; Flutter security advisories monitored | N/A (open source) | | Dart pub.dev dependencies | Medium — third-party packages could introduce vulnerabilities | Dependency review policy; pinned versions; audit before adding new packages | N/A (open source) |
processes/disaster-recovery.md) — to be documented; largely dependent on Firebase managed availability| Gap | Priority | Owner | Target date |
|-----|----------|-------|-------------|
| Incident handling policy not formalised | High | GloryLabs | 2026-05-01 |
| Business continuity / DR plan not documented | High | GloryLabs | 2026-05-01 |
| Firebase Security Rules penetration test not performed | High | GloryLabs | 2026-06-01 |
| Security awareness training not scheduled | Medium | GloryLabs | 2026-05-15 |
| MDM guidance for auditor devices not provided to deploying organisations | Medium | GloryLabs | 2026-06-01 |
| ~~Automated photo retention / deletion workflow not implemented~~ | ~~Medium~~ | ~~GloryLabs~~ | Resolved 2026-05-09 — DELETE /api/v1/auth/me cascades to photos, tokens, MinIO; daily RetentionService enforces per-photo retention_days. |
Reacties