system-prompts-and-models-o.../dealix
Dealix Builder bcf545c22e feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch
Security Curator (4 modules) — جدار الحماية الأول
- secret_redactor: 11 patterns (GitHub PAT, OpenAI/Anthropic/Supabase/WhatsApp/Moyasar/Sentry/Google/AWS/private keys); never returns raw secret
- patch_firewall: blocks .env / credentials.json / RSA keys; scans added lines for secret patterns
- trace_redactor: masks phones (+966...) and emails for PII safety
- tool_output_sanitizer: cleans tool outputs before they hit ledger/Proof Pack/UI/observability

Growth Curator (5 modules) — التحسين الذاتي
- message_curator: grades Arabic messages (0..100), detects 8 risky phrases, suggests Saudi-tone skeleton
- playbook_curator: scores playbooks by outcome (accept/reply/meeting/deal); winner/promising/needs_work/archive
- mission_curator: scores completed missions; ship_it_widely/iterate/rework_or_retire
- skill_inventory: deterministic 23-skill catalog across 5 layers
- curator_report: weekly Arabic summary "ماذا تعلمنا هذا الأسبوع"

Meeting Intelligence (5 modules) — ذكاء الاجتماعات
- transcript_parser: accepts Google Meet entries OR plain "Speaker: text" format
- meeting_brief: 6-section pre-meeting brief in Arabic (objective/questions/objections/offer/next-step)
- objection_extractor: 8 categories (price/timing/authority/trust/integration/competitor/results/complexity)
- followup_builder: email + WhatsApp drafts; live_send_allowed=False always
- deal_risk: 0..100 score from objections + missing next-step + decision-maker absence + days-since-touch

Model Router (5 modules) — موجّه النماذج
- provider_registry: 7 providers (Claude Sonnet/Haiku, GPT-4-class, GPT-4o-mini, Gemini Pro, Azure OAI KSA-region, Local Qwen Arabic-tuned)
- task_router: 10 task types × routing decisions with reasons_ar
- cost_policy: bulk → low; output > 1500 tokens → high
- fallback_policy: high-sensitivity workloads prefer KSA-region/self-hosted FIRST
- usage_dashboard: deterministic demo of all task routes

Connector Catalog (3 modules) — كتالوج التكاملات
- 14 connectors (WhatsApp Cloud, Gmail, Calendar, Google Meet, Moyasar, LinkedIn Lead Forms, Google Business Profile, X API, Instagram, Sheets, CRM, Website Forms, Composio, MCP Gateway)
- Each has launch_phase (1-4), risk_level, allowed_actions, blocked_actions, Arabic risk dossier
- WhatsApp blocks cold_send_without_consent; Moyasar blocks store_card_number; MCP requires allowlist

Agent Observability (5 modules) — مراقبة الوكلاء + التقييمات
- trace_events: SHA256-hashes user/company IDs; sanitizes payload/output before logging
- safety_eval: 7 rules (guarantee, scarcity_fake, medical_claim, financial, regulatory, personal_data, urgency); 0..100 → safe/needs_review/blocked
- saudi_tone_eval: positive markers (هلا, لاحظت, يناسبك) vs negative (تحية طيبة وبعد, synergy, leverage); arabic_ratio bonus
- eval_pack: 5 curated cases with expected verdicts
- cost_tracker: per workflow/provider/task_type aggregation

Routers (6 new) — 30 endpoints
- /api/v1/security-curator/{demo, redact, inspect-diff, sanitize-output}
- /api/v1/growth-curator/{skills/inventory, messages/grade, messages/improve, messages/duplicates, missions/next, report/weekly, report/demo}
- /api/v1/meeting-intelligence/{brief, brief/demo, transcript/summarize, followup/draft, deal-risk}
- /api/v1/model-router/{providers, tasks, route, cost-class, usage/demo}
- /api/v1/connector-catalog/{catalog, summary, status, risks, {key}}
- /api/v1/agent-observability/{trace/build, safety/eval, tone/eval, evals/run}

Tests (6 new files, 76 tests)
- test_security_curator: 16 tests (PAT detect, key redact, env diff block, payload scan, trace mask)
- test_growth_curator: 16 tests (Arabic grade, risky phrases, dup detect, playbook scoring, mission recommend, weekly report)
- test_meeting_intelligence: 13 tests (transcript parse, brief sections, objection extract, followup drafts, deal risk)
- test_dealix_model_router: 11 tests (every task → ≥1 provider, KSA-region for high sensitivity, cost class, primary override)
- test_agent_observability: 12 tests (trace hashing, safety verdicts, tone scoring, eval pack)
- test_connector_catalog: 11 tests (≥12 connectors, every has risk/blocked actions, WA cold-send blocked, Moyasar card-storage blocked)

Docs (8 new + 1 updated)
- AGENT_SECURITY_CURATOR.md (Arabic)
- GROWTH_CURATOR_STRATEGY.md (Arabic)
- MEETING_INTELLIGENCE.md (Arabic)
- MODEL_PROVIDER_ROUTER.md (Arabic)
- CONNECTOR_CATALOG.md (Arabic)
- AGENT_OBSERVABILITY_EVALS.md (Arabic)
- PRIVATE_BETA_LAUNCH_TODAY.md (Arabic) — go-checklist + offer + risks
- DEMO_SCRIPT_12_MINUTES.md (Arabic) — minute-by-minute demo flow
- FIRST_20_OUTREACH_MESSAGES.md (Arabic) — 7 personas + 3 follow-ups, all under safety/tone evals
- DEALIX_100_PERCENT_LAUNCH_PLAN.md — added §34 Self-Improving Agent Platform + §35 Private Beta Launch

Landing
- landing/private-beta.html — Arabic RTL, dark theme, pricing, 11 demo endpoints, safety banner

Test results
- 76/76 new tests pass
- Full suite: 663 passed, 2 skipped (missing API keys, unrelated)
- 0 existing tests broken

Safety
- All 6 layers honor approval-first, draft-only, no-live-send
- Hash user/company IDs before any trace
- No secrets in logs/embeddings/traces (3-layer defense: redactor + sanitizer + firewall)
- Saudi tone eval rejects "تحية طيبة وبعد" + "synergy" auto-corporate language
- Safety eval blocks "ضمان 100%" + medical claims + fake urgency
- Connector Catalog: WhatsApp blocks cold-send, Moyasar blocks card storage, MCP requires allowlist

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 16:30:18 +03:00
..
.cursor/rules ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.github ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
api feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch 2026-05-01 16:30:18 +03:00
auto_client_acquisition feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch 2026-05-01 16:30:18 +03:00
autonomous_growth feat(dealix): py3.10/3.11 compat shim + 54 unit tests for business/innovation/ai 2026-05-01 14:50:04 +03:00
core feat(dealix): py3.10/3.11 compat shim + 54 unit tests for business/innovation/ai 2026-05-01 14:50:04 +03:00
dashboard ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
db ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
dealix feat(dealix): py3.10/3.11 compat shim + 54 unit tests for business/innovation/ai 2026-05-01 14:50:04 +03:00
docs feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch 2026-05-01 16:30:18 +03:00
evals ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
integrations ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
landing feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch 2026-05-01 16:30:18 +03:00
scripts ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
supabase/migrations ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
tests feat(self-improving): Hermes-inspired Agent Platform — 6 layers + 30 endpoints + 76 tests + Private Beta launch 2026-05-01 16:30:18 +03:00
.dockerignore ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.editorconfig ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.env.example ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.env.staging.example ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.gitignore ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.gitleaks.toml ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.pre-commit-config.yaml ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
.secrets.baseline ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
CHANGELOG.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
cli.py ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
CODE_OF_CONDUCT.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
CONTRIBUTING.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
DEALIX_COMPANY_OPERATIONAL_STATE.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
DEPLOYMENT.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
docker-compose.yml ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
Dockerfile ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
LICENSE ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
Makefile ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
Procfile ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
pyproject.toml ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
QUICK_START.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
railway.json ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
railway.toml ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
README.ar.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
README.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
requirements-dev.txt ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
requirements.txt ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
SECURITY.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00
v3_app.py ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00

🏢 Dealix — AI Company Saudi

Sovereign, policy-governed Growth & Execution OS for Saudi enterprises

نظام نمو وتنفيذ سيادي محكوم بالسياسات، للشركات السعودية

CI License: MIT Python 3.12 FastAPI Tests: 95 passing Endpoints: 102

العربية · English

🚀 Deploy Now · 📦 .env Template · 🎯 Landing · 🗺️ API Map · 🏢 Day 1 Plan


🎯 What's in this repo

Backend — FastAPI + SQLAlchemy 2.0 async + Postgres. 13 routers / 102 endpoints. See API_MAP.md.

Lead Machine — Provider adapter chains for Search / Maps / Crawler / Tech / EmailIntel that fall back gracefully when env keys are missing. See PROVIDER_ADAPTERS.md.

Data Lake + Lead Graph — 7-table compliant ingestion: raw_lead_imports → raw_lead_rows → accounts → contacts → signals → lead_scores → data_suppression_list. PDPL-aware (allowed_use, consent_status, opt_out, risk_level mandatory per row). See DATA_LAKE_PLAYBOOK.md.

Frontend — Static landing on GitHub Pages + interactive dashboard with live Saudi Lead Engine demo. See landing/.

Day-1 Operating Kit — 287 outreach-ready Saudi B2B accounts pre-built across 7 segments (real-estate / construction / hospitality / events / food / logistics / SaaS / agency). Pricing ladder + Pilot offer + Partner model + Channel templates. See docs/business/.


Quick Deploy

Any Docker-capable platform works. See DEPLOYMENT.md for Railway, Render, Fly.io, Heroku, DigitalOcean, AWS, self-hosted.

# Local
docker build -t dealix .
cp .env.example .env  # edit with real values
docker run -p 8000:8000 --env-file .env dealix
curl localhost:8000/health

Public endpoints (no auth): /health, /api/v1/public/demo-request, /api/v1/pricing/plans, /api/v1/checkout, /api/v1/webhooks/moyasar


🌟 One-line definition

Dealix is a sovereign, policy-governed Growth & Execution OS for Saudi enterprises. It combines agentic intelligence, deterministic execution, approval controls, and executive observability to drive revenue, partnerships, expansion, and strategic operations with enterprise-grade trust.

It is not a CRM, not a chatbot, not a sales automation tool.

🧭 The Prime Operating Rule

AI explores, analyzes, and recommends. Deterministic workflows execute. Humans approve critical moves.

No agent makes an external commitment on its own. No critical output leaves the system without being structured, evidence-backed, policy-evaluated, and (where required) human-approved.


🧱 The six OS tracks

  1. Revenue OS — lead to close, pipeline, forecasting
  2. Partnership OS — partner discovery, joint pursuits, co-sell
  3. Corporate Development / M&A OS — sourcing, diligence, integration
  4. Expansion OS — new-market entry, localization
  5. PMI / Strategic PMO OS — post-merger integration, cross-BU initiatives
  6. Trust, Policy & Executive Governance OS — controls, approvals, risk, audit

🏗️ Five mandatory planes

Every feature lives in exactly one plane. Crossing planes happens via contracts, never via shared memory or direct calls.

Plane Responsibility Module
Decision Agents: reasoning, synthesis, recommendation, evidence assembly auto_client_acquisition/, autonomous_growth/, core/agents/
Execution Durable workflows, retries, compensation, external commitments auto_client_acquisition/pipeline.py, dealix/execution/
Trust Policy, approval, audit, tool verification, evidence packs dealix/trust/
Data Operational source of truth, semantic metrics, lineage db/, integrations/
Operating Repo governance, CI/CD, releases, SDLC security .github/, Dockerfile, Makefile

🛡️ What makes this Tier-1

1. Structured outputs with classifications

Every critical agent output is a validated DecisionOutput (Pydantic + JSON Schema) carrying:

  • Approval class (A0A3): who must approve
  • Reversibility class (R0R3): how hard to undo
  • Sensitivity class (S0S3): data/impact risk

2. Trust Plane as a non-bypassable overlay

Every NextAction runs through a PolicyEvaluator that returns ALLOW / DENY / ESCALATE. Escalations create ApprovalRequests with TTL + multi-approver support. Every step is audited.

3. Never-auto-execute list

Hardcoded in dealix/classifications/NEVER_AUTO_EXECUTE: pricing commits, contract changes, NDAs, payment terms, regulator comms, sensitive data exports — these cannot bypass human approval, regardless of other signals.

4. Evidence packs on high-stakes decisions

A2+/R3/S3 decisions cannot be constructed without evidence — Pydantic validator enforces it. Every pack ships with sources, tool calls (intended vs actual), prompts used, model versions, and a bilingual AR/EN board-grade memo.

5. No-overclaim register

Every public product claim is tracked in dealix/registers/no_overclaim.yaml with status (Production / Partial / Pilot / Planned) and evidence paths.

6. Saudi-native from day one

Not localization — Gulf business register Arabic, SAR pricing tiers, Riyadh timezone awareness, PDPL lawful-basis enforcement via policy rules, NCA ECC/DCC/CCC mapping in dealix/registers/compliance_saudi.yaml.


Core technical features

  • 🧠 Multi-LLM routing with fallback — Claude, Gemini, Groq, DeepSeek, GLM, OpenAI. Task → best provider → auto-fallback on failure. Per-provider usage tracking.
  • 🤖 15+ production agents — typed I/O, structured logging, graceful degradation, 63 tests.
  • 🌍 First-class bilingual AR/EN — detection, routing (Arabic → GLM), content generation, sales scripts, docs.
  • 🔒 Security-first.env-only config, SecretStr everywhere, gitleaks + detect-secrets + trufflehog + bandit in pre-commit AND CI, webhook HMAC verification, non-root Docker, ToS-safe LinkedIn.
  • 🐳 Cloud-ready — multi-stage Dockerfile, docker-compose stack (Postgres + Redis + Mongo), GitHub Actions CI/CD, GHCR image push on release tags.
  • 📊 Observable — structlog JSON logs in prod, request IDs, per-provider LLM usage metrics, optional Langfuse integration.

🏗️ Architecture

graph TB
    subgraph Clients
        W[Website Forms]
        WA[WhatsApp Business]
        E[Email]
    end

    subgraph Gateway["FastAPI Gateway"]
        R[6 routers + middleware]
    end

    subgraph Decision["Decision Plane — agents"]
        I[Intake] --> P[Pain Extract]
        P --> IC[ICP Match]
        IC --> Q[Qualification]
    end

    subgraph Trust["Trust Plane — NON-BYPASSABLE"]
        POL[Policy Evaluator]
        APR[Approval Center]
        AUD[Audit Sink]
        TV[Tool Verification Ledger]
    end

    subgraph Execution["Execution Plane — deterministic"]
        CRM[HubSpot sync]
        BK[Booking]
        PS[Proposal send]
    end

    subgraph LLM["LLM Router — fallback"]
        CL[Claude]
        GM[Gemini]
        GQ[Groq]
        DS[DeepSeek]
        GL[GLM]
    end

    Clients --> Gateway
    Gateway --> Decision
    Decision --> Trust
    Trust -->|ALLOW| Execution
    Trust -->|ESCALATE| HUMAN[Human approver]
    HUMAN --> Execution
    Decision --> LLM
    Trust --> AUD

Full blueprint: docs/blueprint/master-architecture.md.


🚀 Quick start

git clone https://github.com/YOUR-ORG/ai-company-saudi.git
cd ai-company-saudi
make setup
# edit .env, then:
make run
# → http://localhost:8000/docs

Full stack (app + Postgres + Redis + Mongo):

make docker-up

Try the governed pipeline

curl -X POST http://localhost:8000/api/v1/leads \
  -H "Content-Type: application/json" \
  -d '{
    "company": "شركة التقنية المتقدمة",
    "name": "أحمد محمد",
    "email": "ahmed@example.sa",
    "phone": "+966501234567",
    "sector": "technology",
    "region": "Saudi Arabia",
    "budget": 50000,
    "message": "نحتاج نظام AI لإدارة المبيعات"
  }'

Use the GovernedPipeline directly (shows the governance layer)

import asyncio
from dealix.execution import GovernedPipeline

async def main():
    gp = GovernedPipeline()
    result = await gp.run(payload={
        "company": "...",
        "name": "...",
        "message": "..."
    })
    print(f"Decisions: {len(result.decisions)}")
    print(f"Policy results: {len(result.policy_results)}")
    print(f"Approval requests: {len(result.approval_requests)}")
    print(f"Audit trail: {len(result.audit_trail)} entries")

asyncio.run(main())

📚 The twelve Master Documents

All under dealix/masters/ and dealix/registers/:

  1. Master Architecture Blueprint — canonical source of truth
  2. AI Operating Constitution — binding rules
  3. Trust Fabric Specification
  4. Execution Fabric Specification
  5. Repo Operating Pack
  6. 90-Day Execution Matrix
  7. Saudi Compliance Register — PDPL + NCA + AI governance
  8. Technology Radar
  9. Incident & Rollback Runbook
  10. Release Readiness Checklist
  11. No-Overclaim Register — every public claim tracked
  12. Evidence Pack Specification

🧪 Testing

make test              # 63 tests, all passing

Tests include: intake, ICP matcher, pain extractor, model router, API endpoints, full Phase 8 pipeline, Dealix contracts (with high-stakes validation), Trust Plane (policy + approval + audit + tool verification), Governed pipeline end-to-end.


🧰 Tech stack

Layer Choice Status
Language Python 3.11 / 3.12 ADOPT
Framework FastAPI 0.115 + Uvicorn ADOPT
Validation Pydantic v2 + pydantic-settings ADOPT
Contracts JSON Schema + CloudEvents 1.0 ADOPT
DB PostgreSQL 16 + pgvector ADOPT
LLM Claude, Gemini, Groq, DeepSeek, GLM, OpenAI fallback ADOPT
Execution In-process → LangGraph → Temporal spike TRIAL→ADOPT
Trust — Policy In-process → OPA/Rego TRIAL
Trust — AuthZ In-process → OpenFGA TRIAL
Trust — Identity local → Keycloak TRIAL
Trust — Secrets .env + SecretStr → Vault TRIAL
Observability structlog → OpenTelemetry TRIAL
CI/CD GitHub Actions + rulesets + OIDC ADOPT

Full radar: dealix/registers/technology_radar.yaml.


📊 Phase 8 — Acquisition agents

All 9 agents + pipeline. Every output lifts to a DecisionOutput via dealix.contracts.builders.

Agent Classification Role
Intake A0/R0/S2 Multi-source lead capture, normalization, dedup
ICP Matcher A0/R0/S1 5-dim weighted Fit scoring with tier A/B/C/D
Pain Extractor A0/R0/S1 Hybrid keyword + LLM pain extraction (AR+EN)
Qualification A0/R0/S1 BANT questions, status advancement
Booking A1/R1/S2 Calendly → Google Calendar → manual (requires approval)
CRM A0→A1/R1/S2 HubSpot contact upsert (A0) + deal create (A1)
Proposal draft A0/R0/S2 Claude-authored, region-aware pricing
Proposal send A2/R2/S2 Gated — requires manager + legal approval
Outreach A1/R2/S2 Bilingual cold openers — gated
Follow-up A1/R2/S2 Cadence-based — gated

📈 Phase 9 — Growth agents

Agent Role
Sector Intel 12 Saudi sectors with curated market size, growth, AI readiness
Content Creator Bilingual articles, LinkedIn, case studies, newsletters
Distribution Multi-channel scheduling (Riyadh timezone)
Enrichment Domain + LLM-based lead enrichment
Competitor Monitor Positioning, pricing hints, counter-moves
Market Research Gemini-powered research with bullet findings

🔒 Security

  • .env-only config via pydantic-settings; SecretStr on every sensitive value
  • Pre-commit: gitleaks, detect-secrets, bandit, hadolint
  • CI: re-runs the above + trufflehog on every push and PR
  • Webhook HMAC verification (WhatsApp)
  • Non-root Docker container with healthcheck
  • LinkedIn integration disabled by default (ToS compliance)
  • See SECURITY.md for reporting vulnerabilities

🇸🇦 Saudi compliance

Designed from inception for:

  • PDPL — lawful-basis register, retention schedule, breach response, DPO assessment, cross-border transfer posture
  • NCA ECC 2-2024 — Essential Cybersecurity Controls
  • NCA DCC-1:2022 — Data Cybersecurity Controls
  • NCA CCC 2:2024 — Cloud Cybersecurity Controls
  • NIST AI RMF 1.0 + OWASP Top 10 for LLM Applications

Full register: dealix/registers/compliance_saudi.yaml.


🤝 Contributing

See CONTRIBUTING.md and Repo Operating Pack. By participating you agree to the Code of Conduct.


📜 License

MIT — see LICENSE.