Blue Goat CyberSMMedical Device Cybersecurity
    K
    MedTech segment · Digital Therapeutics

    Digital Therapeutics (DTx) cybersecurity.

    Cybersecurity for prescription digital therapeutics and DTx apps.

    Overview

    What we mean by digital therapeutics.

    Prescription digital therapeutics are mobile- and web-first SaMD with patient-identifiable data and clinical claims. We deliver mobile and API penetration testing, SBOMs, and threat models built for DTx submission packages.

    Prescription DTx products live mostly on patient phones and in the cloud - which makes mobile, identity, API authorization, and back-end PHI handling the dominant attack surfaces. The device boundary is the app + the cloud, not the phone.

    DTx ships at SaaS cadence (weekly or faster). Cyber regression has to be CI/CD-integrated, not a once-a-year pen test, and PCCPs are increasingly the path to keep release velocity inside the FDA framework.

    Typical clinical uses

    • Prescription DTx for substance use, insomnia, ADHD, and depression
    • Chronic disease management (diabetes, COPD, IBS)
    • Pediatric and behavioral health DTx
    • Oncology adherence and symptom-monitoring DTx
    • Rehab and physical therapy DTx with sensor input

    Key data flows & integrations

    • Patient app ↔ cloud back-end (TLS, OAuth/OIDC)
    • Cloud ↔ clinician portal (SSO, RBAC)
    • Cloud ↔ EHR / payer (FHIR, SMART on FHIR)
    • Cloud ↔ analytics / observability SDKs (third-party trust)
    • App ↔ phone OS keystore / biometrics (platform attestation)
    Threat surface

    Cyber risks specific to digital therapeutics.

    Mobile client hardening

    Root/jailbreak detection, secure storage, and TLS pinning are basic expectations for prescription-class mobile SaMD.

    Backend API authorization

    Object-level authorization gaps (BOLA) are the #1 finding in DTx backends.

    Third-party SDK risk

    Analytics and ad SDKs in DTx apps frequently leak PHI - SBOM and SDK review are essential.

    Real-world attacks

    Notable real-world attacks & threat scenarios.

    DTx products live almost entirely on patient phones and in the cloud, so the dominant incident history is the broader mobile/SaaS PHI breach pattern - which is exactly what reviewers reference when they cite OWASP MASVS and ASVS expectations.

    Historical incidents

    • Flo Health FTC settlement (2021)

      FTC alleged that Flo's period- and fertility-tracking app shared sensitive health data with third-party analytics SDKs (including Facebook and Google) despite privacy promises. Settlement required independent privacy audits and notice obligations.

      FTC, In re Flo Health, Inc., Jan 2021

    • BetterHelp / GoodRx FTC actions (2023)

      FTC actions against BetterHelp and GoodRx for sharing user health data with advertising platforms reset industry expectations for SDK and pixel use in any health-related app - directly applicable to prescription DTx products.

      FTC, In re BetterHelp, Inc., Mar 2023FTC, In re GoodRx Holdings, Feb 2023

    • Broken object-level authorization (BOLA) in healthcare APIs

      OWASP API Security ranks BOLA as the #1 API risk and it remains the most frequent critical finding in our DTx backend assessments - other-user record access through ID guessing or token misuse.

      OWASP API Security Top 10 (2023)

    Active threat scenarios

    • Object-level authorization gap exposing other-patient records

      Predictable IDs combined with weak authorization checks allow access to other patients' therapy data, prescriber notes, or PHI.

    • Third-party SDK PHI leakage

      Analytics, attribution, or A/B SDKs in a prescription build can transmit PHI to third parties unless explicitly stripped from the regulated build.

    • OAuth / token mismanagement

      Long-lived tokens, missing scope enforcement, and refresh-token theft are repeat findings in DTx backends.

    • Therapy-content tampering

      Unsigned therapy content delivered from the cloud can be modified in transit or at rest, changing the prescribed regimen.

    What FDA reviewers cite

    Reviewer talking points from these incidents

    • OWASP MASVS L2 alignment for the patient mobile app
    • Explicit SDK inventory in the SBOM with PHI data-flow analysis
    • Authorization tests covering every object class and tenant boundary
    • Signed therapy-content delivery with integrity verification
    Top concerns

    Top cybersecurity concerns for digital therapeutics.

    Prescription DTx products live mostly on patient phones and in the cloud - which makes mobile, identity, and back-end APIs the dominant attack surfaces.

    • Mobile app code tampering, jailbreak/root, and reverse engineering
    • Insecure storage of PHI on the device
    • OAuth / SSO mis-configuration and token theft
    • API authorization (broken object-level authorization is the #1 finding)
    • Patient identity assurance and account recovery abuse
    • Therapy-content tampering changing prescribed regimens
    • Push-notification spoofing and social engineering
    • Third-party SDK supply chain (analytics, crash, A/B)
    Operational challenges

    Where digital therapeutics teams get stuck.

    Phone-as-medical-device assumptions

    Threat models must assume the OS is hostile, the app is reverse-engineered, and the user can be socially engineered.

    Continuous release cadence

    DTx ships weekly or faster - cyber regression testing has to be CI/CD-integrated, not a once-a-year pen test.

    FDA + HIPAA + state privacy stack

    DTx sits under FDA, HIPAA, and increasingly state health-privacy laws - documentation must reconcile all three.

    Reimbursement-driven integrations

    Payer/EHR integrations (FHIR, SMART) bring new auth flows and trust boundaries that need explicit modeling.

    What FDA scrutinizes

    Reviewer focus areas

    Mobile threat model

    Reviewers expect a model that assumes the OS is hostile, the app is reverse-engineered, and the user can be socially engineered.

    API authorization

    Broken object-level authorization is the #1 finding on DTx pen tests; FDA and hospital security teams both expect explicit testing.

    Continuous-release evidence

    PCCP + CI/CD security gates are how you keep weekly releases compliant without re-submitting.

    Regulatory pathways and standards

    Regulatory pathways

    FDA pathways we support

    510(k) De Novo
    Standards & guidance

    Applicable standards

    FDA 2026 Premarket Cyber Guidance AAMI SW96 OWASP MASVS OWASP ASVS HIPAA Security Rule

    Standards & deliverables

    What you owe FDA for digital therapeutics - at a glance.

    Six deliverables FDA and notified bodies expect across MedTech, with the digital therapeutics-specific wrinkle on each row. Use it as a scoping checklist before you brief vendors or your QA team.

    Deliverable Status Cadence Standard / guidance Digital Therapeutics note
    SBOM + VEX

    Machine-readable SBOM (CycloneDX/SPDX) plus VEX feed for every CVE that touches a listed component.

    Required Premarket + monthly refresh FDA Cybersecurity Guidance §V · CISA SBOM minimum elements SBOM must include third-party SDKs (analytics, A/B, crash) - they are the most common PHI-leak path.
    Postmarket monitoring

    Continuous CVE / advisory monitoring against the SBOM, with a documented triage and disclosure path.

    Required Continuous (≤30-day triage) FD&C Act §524B · FDA Postmarket Cybersecurity Guidance CI/CD-integrated CVE + dependency scanning is mandatory given weekly release cadence.
    Penetration test scope

    Black/grey-box testing across device, wireless interfaces, mobile apps, cloud APIs, and service tooling.

    Required Premarket + on material change AAMI TIR57 · FDA Premarket Cyber Guidance §VI.A.5 Pen test scope: mobile app (jailbreak/root), OAuth/SSO flows, BOLA on APIs, push-notification infra.
    Threat model

    STRIDE-per-interface threat model with documented mitigations and residual-risk acceptance.

    Required Premarket, refreshed each design change AAMI TIR57 · FDA Premarket Cyber Guidance §V.A Assume the OS is hostile, the app is reverse-engineered, and the user can be socially engineered.
    Secure update mechanism

    Signed firmware/software updates with rollback protection, integrity verification, and staged rollout.

    Required Designed premarket, exercised lifecycle-long FDA Cyber Guidance §IV · IEC 81001-5-1 Mobile app store + back-end coordinated rollout, with kill-switch for therapy content tampering.
    Coordinated Vulnerability Disclosure

    Public CVD policy, intake channel, and SLAs for triage, fix, and customer communication.

    Required Continuous, lifecycle-long ISO/IEC 29147 + 30111 · Section 524B(b)(2) CVD policy must reconcile FDA, HIPAA, and state health-privacy laws in the same disclosure flow.
    • SBOM + VEX

      Required

      Machine-readable SBOM (CycloneDX/SPDX) plus VEX feed for every CVE that touches a listed component.

      Cadence
      Premarket + monthly refresh
      Standard
      FDA Cybersecurity Guidance §V · CISA SBOM minimum elements
      Digital Therapeutics note
      SBOM must include third-party SDKs (analytics, A/B, crash) - they are the most common PHI-leak path.
    • Postmarket monitoring

      Required

      Continuous CVE / advisory monitoring against the SBOM, with a documented triage and disclosure path.

      Cadence
      Continuous (≤30-day triage)
      Standard
      FD&C Act §524B · FDA Postmarket Cybersecurity Guidance
      Digital Therapeutics note
      CI/CD-integrated CVE + dependency scanning is mandatory given weekly release cadence.
    • Penetration test scope

      Required

      Black/grey-box testing across device, wireless interfaces, mobile apps, cloud APIs, and service tooling.

      Cadence
      Premarket + on material change
      Standard
      AAMI TIR57 · FDA Premarket Cyber Guidance §VI.A.5
      Digital Therapeutics note
      Pen test scope: mobile app (jailbreak/root), OAuth/SSO flows, BOLA on APIs, push-notification infra.
    • Threat model

      Required

      STRIDE-per-interface threat model with documented mitigations and residual-risk acceptance.

      Cadence
      Premarket, refreshed each design change
      Standard
      AAMI TIR57 · FDA Premarket Cyber Guidance §V.A
      Digital Therapeutics note
      Assume the OS is hostile, the app is reverse-engineered, and the user can be socially engineered.
    • Secure update mechanism

      Required

      Signed firmware/software updates with rollback protection, integrity verification, and staged rollout.

      Cadence
      Designed premarket, exercised lifecycle-long
      Standard
      FDA Cyber Guidance §IV · IEC 81001-5-1
      Digital Therapeutics note
      Mobile app store + back-end coordinated rollout, with kill-switch for therapy content tampering.
    • Coordinated Vulnerability Disclosure

      Required

      Public CVD policy, intake channel, and SLAs for triage, fix, and customer communication.

      Cadence
      Continuous, lifecycle-long
      Standard
      ISO/IEC 29147 + 30111 · Section 524B(b)(2)
      Digital Therapeutics note
      CVD policy must reconcile FDA, HIPAA, and state health-privacy laws in the same disclosure flow.
    Services

    How we help digital therapeutics teams.

    FAQs

    Digital Therapeutics cybersecurity FAQs.

    Is HIPAA enough for a DTx submission?

    No. HIPAA covers privacy, breach response, and the obligations of covered entities and business associates - it does not satisfy FDA premarket cybersecurity content. You need both, and the cyber documentation has to demonstrate that HIPAA controls are coherent with the FDA-expected security risk management under AAMI SW96 and ISO 14971. Reviewers explicitly flag inconsistencies between privacy notices, BAAs, and the SPDF.

    What mobile testing standard do you align to?

    OWASP MASVS L2 by default for prescription DTx, with MSTG-driven test cases. Verification level is tuned to the actual risk profile - prescription products with controlled-substance or pediatric indications often warrant MASVS L2+R (resilience), while adjunctive wellness-style indications may justify L1. The chosen level, the rationale, and the resulting test coverage are all documented in the SPDF so reviewers can see why the depth is appropriate.

    How do you handle third-party SDKs (analytics, ads, attribution, crash reporting)?

    Each SDK is enumerated in the SBOM with its version, the data classes it can access, and the destinations it sends to. Data flows are mapped, any PHI exposure is flagged, and we typically recommend stripping ad and attribution SDKs from the prescription build entirely. Analytics SDKs are kept only when configured for de-identified or aggregated telemetry and run through a DPIA-style review. SDK supply-chain risk (typosquatting, dependency confusion, post-install scripts) is also assessed.

    Do you test the prescriber portal too?

    Yes. The clinician-facing portal, EHR integrations, caregiver views, and any back-office or admin consoles are scoped together with the patient app so authorization, tenancy, and audit logging are tested coherently. Cross-role authorization (patient vs. caregiver vs. prescriber vs. admin) is one of the highest-impact finding areas in DTx and is exercised exhaustively in the test plan.

    How long does a DTx engagement take?

    A typical premarket cyber package - threat model, SBOM with VEX, mobile pen test, API pen test, prescriber portal pen test, security risk file, and consolidated report - runs 4-7 weeks depending on backend complexity, number of integrated services, and whether the prescriber portal is in scope. Threat modeling and SBOM front-load in weeks 1-2, testing runs in weeks 2-6, and the consolidated package and postmarket plan close out in the final week.

    What about app store review and DTx?

    We help you write privacy disclosures, security disclosures, and clinical-claim language consistent with both Apple App Store and Google Play policies and your FDA submission so they don't contradict. App store rejections in this space frequently cite mismatch between the IFU's claims and the listing copy, or PHI-relevant SDK behavior that wasn't disclosed - both of which the cyber and regulatory teams should be solving together, not separately.

    How do you handle the 'phone as platform' problem?

    Off-the-shelf phones aren't medical devices, so the design has to compensate for OS variability, sideloading, OS-level screen-lock bypass, accessibility-service abuse, and the user installing arbitrary apps in the same trust boundary. We document the assumed platform constraints in the IFU, exercise the highest-impact platform-abuse scenarios in pen testing, and verify that compensating controls (e.g., root/jailbreak detection, secure storage, attestation where available) behave as documented.

    Do you cover wearables and BLE peripherals that integrate with a DTx?

    Yes. Paired wearables, sensors, and BLE peripherals are scoped as part of the connected system: pairing mode, OTA signing on the peripheral firmware, sensor-spoofing resistance, and battery/DoS handling. Findings against the peripheral feed back into the system-level threat model and SBOM so the regulatory and cyber stories stay unified.

    What about generative-AI features in DTx (chat, content generation, coaching)?

    When generative AI affects clinical claims or behavior, the model is part of the regulated software and the cyber package addresses prompt-injection resistance, output-handling/escaping, content provenance, supply-chain controls on the model and its hosting, and any PCCP cyber elements. Where the model is a third-party API, the boundary is documented as an explicit untrusted-but-contractually-bound interface and tested for abuse and PHI leakage.

    What standards stack applies to prescription DTx?

    Typical baseline: FDA 2026 final premarket cybersecurity guidance, AAMI SW96, AAMI TIR57, IEC 62304 (typically Class B for adjunctive DTx, Class C where therapeutic outcome depends on software correctness), ISO 14971, OWASP MASVS for mobile, OWASP ASVS for web/API, plus HIPAA Security Rule mappings. EU manufacturers add MDR Annex I §17.2 and MDCG 2019-16; we map the same artifacts across both regimes.

    What postmarket cybersecurity expectations apply under section 524B?

    A formal postmarket cybersecurity management plan: continuous SBOM monitoring across mobile, web, backend, and any peripheral firmware; a published Coordinated Vulnerability Disclosure intake with severity-based SLAs; a controlled patching process through the QMS; and explicit handling for app-store-driven updates so a fast mobile release cycle doesn't break the cleared interoperability or claims. We deliver the postmarket plan as part of the premarket package so it's ready for clearance.

    DTx cybersecurity

    Get a 510(k)-ready cyber package for your digital therapeutic.

    Mobile + cloud threat modeling, SBOM, and pen testing for prescription DTx - without enterprise overhead.

    Book a DTx cyber review
    • 30-min discovery call
    • Fixed-fee proposal in 48 hrs
    • No sales pressure
    Other segments

    Explore more MedTech segments

    In their words

    Backed by MedTech leaders.

    Tim Sandberg, VP of IT Operations at Matrix One
    "The timeliness of this project exceeded my expectations - this was not my experience with other vendors. Blue Goat Cyber delivered a thorough, detailed report and complete testing faster than I anticipated, without compromising quality."
    Tim Sandberg
    VP of IT Operations · Matrix One
    For Digital Therapeutics

    Get Digital Therapeutics cybersecurity that lands.

    Cybersecurity for prescription digital therapeutics and DTx apps.