Trust at the Intelligent EdgeRethinking Security for Edge AI
By
Joppe Bos and Dennis Sawyer* | Translated by AI
6 min Reading Time
As edge AI systems become increasingly autonomous, security becomes a prerequisite for safety. End-to-end chains of trust are necessary to efficiently protect models, data, and runtime environments.
Edge AI Security: The more autonomously AI systems operate at the network edge, the more important it becomes to have a consistent chain of trust—from secure boot to a protected model.
(Image: NXP)
Artificial intelligence is increasingly shifting from centralized data centers to edge devices, where processing takes place directly on local hardware rather than on remote servers. These “edge-first” AI systems—such as processors (CPUs) in vehicles and electric cars, or neural processors (NPUs) in IP cameras and drones—are being used more and more frequently to execute real-time, safety-critical decisions and actions during operation.
Whether on a factory floor, in a vehicle, or in an operating room: AI security is crucial for ensuring the integrity and resilience of the decisions made by these automated systems. As edge AI systems become increasingly autonomous, it is becoming clear that security is a prerequisite for safety: a system cannot be considered safe unless it is also protected against attacks. Otherwise, an AI agent with the ability to take real-world actions could become a dangerous and uncontrollable adversary.
At the same time, a tension is emerging between the rapid proliferation of AI and the maturity of available security solutions. AI is already becoming ubiquitous, even in highly resource-constrained embedded systems such as hearing aids. Nevertheless, many of these AI applications are not developed according to “secure by design” principles. This challenge is exacerbated by the rise of AI agents and physical AI systems that operate with increasing autonomy, speed, and scale.
If security, safety, and data protection do not keep pace now, there is a risk that insecure implementations will become permanently entrenched in society. This will create a legacy problem that will be difficult—if not impossible—to resolve in the future.
A Rapidly Changing Threat Landscape
Edge AI enables inference and data processing close to the data source and the end user. This shortens response times, enables real-time decision-making, and reduces dependence on central data centers. At the same time, this improves data privacy, as sensitive data remains on the device and does not need to be transferred to the cloud—or only to a limited extent. However, this also gives rise to new security risks.
Traditional cybersecurity focuses primarily on protecting data on networks and servers. With AI, attackers are now also targeting the models themselves, the execution environment, embedded devices, and the data.
As a result, the threat landscape extends well beyond traditional IT risks.
With edge AI, the situation changes once again. Devices are physically accessible to attackers and are therefore more vulnerable to tampering. At the same time, they are more tightly encapsulated. While cloud-based AI applications centrally manage training, storage, and access to large amounts of data—thereby creating particularly attractive targets for attacks—edge systems operate differently.
Simply put, attacks on individual edge systems usually have a more limited scope, while successful cloud attacks can cause significantly greater overall damage. For security reasons, therefore, a locally operated edge AI infrastructure that is consistently isolated from external networks—or an architecture with strictly controlled gateways—remains an attractive option. Nevertheless, risks still exist.
Security threats to AI systems can be divided into two broad categories. First, there are traditional IT attacks that target valuable data (such as the AI model) or aim to cripple a service. These threats are generally well understood. Second, there are AI-specific attacks, including prompt injection, model distillation, model inversion, membership inference, backdoors in the training data, and manipulated input data that can force misclassifications or incorrect decisions. These attacks exploit specific characteristics of AI systems and require new, specialized protective measures.
Since proprietary AI models often embody training data and expertise worth millions, successful attacks can destroy competitive advantages, compromise security, and undermine trust in the system. The situation becomes particularly critical when attackers can deliberately alter a model’s behavior in the field. That is why it is essential for AI systems to follow the “security by design” principle and integrate appropriate protective mechanisms from the very beginning.
Date: 08.12.2025
Naturally, we always handle your personal data responsibly. Any personal data we receive from you is processed in accordance with applicable data protection legislation. For detailed information please see our privacy policy.
Consent to the use of data for promotional purposes
I hereby consent to Vogel Communications Group GmbH & Co. KG, Max-Planck-Str. 7-9, 97082 Würzburg including any affiliated companies according to §§ 15 et seq. AktG (hereafter: Vogel Communications Group) using my e-mail address to send editorial newsletters. A list of all affiliated companies can be found here
Newsletter content may include all products and services of any companies mentioned above, including for example specialist journals and books, events and fairs as well as event-related products and services, print and digital media offers and services such as additional (editorial) newsletters, raffles, lead campaigns, market research both online and offline, specialist webportals and e-learning offers. In case my personal telephone number has also been collected, it may be used for offers of aforementioned products, for services of the companies mentioned above, and market research purposes.
Additionally, my consent also includes the processing of my email address and telephone number for data matching for marketing purposes with select advertising partners such as LinkedIn, Google, and Meta. For this, Vogel Communications Group may transmit said data in hashed form to the advertising partners who then use said data to determine whether I am also a member of the mentioned advertising partner portals. Vogel Communications Group uses this feature for the purposes of re-targeting (up-selling, cross-selling, and customer loyalty), generating so-called look-alike audiences for acquisition of new customers, and as basis for exclusion for on-going advertising campaigns. Further information can be found in section “data matching for marketing purposes”.
In case I access protected data on Internet portals of Vogel Communications Group including any affiliated companies according to §§ 15 et seq. AktG, I need to provide further data in order to register for the access to such content. In return for this free access to editorial content, my data may be used in accordance with this consent for the purposes stated here. This does not apply to data matching for marketing purposes.
Right of revocation
I understand that I can revoke my consent at will. My revocation does not change the lawfulness of data processing that was conducted based on my consent leading up to my revocation. One option to declare my revocation is to use the contact form found at https://contact.vogel.de. In case I no longer wish to receive certain newsletters, I have subscribed to, I can also click on the unsubscribe link included at the end of a newsletter. Further information regarding my right of revocation and the implementation of it as well as the consequences of my revocation can be found in the data protection declaration, section editorial newsletter.
This includes measures to safeguard device integrity, such as ensuring that only authorized software or authorized AI models are executed, that updates are trustworthy, and that AI systems comply with regulatory requirements such as the EU AI Act or the Cyber Resilience Act (CRA).
Equally important is the protection of data access. Legitimate access for AI applications must be enabled without creating new vulnerabilities. A secure implementation begins with an end-to-end chain of trust consisting of secure boot code, verified firmware, and runtime isolation. Furthermore, post-quantum cryptography (PQC) is increasingly becoming a central element of modern cybersecurity, as we must prepare today for a future in which quantum computers will be able to break traditional public-key methods.
Building Blocks for an End-to-End Chain of Trust
A robust defense architecture implements protective mechanisms at all levels of the system—that is, in hardware, firmware, and software—and begins with secure provisioning and storage. The AI model remains encrypted during storage and is decrypted only when it needs to be executed. Real-time memory encryption mechanisms protect the system memory during this process.
Equally important is isolation during runtime. Resource Domain Controllers, TrustZone partitions, and secure subsystems isolate processing areas from one another, preventing malware from spying on internal activations or manipulating computations. Together, these mechanisms ensure that the correct model runs on authentic hardware and that the results remain unaltered.
However, model integrity is only part of the overall challenge. Edge AI often processes personal and highly sensitive data, including medical information or confidential corporate and government data. Technologies such as Fully Homomorphic Encryption (FHE) and Secure Multi-Party Computation (MPC) make it possible to offload AI processing to external infrastructures, such as the cloud, without exposing the underlying data. This allows models to be trained and deployed on significantly larger sets of privacy-sensitive information, which both improves model quality and opens up new use cases.
High-Quality AI without Compromising on Security
Edge AI must operate locally under strict resource constraints, ranging from wearables and sensors to robots and vehicles. Computing power, memory, and connectivity are often limited in these scenarios.
With the increasing prevalence of neural processing units (NPUs), these edge nodes also require specialized security measures. Here, experience gained from securing cryptographic accelerators can be leveraged, for example through randomized execution or integrity checks of SRAM memory.
This approach is consistent with regulatory and industry frameworks such as the EU AI Act, the NIST AI Risk Management Framework (AI RMF), and guidelines from the medical and automotive sectors. Systems with potentially safety-critical implications must be demonstrably secure and resilient, especially when they process sensitive data.
To achieve this goal more quickly, semiconductor manufacturers, tool providers, model developers, regulatory agencies, and system integrators should develop shared best practices, reference architectures, and certification profiles. A similar collaborative approach has already accelerated functional safety in the automotive sector, reduced audit efforts, and sped up the time to market for new products. For edge AI products, “time-to-solution” is a critical success factor. Therefore, “security by design” must keep pace with the speed of AI development, from the first demonstrator to large-scale deployment.
The Goal: Robust, Safe, and High-Performance Autonomy
Local data processing via edge AI inference reduces latency, bandwidth costs, and potential points of vulnerability. In fact, local processing may be the only way to handle the enormous volume of data in the future: By 2028, edge systems are projected to generate approximately 394 zettabytes of data per year. A single zettabyte is roughly equivalent to one billion hard drives, each with 1 terabyte of storage capacity.
Edge AI represents the biggest architectural shift since the advent of cloud computing. However, trust is not an option here—it is a prerequisite for success. From secure boot ROMs to encrypted and securely provisioned models to post-quantum keys, the necessary technologies are already available today to protect models, code, and data end-to-end—whether they involve vision AI, speech AI, large language models, or autonomous agents.
The challenge now lies in widespread implementation: Edge systems must be designed with security, data protection, and safety in mind from the very beginning. At the same time, there is a need for common standards and an ecosystem in which every stakeholder can verify that all components are functioning as intended.
*Joppe Bos is a cryptographer and Technical Director at NXP Semiconductors *Davis Sawyer is the AI Product Marketing Manager at NXP Semiconductors