iiRecord
Agentic AI Atlas · Open Source Contribution Review
workflow:oss-contribution-reviewa5c.ai
II.
Workflow JSON

workflow:oss-contribution-review

Structured · live

Open Source Contribution Review json

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

File · workflows/workflows/workflows-opensource.yamlCluster · workflows
Record JSON
{
  "id": "workflow:oss-contribution-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-opensource.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Open Source Contribution Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-contribution",
    "complexity": "single-team",
    "description": "Reviews employee contributions to external open-source projects — IP\nclearance, license compatibility check, sensitive code scanning, and\napproval workflow. Excludes internal open-source project management.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:oss-contribution-review",
      "to": "role:license-auditor",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "skill-area:gitops",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "responsibility:dependency-audit",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "responsibility:security-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "org-unit:open-source-program-office",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:oss-contribution-review",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}