iiRecord
Agentic AI Atlas · gdpr-compliance
lib-process:security-compliance--gdpr-compliancea5c.ai
II.
LibraryProcess JSON

lib-process:security-compliance--gdpr-compliance

Structured · live

gdpr-compliance json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:security-compliance--gdpr-compliance",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "gdpr-compliance",
    "description": "GDPR Compliance Assessment Process - Comprehensive evaluation of General Data Protection Regulation\ncompliance covering data mapping, legal basis determination, consent management, Data Protection Impact Assessment\n(DPIA), data subject rights implementation, breach notification procedures, and overall compliance posture to ensure\nregulatory adherence and minimize legal risk.",
    "libraryPath": "library/specializations/security-compliance/gdpr-compliance.js",
    "specialization": "security-compliance",
    "references": [
      "- GDPR Official Text: https://gdpr-info.eu/\n- ICO GDPR Guide: https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/\n- EDPB Guidelines: https://edpb.europa.eu/our-work-tools/general-guidance/gdpr-guidelines-recommendations-best-practices_en\n- GDPR Checklist: https://gdpr.eu/checklist/\n- CNIL GDPR Guide: https://www.cnil.fr/en/rgpd-guide"
    ],
    "example": "const result = await orchestrate('specializations/security-compliance/gdpr-compliance', {\n  organization: 'Acme Corporation',\n  scope: 'eu-operations',\n  dataProcessingActivities: [\n    { name: 'Customer CRM', purpose: 'customer-relationship-management', dataTypes: ['name', 'email', 'phone'] },\n    { name: 'Marketing Analytics', purpose: 'marketing', dataTypes: ['email', 'behavior-data'] }\n  ],\n  complianceLevel: 'comprehensive', // 'basic', 'standard', 'comprehensive'\n  assessmentDepth: 'full', // 'quick', 'standard', 'full'\n  includeDocumentation: true,\n  generateDPIA: true\n});",
    "usesAgents": [
      "general-purpose"
    ],
    "usesSkills": [
      "gdpr-compliance-automator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-compliance--gdpr-compliance",
      "to": "domain:security",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-compliance--gdpr-compliance",
      "to": "role:security-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-compliance--gdpr-compliance",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-compliance--gdpr-compliance",
      "to": "specialization:security-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-compliance--gdpr-compliance",
      "to": "lib-skill:security-compliance--gdpr-compliance-automator",
      "kind": "uses_skill",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}