العودة إلى المدونة
AI Governance
Saudi PDPL and NCA Compliance: Building an AI System Your Legal Team Will Actually Approve

Saudi PDPL and NCA Compliance: Building an AI System Your Legal Team Will Actually Approve

Siyada Tech TeamMarch 29, 202611 min read
Share:

There is a pattern that plays out in Saudi enterprises across industries.

The technology team builds an AI system. Or they evaluate a vendor's AI product. Or they receive a proposal from an implementation partner. It looks good. It solves a real problem. The business case is solid.

Then it goes to legal.

Six months later, the project is still in legal review. Or it has been rejected. Or it has been approved with so many conditions attached that the system cannot actually function as designed.

This is not a story about obstructionist legal teams. It is a story about AI projects that were not designed with the Saudi compliance framework in mind. The legal team is not the problem — they are surfacing problems that were built into the project from the start.

This post gives you the framework to fix that before legal ever sees the project.

Why Saudi AI Compliance Is Different

Many Saudi enterprises have adopted compliance frameworks from international AI guidelines or European GDPR-adjacent frameworks. These are useful starting points, but they miss critical elements of the Saudi regulatory environment.

Three things make Saudi AI compliance distinct:

The PDPL is stricter than GDPR in some areas. Particularly around consent for automated decision-making and data transfer outside the Kingdom. A project compliant with GDPR is not automatically compliant with the PDPL.

The NCA's security controls are operationally binding. Unlike some jurisdictions where cybersecurity guidelines are advisory, the NCA's Essential Cybersecurity Controls have the weight of regulation in Saudi Arabia. AI systems in covered sectors must meet these controls, full stop.

The regulatory stack is layered. PDPL and NCA are the base layer. SAMA adds requirements for financial services. MOH and CCHI for healthcare. CITC for telecommunications. Each layer adds obligations. A project that satisfies PDPL may fail SAMA requirements. A project that clears NCA controls may fail CCHI clinical validation requirements.

Understanding this layered structure is the foundation of everything that follows.

The Seven Questions Legal Will Ask

When a Saudi enterprise legal team reviews an AI deployment, they are essentially working through a series of questions. If you can answer all seven before submission, the review moves from months to weeks.

Question 1: What personal data does this system process, and on what legal basis?

The PDPL requires that every personal data processing activity have a documented lawful basis. For AI systems, the most common bases are:

  • Consent — the data subject has explicitly agreed to processing for this purpose
  • Contractual necessity — processing is necessary to perform a contract with the individual
  • Legitimate interest — the controller's legitimate interests outweigh the individual's privacy interests (requires a formal balancing test)
  • Legal obligation — processing is required by Saudi law

The answer must be specific. "We have a privacy policy" is not a lawful basis. "We are relying on legitimate interest for behavioral analytics, documented in our legitimate interest assessment dated [date]" is a lawful basis.

For each category of personal data your AI processes, document the basis. This becomes your Data Processing Record, which the PDPL requires you to maintain and which SDAIA can request during an audit.

Question 2: Does this system make automated decisions with significant impact on individuals?

This question is where the most AI deployments stumble. The PDPL (Article 26) imposes specific obligations on automated decision-making that produces legal effects or significantly affects individuals.

"Significant impact" is interpreted broadly in the Saudi regulatory context. Credit scoring, insurance underwriting, employee performance evaluation, candidate screening, patient triage — all of these likely qualify.

If your system makes automated decisions of this type, you must either: - Obtain explicit consent from each individual subject to the decision, or - Provide the legal basis under which automated processing is permitted, plus a mechanism for individuals to request human review

Building the human review mechanism after the system is live is expensive and disruptive. Building it into the workflow design from the start adds minimal complexity.

Question 3: Where does the data live, and does it leave Saudi Arabia?

The PDPL restricts transfer of personal data outside Saudi Arabia. This is not a vague aspiration — it is an enforcement priority. The conditions for cross-border transfer are specific:

  • The destination country provides adequate protection (as determined by SDAIA)
  • Contractual safeguards are in place that SDAIA has approved
  • The individual's explicit consent has been obtained, or
  • Transfer is necessary for a specific permitted purpose (public health, legal proceedings, etc.)

For AI systems using cloud infrastructure, this means verifying that personal data processing occurs within the Kingdom or that one of the transfer conditions is documented and in place. "The vendor is a reputable international company" does not satisfy this requirement.

The practical answer for most enterprises: cloud providers with KSA data regions (AWS me-south-1, Azure UAE/KSA regions, Oracle Riyadh region) satisfy data residency requirements. Foreign-hosted SaaS AI products without KSA data regions require a formal legal analysis before deployment.

Question 4: Can this system explain its decisions?

For regulated sectors, this is not a nice-to-have. The NCA's AI security guidelines, SDAIA's emerging AI governance framework, SAMA's model risk management requirements, and CCHI's clinical AI guidelines all include some form of explainability requirement.

"Explainability" does not mean the system must produce a mathematical derivation of every output. It means: when a decision affects someone and they or a regulator asks why, the system can produce a coherent account that a non-technical person can understand.

For deep learning models that are genuinely opaque internally, the practical answer is often post-hoc explanation — tools like LIME or SHAP that produce local explanations for individual decisions. For simpler models, the weights and rules are often self-explanatory.

What is not acceptable for regulated decisions: "The AI determined this, we don't know why." Regulators will not accept this, and neither will the legal teams protecting enterprises from regulatory exposure.

Question 5: How is this system monitored after deployment?

The SDAIA AI guidelines, NCA controls, and SAMA model risk management requirements all include ongoing monitoring obligations. Deploying a model is not the end of compliance — it is the beginning of the monitoring obligation.

What monitoring covers: - Performance drift — the model's accuracy degrades over time as real-world data diverges from training data - Bias — demographic disparities in outcomes that may constitute discrimination - Security — adversarial inputs, prompt injection attacks, data poisoning attempts - Incident response — what happens when the model fails, and what is the notification obligation?

A monitoring plan should be documented before deployment, not designed after something goes wrong. Legal teams reviewing AI systems increasingly ask for this upfront.

Question 6: Who is accountable for this system?

Under the PDPL, every personal data processing activity must have a named Data Controller. For AI systems, this should extend to AI system accountability: who owns the model's outputs, who can order it modified or shut down, who is responsible when something goes wrong.

The Saudi regulatory environment increasingly expects organizations to be able to name a human accountable for AI system behavior. "The vendor is responsible" is not an acceptable answer if your organization is the Data Controller of the personal data being processed.

Question 7: Is there a data protection impact assessment?

A Data Protection Impact Assessment (DPIA) is required under the PDPL for processing activities that carry high risk to individuals. AI systems that process sensitive personal data, make automated decisions with significant impact, or operate at scale almost always qualify.

A DPIA is a structured document that: identifies the processing activity and its purpose, assesses the necessity and proportionality of the processing, identifies risks to individuals' rights, and documents the measures in place to mitigate those risks.

Organizations that have a DPIA process in place and can produce a completed DPIA for legal review dramatically accelerate approval timelines.

Building Compliance In, Not On

The seven questions above can all be answered reactively — after a system is built, having legal work backward to find compliance solutions. This is the slow, expensive path.

The faster path is to build the answers to these questions into the project design:

  • Data flows mapped before architecture decisions are made
  • Lawful basis decisions documented in the requirements phase
  • Human review mechanisms designed into the workflow
  • Explainability capability scoped in the model selection process
  • Monitoring infrastructure included in the deployment plan
  • DPIA completed during design, not after build

When legal receives a project submission that includes a completed DPIA, documented lawful bases for each processing activity, a monitoring plan, and an explainability demonstration, the review is fundamentally different. The questions have been answered. Legal is validating, not interrogating.

This is how enterprises are cutting AI deployment approval timelines from six months to six weeks.

---

*Siyada Tech designs Saudi-compliant AI systems from the architecture phase — PDPL, NCA, and sector-specific requirements built in, not bolted on. Our AI readiness assessment includes a dedicated compliance dimension. Download it at [siyadatech.com/ai-readiness](https://siyadatech.com/ai-readiness).*

PDPL
NCA
AI Compliance
Saudi Arabia
Data Protection
Legal

هل وجدت هذا المحتوى مفيدًا؟ شاركه مع شبكتك.

Share: