iiRecord
Agentic AI Atlas · Bootloader Verification
workflow:bootloader-verificationa5c.ai
II.
Workflow JSON

workflow:bootloader-verification

Structured · live

Bootloader Verification json

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

File · workflows/workflows/workflows-embedded-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:bootloader-verification",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-embedded-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Bootloader Verification",
    "workflowKind": "security",
    "triggerType": "event-driven",
    "typicalCadence": "per-release",
    "complexity": "cross-team",
    "description": "Verifies bootloader integrity and secure boot chain for embedded devices —\nvalidating cryptographic signature checks, testing rollback protection,\nexercising recovery-mode paths, confirming chain-of-trust from ROM through\nfirst-stage and second-stage bootloaders, and auditing key provisioning.\nExcludes bootloader feature development.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:bootloader-verification",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "skill-area:bootloader-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "skill-area:firmware-development",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "domain:embedded-systems",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "responsibility:security-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "responsibility:run-security-scans",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:bootloader-verification",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}