{"id":37297,"date":"2026-09-01T11:49:07","date_gmt":"2026-09-01T15:49:07","guid":{"rendered":"https:\/\/knowledgeflow.org\/?page_id=37297"},"modified":"2026-09-01T13:43:10","modified_gmt":"2026-09-01T17:43:10","slug":"trust-centre","status":"publish","type":"page","link":"https:\/\/knowledgeflow.org\/uk\/trust-centre\/","title":{"rendered":"\u0426\u0435\u043d\u0442\u0440 \u0434\u043e\u0432\u0456\u0440\u0438"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   TRUST & COMPLIANCE CENTRE\n   All styles are scoped beneath .tc-overview\n   ========================================================= *\/\n\n.tc-overview {\n  --tc-max-width: 1180px;\n\n  --tc-accent: #5468ff;\n  --tc-accent-soft: #f0f2ff;\n\n  --tc-text: #171923;\n  --tc-muted: #656b78;\n\n  --tc-border: #e1e4ea;\n  --tc-surface: #ffffff;\n\n  --tc-success: #16845b;\n  --tc-success-soft: #e6f8f0;\n\n  --tc-warning: #9a6400;\n  --tc-warning-soft: #fff4d6;\n\n  position: relative;\n  isolation: isolate;\n  overflow-x: clip;\n\n  width: 100%;\n  color: var(--tc-text);\n  background: var(--tc-surface);\n\n  font-family:\n    Inter,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 17px;\n  line-height: 1.55;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* Break the section out of a constrained WordPress column.\n   Remove tc-overview--fullbleed from the HTML if the WordPress\n   page template is already full width. *\/\n\n.tc-overview--fullbleed {\n  left: 50%;\n  width: 100vw;\n  max-width: 100vw;\n  margin-left: -50vw;\n}\n\n.tc-overview,\n.tc-overview *,\n.tc-overview *::before,\n.tc-overview *::after {\n  box-sizing: border-box;\n}\n\n.tc-overview :where(h1, h2, h3, p, ul) {\n  margin: 0;\n}\n\n.tc-overview ul {\n  padding: 0;\n  list-style: none;\n}\n\n.tc-overview img {\n  display: block;\n  max-width: 100%;\n}\n\n.tc-overview a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.tc-container {\n  width: calc(100% - 40px);\n  max-width: var(--tc-max-width);\n  margin-right: auto;\n  margin-left: auto;\n}\n\n\/* -------------------------\n   Page introduction\n   ------------------------- *\/\n\n.tc-intro {\n  max-width: 940px;\n  padding-top: 52px;\n  padding-bottom: 42px;\n  border-bottom: 1px solid var(--tc-border);\n}\n\n\/* The important margin and padding resets prevent WordPress\n   theme styles from creating a large gap between the titles. *\/\n\n.tc-overview .tc-intro__organization {\n  margin: 0 0 4px !important;\n  padding: 0 !important;\n\n  color: var(--tc-accent);\n\n  font-size: 15px;\n  font-weight: 750;\n  line-height: 1.2;\n  letter-spacing: 0.055em;\n  text-transform: uppercase;\n}\n\n.tc-overview .tc-intro h1 {\n  max-width: 820px;\n  margin: 0 !important;\n  padding: 0 !important;\n\n  color: var(--tc-text);\n\n  font-size: clamp(36px, 4.2vw, 52px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -0.04em;\n}\n\n.tc-intro__description {\n  max-width: 900px;\n  margin: 20px 0 0 !important;\n  padding: 0 !important;\n\n  color: var(--tc-muted);\n\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n.tc-intro__contact {\n  margin: 20px 0 0 !important;\n  padding: 0 !important;\n\n  color: var(--tc-text);\n\n  font-size: 15px;\n  font-weight: 600;\n  line-height: 1.55;\n}\n\n.tc-intro__contact a {\n  color: var(--tc-accent);\n  font-weight: 750;\n}\n\n.tc-intro__contact a:hover {\n  text-decoration: underline;\n  text-underline-offset: 3px;\n}\n\n\/* -------------------------\n   Main layout\n   ------------------------- *\/\n\n.tc-overview__body {\n  padding-bottom: 88px;\n}\n\n.tc-overview__grid {\n  display: grid;\n  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 2fr);\n  gap: 40px;\n\n  padding-top: 34px;\n}\n\n.tc-main-column,\n.tc-rail {\n  min-width: 0;\n}\n\n.tc-section {\n  min-width: 0;\n  margin-bottom: 38px;\n}\n\n.tc-section:last-child {\n  margin-bottom: 0;\n}\n\n\/* -------------------------\n   Section headings\n   ------------------------- *\/\n\n.tc-section-heading {\n  display: flex;\n  min-height: 30px;\n  align-items: center;\n  justify-content: flex-start;\n\n  margin-bottom: 14px;\n}\n\n.tc-section-heading h2 {\n  margin: 0 !important;\n  padding: 0 !important;\n\n  color: var(--tc-text);\n\n  font-size: 18px;\n  font-weight: 750;\n  line-height: 1.3;\n  letter-spacing: -0.015em;\n}\n\n\/* -------------------------\n   Shared cards\n   ------------------------- *\/\n\n.tc-card {\n  min-width: 0;\n\n  background: var(--tc-surface);\n  border: 1px solid var(--tc-border);\n  border-radius: 8px;\n}\n\n.tc-card h3 {\n  margin: 0;\n  padding: 0;\n\n  color: var(--tc-text);\n\n  font-size: 15px;\n  font-weight: 700;\n  line-height: 1.4;\n}\n\n\/* -------------------------\n   Compliance\n   ------------------------- *\/\n\n.tc-cert-list {\n  overflow: hidden;\n}\n\n.tc-cert {\n  display: flex;\n  min-height: 88px;\n  align-items: center;\n  gap: 14px;\n\n  padding: 17px 18px;\n}\n\n.tc-cert + .tc-cert {\n  border-top: 1px solid var(--tc-border);\n}\n\n.tc-cert__seal {\n  width: 48px;\n  height: 48px;\n  flex: 0 0 48px;\n\n  object-fit: contain;\n}\n\n.tc-cert__text {\n  display: flex;\n  min-width: 0;\n  flex-direction: column;\n  gap: 5px;\n}\n\n.tc-cert__text strong {\n  color: var(--tc-text);\n\n  font-size: 14px;\n  font-weight: 700;\n  line-height: 1.45;\n}\n\n.tc-cert__text small {\n  color: var(--tc-muted);\n\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.tc-compliance-status {\n  display: inline-flex;\n  align-items: center;\n\n  margin-left: 3px;\n  padding: 2px 7px;\n\n  border-radius: 999px;\n\n  font-size: 10px;\n  font-weight: 800;\n  line-height: 1.4;\n  white-space: nowrap;\n  vertical-align: 1px;\n}\n\n.tc-compliance-status--positive {\n  color: var(--tc-success);\n  background: var(--tc-success-soft);\n}\n\n.tc-compliance-status--progress {\n  color: var(--tc-warning);\n  background: var(--tc-warning-soft);\n}\n\n\/* -------------------------\n   Assets\n   ------------------------- *\/\n\n.tc-asset-card {\n  padding: 20px;\n}\n\n.tc-asset-group + .tc-asset-group {\n  margin-top: 22px;\n  padding-top: 20px;\n  border-top: 1px solid var(--tc-border);\n}\n\n.tc-asset-group h3 {\n  margin: 0 0 12px !important;\n  padding: 0 !important;\n\n  font-size: 14px;\n}\n\n.tc-asset-list {\n  display: grid;\n  gap: 10px;\n}\n\n.tc-asset-list li {\n  display: flex;\n  min-width: 0;\n  align-items: center;\n  justify-content: space-between;\n  gap: 10px;\n}\n\n.tc-asset-name {\n  display: inline-flex;\n  min-width: 0;\n  align-items: flex-start;\n  gap: 8px;\n\n  color: var(--tc-muted);\n\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.tc-asset-name::before {\n  width: 6px;\n  height: 6px;\n  flex: 0 0 6px;\n\n  margin-top: 7px;\n\n  background: var(--tc-accent);\n  border-radius: 999px;\n\n  content: \"\";\n}\n\n.tc-asset-name--link:hover {\n  color: var(--tc-accent);\n  text-decoration: underline;\n  text-underline-offset: 3px;\n}\n\n\/* Shared lock appearance *\/\n\n.tc-asset-lock {\n  display: inline-flex;\n  width: 28px;\n  height: 28px;\n  align-items: center;\n  justify-content: center;\n  flex: 0 0 28px;\n\n  color: var(--tc-accent) !important;\n  background: var(--tc-accent-soft);\n  border: 1px solid rgba(84, 104, 255, 0.18);\n  border-radius: 6px;\n}\n\n.tc-asset-lock svg {\n  display: block;\n  width: 14px;\n  height: 14px;\n  fill: currentColor;\n}\n\n\/* Clickable locks *\/\n\na.tc-asset-lock {\n  cursor: pointer;\n\n  transition:\n    color 160ms ease,\n    background-color 160ms ease,\n    border-color 160ms ease,\n    transform 160ms ease;\n}\n\na.tc-asset-lock:hover {\n  color: #ffffff !important;\n  background: var(--tc-accent);\n  border-color: var(--tc-accent);\n  transform: translateY(-1px);\n}\n\n\/* Non-clickable Cybersecurity Coverage lock *\/\n\n.tc-asset-lock--static {\n  color: var(--tc-muted) !important;\n  background: #f4f5f7;\n  border-color: var(--tc-border);\n  cursor: default;\n}\n\n\/* -------------------------\n   Safeguards\n   ------------------------- *\/\n\n.tc-control-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n}\n\n.tc-control-card {\n  display: flex;\n  min-height: 190px;\n  flex-direction: column;\n  gap: 18px;\n\n  padding: 22px;\n}\n\n.tc-control-card h3 {\n  font-size: 17px;\n}\n\n.tc-control-list {\n  display: grid;\n  gap: 12px;\n}\n\n.tc-control-list li {\n  display: flex;\n  min-width: 0;\n  align-items: flex-start;\n  gap: 10px;\n\n  color: var(--tc-muted);\n\n  font-size: 14px;\n  line-height: 1.45;\n}\n\n\/* Green circular checkmark *\/\n\n.tc-control-list li::before {\n  display: inline-flex;\n  width: 19px;\n  height: 19px;\n  align-items: center;\n  justify-content: center;\n  flex: 0 0 19px;\n\n  margin-top: 1px;\n\n  color: var(--tc-success);\n  background: var(--tc-success-soft);\n  border-radius: 50%;\n\n  font-size: 12px;\n  font-weight: 850;\n  line-height: 1;\n\n  content: \"\u2713\";\n}\n\n.tc-control-list li span {\n  min-width: 0;\n}\n\n\/* -------------------------\n   FAQ\n   ------------------------- *\/\n\n.tc-faq-section {\n  width: 100%;\n  margin-top: 4px;\n}\n\n.tc-faq-card {\n  width: 100%;\n  overflow: hidden;\n}\n\n.tc-faq-card details + details {\n  border-top: 1px solid var(--tc-border);\n}\n\n.tc-faq-card summary {\n  position: relative;\n\n  display: flex;\n  min-height: 66px;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n\n  padding: 18px 54px 18px 20px;\n\n  color: var(--tc-text);\n  cursor: pointer;\n\n  font-size: 15px;\n  font-weight: 650;\n  line-height: 1.45;\n  list-style: none;\n}\n\n.tc-faq-card summary::-webkit-details-marker {\n  display: none;\n}\n\n.tc-faq-card summary::marker {\n  content: \"\";\n}\n\n.tc-faq-card summary::after {\n  position: absolute;\n  top: 50%;\n  right: 20px;\n\n  color: var(--tc-muted);\n\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 1;\n\n  content: \"+\";\n  transform: translateY(-50%);\n}\n\n.tc-faq-card details[open] summary::after {\n  content: \"\u2212\";\n}\n\n.tc-faq-card details[open] summary {\n  padding-bottom: 10px;\n}\n\n.tc-faq-card details p {\n  max-width: 900px;\n  padding: 0 54px 20px 20px;\n\n  color: var(--tc-muted);\n\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\/* -------------------------\n   Focus states\n   ------------------------- *\/\n\n.tc-overview a:focus-visible,\n.tc-overview summary:focus-visible {\n  outline: 3px solid rgba(84, 104, 255, 0.32);\n  outline-offset: 3px;\n  border-radius: 4px;\n}\n\n\/* -------------------------\n   Tablet\n   ------------------------- *\/\n\n@media (max-width: 960px) {\n  .tc-overview__grid {\n    grid-template-columns: 1fr;\n    gap: 34px;\n  }\n\n  .tc-rail {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .tc-rail > .tc-section {\n    margin-bottom: 0;\n  }\n}\n\n\/* -------------------------\n   Mobile\n   ------------------------- *\/\n\n@media (max-width: 720px) {\n  .tc-container {\n    width: calc(100% - 28px);\n  }\n\n  .tc-intro {\n    padding-top: 36px;\n    padding-bottom: 32px;\n  }\n\n  .tc-overview .tc-intro h1 {\n    font-size: clamp(34px, 10vw, 43px);\n  }\n\n  .tc-intro__description {\n    font-size: 16px;\n  }\n\n  .tc-overview__grid {\n    padding-top: 26px;\n  }\n\n  .tc-rail,\n  .tc-control-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .tc-control-card {\n    min-height: 0;\n  }\n\n  .tc-overview__body {\n    padding-bottom: 60px;\n  }\n}\n\n@media (max-width: 520px) {\n  .tc-card {\n    border-radius: 7px;\n  }\n\n  .tc-overview .tc-intro__organization {\n    margin-bottom: 3px !important;\n    font-size: 13px;\n  }\n\n  .tc-intro__contact {\n    display: flex;\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 3px;\n  }\n\n  .tc-cert {\n    align-items: flex-start;\n  }\n\n  .tc-cert__seal {\n    width: 44px;\n    height: 44px;\n    flex-basis: 44px;\n  }\n\n  .tc-cert__text strong {\n    display: flex;\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 5px;\n  }\n\n  .tc-compliance-status {\n    margin-left: 0;\n  }\n\n  .tc-asset-list li {\n    align-items: flex-start;\n  }\n\n  .tc-asset-lock {\n    margin-top: 1px;\n  }\n\n  .tc-faq-card summary {\n    min-height: 62px;\n    padding: 16px 48px 16px 17px;\n    font-size: 14px;\n  }\n\n  .tc-faq-card summary::after {\n    right: 17px;\n  }\n\n  .tc-faq-card details p {\n    padding: 0 17px 18px;\n    font-size: 13px;\n  }\n}\n\n\/* Remove optional motion for visitors who request it *\/\n\n@media (prefers-reduced-motion: reduce) {\n  .tc-overview *,\n  .tc-overview *::before,\n  .tc-overview *::after {\n    scroll-behavior: auto !important;\n    transition-duration: 0.01ms !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n  }\n}\n<\/style>\n\n<section\n  class=\"tc-overview tc-overview--fullbleed\"\n  id=\"trust-overview\"\n  aria-labelledby=\"tc-page-title\"\n>\n  <div class=\"tc-container tc-overview__body\">\n    <!-- Page introduction -->\n    <header class=\"tc-intro\">\n      <p class=\"tc-intro__organization\">\n        Knowledgeflow Cybersafety Foundation\n      <\/p>\n\n      <h1 id=\"tc-page-title\">\n        Trust &amp; Compliance Centre\n      <\/h1>\n\n      <p class=\"tc-intro__description\">\n        Welcome to our Trust Centre. As a leader in cybersafety,\n        independent attestation and verifiability matter to us. We manage\n        a robust compliance program designed to set the right example for\n        building trust and demonstrating transparency in our operations.\n      <\/p>\n\n      <p class=\"tc-intro__contact\">\n        Got questions about trust and compliance?\n\n        <a href=\"mailto:Trust@Knowledgeflow.org\">\n          Trust@Knowledgeflow.org\n        <\/a>\n      <\/p>\n    <\/header>\n\n    <div class=\"tc-overview__grid\">\n      <!-- Left column -->\n      <aside\n        class=\"tc-rail\"\n        aria-label=\"Compliance and assets\"\n      >\n        <!-- Compliance -->\n        <section class=\"tc-section\">\n          <div class=\"tc-section-heading\">\n            <h2>Compliance<\/h2>\n          <\/div>\n\n          <div class=\"tc-card tc-cert-list\">\n            <!-- CIS Controls -->\n            <div class=\"tc-cert\">\n              <img\n                class=\"tc-cert__seal\"\n                src=\"https:\/\/knowledgeflow.org\/wp-content\/uploads\/2026\/07\/datarisk-verify-now-seal.png\"\n                alt=\"\"\n                aria-hidden=\"true\"\n                decoding=\"async\"\n              \/>\n\n              <span class=\"tc-cert__text\">\n                <strong>\n                  CIS Controls:\n\n                  <span\n                    class=\"tc-compliance-status tc-compliance-status--positive\"\n                  >\n                    Aligned\n                  <\/span>\n                <\/strong>\n\n                <small>\n                  IG1 Critical Security Controls\n                <\/small>\n              <\/span>\n            <\/div>\n\n            <!-- PIPEDA -->\n            <div class=\"tc-cert\">\n              <img\n                class=\"tc-cert__seal\"\n                src=\"https:\/\/knowledgeflow.org\/wp-content\/uploads\/2026\/07\/datarisk-verify-now-seal.png\"\n                alt=\"\"\n                aria-hidden=\"true\"\n                decoding=\"async\"\n              \/>\n\n              <span class=\"tc-cert__text\">\n                <strong>\n                  PIPEDA:\n\n                  <span\n                    class=\"tc-compliance-status tc-compliance-status--positive\"\n                  >\n                    Verified\n                  <\/span>\n                <\/strong>\n\n                <small>\n                  Canadian Privacy\n                <\/small>\n              <\/span>\n            <\/div>\n\n            <!-- GDPR -->\n            <div class=\"tc-cert\">\n              <img\n                class=\"tc-cert__seal\"\n                src=\"https:\/\/knowledgeflow.org\/wp-content\/uploads\/2026\/07\/datarisk-verify-now-seal.png\"\n                alt=\"\"\n                aria-hidden=\"true\"\n                decoding=\"async\"\n              \/>\n\n              <span class=\"tc-cert__text\">\n                <strong>\n                  GDPR:\n\n                  <span\n                    class=\"tc-compliance-status tc-compliance-status--progress\"\n                  >\n                    In progress\n                  <\/span>\n                <\/strong>\n\n                <small>\n                  Global Privacy\n                <\/small>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/section>\n\n        <!-- Assets -->\n        <section class=\"tc-section\">\n          <div class=\"tc-section-heading\">\n            <h2>Assets<\/h2>\n          <\/div>\n\n          <div class=\"tc-card tc-asset-card\">\n            <!-- Governance -->\n            <div class=\"tc-asset-group\">\n              <h3>Governance<\/h3>\n\n              <ul class=\"tc-asset-list\">\n                <!-- Linked lock -->\n                <li>\n                  <span class=\"tc-asset-name\">\n                    Verify&trade; CIS&reg; Attestation\n                  <\/span>\n\n                  <a\n                    class=\"tc-asset-lock\"\n                    href=\"https:\/\/knowledgeflow.org\/trust-centre-request-form\/\"\n                    aria-label=\"Request access to the Verify CIS Attestation\"\n                    title=\"Request access\"\n                  >\n                    <svg\n                      viewBox=\"0 0 24 24\"\n                      aria-hidden=\"true\"\n                      focusable=\"false\"\n                    >\n                      <path\n                        d=\"M7 10V7a5 5 0 0 1 10 0v3h1.25A1.75 1.75 0 0 1 20 11.75v8.5A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25v-8.5A1.75 1.75 0 0 1 5.75 10H7Zm2 0h6V7a3 3 0 0 0-6 0v3Zm3 4a1.5 1.5 0 0 0-.75 2.8V19h1.5v-2.2A1.5 1.5 0 0 0 12 14Z\"\n                      \/>\n                    <\/svg>\n                  <\/a>\n                <\/li>\n\n                <!-- Linked lock -->\n                <li>\n                  <span class=\"tc-asset-name\">\n                    Audited Financials\n                  <\/span>\n\n                  <a\n                    class=\"tc-asset-lock\"\n                    href=\"https:\/\/knowledgeflow.org\/trust-centre-request-form\/\"\n                    aria-label=\"Request access to the audited financials\"\n                    title=\"Request access\"\n                  >\n                    <svg\n                      viewBox=\"0 0 24 24\"\n                      aria-hidden=\"true\"\n                      focusable=\"false\"\n                    >\n                      <path\n                        d=\"M7 10V7a5 5 0 0 1 10 0v3h1.25A1.75 1.75 0 0 1 20 11.75v8.5A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25v-8.5A1.75 1.75 0 0 1 5.75 10H7Zm2 0h6V7a3 3 0 0 0-6 0v3Zm3 4a1.5 1.5 0 0 0-.75 2.8V19h1.5v-2.2A1.5 1.5 0 0 0 12 14Z\"\n                      \/>\n                    <\/svg>\n                  <\/a>\n                <\/li>\n\n                <!-- Non-clickable lock -->\n                <li>\n                  <span class=\"tc-asset-name\">\n                    Cybersecurity Coverage\n                  <\/span>\n\n                  <span\n                    class=\"tc-asset-lock tc-asset-lock--static\"\n                    role=\"img\"\n                    aria-label=\"Restricted asset\"\n                    title=\"Restricted asset\"\n                  >\n                    <svg\n                      viewBox=\"0 0 24 24\"\n                      aria-hidden=\"true\"\n                      focusable=\"false\"\n                    >\n                      <path\n                        d=\"M7 10V7a5 5 0 0 1 10 0v3h1.25A1.75 1.75 0 0 1 20 11.75v8.5A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25v-8.5A1.75 1.75 0 0 1 5.75 10H7Zm2 0h6V7a3 3 0 0 0-6 0v3Zm3 4a1.5 1.5 0 0 0-.75 2.8V19h1.5v-2.2A1.5 1.5 0 0 0 12 14Z\"\n                      \/>\n                    <\/svg>\n                  <\/span>\n                <\/li>\n              <\/ul>\n            <\/div>\n\n            <!-- Integrity -->\n            <div class=\"tc-asset-group\">\n              <h3>Integrity<\/h3>\n\n              <ul class=\"tc-asset-list\">\n                <li>\n                  <a\n                    class=\"tc-asset-name tc-asset-name--link\"\n                    href=\"https:\/\/knowledgeflow.org\/code-of-ethics\/\"\n                  >\n                    Code of Ethics\n                  <\/a>\n                <\/li>\n\n                <li>\n                  <a\n                    class=\"tc-asset-name tc-asset-name--link\"\n                    href=\"#\"\n                  >\n                    Transparency Report\n                  <\/a>\n                <\/li>\n\n                <li>\n                  <a\n                    class=\"tc-asset-name tc-asset-name--link\"\n                    href=\"https:\/\/knowledgeflow.org\/privacy-policy\/\"\n                  >\n                    Privacy Policy\n                  <\/a>\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/section>\n      <\/aside>\n\n      <!-- Main column -->\n      <div class=\"tc-main-column\">\n        <!-- Safeguards -->\n        <section class=\"tc-section\">\n          <div class=\"tc-section-heading\">\n            <h2>Safeguards<\/h2>\n          <\/div>\n\n          <div class=\"tc-control-grid\">\n            <!-- Data Security -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Data Security<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Encryption at rest<\/span>\n                <\/li>\n\n                <li>\n                  <span>Encryption in transit<\/span>\n                <\/li>\n\n                <li>\n                  <span>Data retention controls<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n\n            <!-- Access Control -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Access Control<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Role-based access<\/span>\n                <\/li>\n\n                <li>\n                  <span>Multi-factor authentication<\/span>\n                <\/li>\n\n                <li>\n                  <span>Quarterly access reviews<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n\n            <!-- Infrastructure -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Infrastructure<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Cloud environment monitoring<\/span>\n                <\/li>\n\n                <li>\n                  <span>Secure configuration standards<\/span>\n                <\/li>\n\n                <li>\n                  <span>Business continuity planning<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n\n            <!-- Application Security -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Application Security<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Secure development lifecycle<\/span>\n                <\/li>\n\n                <li>\n                  <span>Vulnerability management<\/span>\n                <\/li>\n\n                <li>\n                  <span>Independent security testing<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n\n            <!-- Organizational Security -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Organizational Security<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Employee security training<\/span>\n                <\/li>\n\n                <li>\n                  <span>Background screening<\/span>\n                <\/li>\n\n                <li>\n                  <span>Security policy management<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n\n            <!-- Risk Management -->\n            <article class=\"tc-card tc-control-card\">\n              <h3>Risk Management<\/h3>\n\n              <ul class=\"tc-control-list\">\n                <li>\n                  <span>Incident management<\/span>\n                <\/li>\n\n                <li>\n                  <span>Data retention<\/span>\n                <\/li>\n\n                <li>\n                  <span>Supply chain security<\/span>\n                <\/li>\n              <\/ul>\n            <\/article>\n          <\/div>\n        <\/section>\n\n        <!-- FAQ -->\n        <section class=\"tc-section tc-faq-section\">\n          <div class=\"tc-section-heading\">\n            <h2>FAQ<\/h2>\n          <\/div>\n\n          <div class=\"tc-card tc-faq-card\">\n            <details>\n              <summary>\n                Where is customer data stored?\n              <\/summary>\n\n              <p>\n                Customer and operational data is stored only in approved environments and regions selected according to applicable privacy, security, and business requirements.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                Do you encrypt customer data?\n              <\/summary>\n\n              <p>\n                We use industry-standard encryption for data in transit and at rest wherever the underlying service supports it.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                How do you manage security incidents?\n              <\/summary>\n\n              <p>\n                We follow a documented process to detect, contain, investigate, remediate, and communicate security incidents.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                Do you require multi-factor authentication?\n              <\/summary>\n\n              <p>\n                Multi-factor authentication is required for privileged and other sensitive access wherever technically supported.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                How often do you perform security testing?\n              <\/summary>\n\n              <p>\n                We perform routine vulnerability reviews and risk-based independent security testing on a scheduled basis.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                How do you manage employee access?\n              <\/summary>\n\n              <p>\n                Access is role-based, approved, reviewed periodically, and removed promptly when it is no longer required.\n              <\/p>\n            <\/details>\n\n            <details>\n              <summary>\n                Do you use third-party service providers?\n              <\/summary>\n\n              <p>\n                Third-party providers are assessed before engagement and monitored according to the security and privacy risk of their services.\n              <\/p>\n            <\/details>\n          <\/div>\n        <\/section>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Knowledgeflow Cybersafety Foundation Trust &amp; Compliance Centre Welcome to our Trust Centre. As a leader in cybersafety, independent attestation and verifiability matter to us. We manage a robust compliance program&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-37297","page","type-page","status-publish","hentry"],"acf":[],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"sdkgone0893","author_link":"https:\/\/knowledgeflow.org\/uk\/author\/colin_lqi4fpdv\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/pages\/37297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/comments?post=37297"}],"version-history":[{"count":11,"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/pages\/37297\/revisions"}],"predecessor-version":[{"id":37317,"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/pages\/37297\/revisions\/37317"}],"wp:attachment":[{"href":"https:\/\/knowledgeflow.org\/uk\/wp-json\/wp\/v2\/media?parent=37297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}