{
  "alg": "Ed25519",
  "atom_id": "oao-LLAMAINDEX-9e74cc546c",
  "decision": "GOVERNED:UNGOVERNED",
  "evidence": {
    "ontology": {
      "action_maps": [
        {
          "label": "add",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_add"
        },
        {
          "label": "deletePet",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_delete_pet_petid"
        },
        {
          "label": "deleteOrder",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_delete_store_order_orderid"
        },
        {
          "label": "deleteUser",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_delete_user_username"
        },
        {
          "label": "echo",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_echo"
        },
        {
          "label": "fetch_ipinfo",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_fetch_ipinfo"
        },
        {
          "label": "generate_image",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_generate_image"
        },
        {
          "label": "get_time",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_get_time"
        },
        {
          "label": "long_task",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_long_task"
        },
        {
          "label": "addPet",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_pet"
        },
        {
          "label": "updatePetWithForm",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_pet_petid"
        },
        {
          "label": "uploadFile",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_pet_petid_uploadimage"
        },
        {
          "label": "placeOrder",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_store_order"
        },
        {
          "label": "createUser",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_user"
        },
        {
          "label": "createUsersWithListInput",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_post_user_createwithlist"
        },
        {
          "label": "updatePet",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_put_pet"
        },
        {
          "label": "updateUser",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_put_user_username"
        },
        {
          "label": "test_pydantic",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "cap_test_pydantic"
        },
        {
          "label": "update_user",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "cap_update_user"
        },
        {
          "label": "update_weather",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "cap_update_weather"
        },
        {
          "label": "delete",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete"
        },
        {
          "label": "delete_all",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_all"
        },
        {
          "label": "delete_all_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_all_index"
        },
        {
          "label": "delete_all_memory_for_session",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_all_memory_for_session"
        },
        {
          "label": "delete_browser",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_browser"
        },
        {
          "label": "delete_by_doc_id",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_by_doc_id"
        },
        {
          "label": "delete_by_id",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_by_id"
        },
        {
          "label": "delete_by_query",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_by_query"
        },
        {
          "label": "delete_chunk",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_chunk"
        },
        {
          "label": "delete_code_interpreter",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_code_interpreter"
        },
        {
          "label": "delete_collection",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_collection"
        },
        {
          "label": "delete_corpus",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_corpus"
        },
        {
          "label": "delete_document",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_document"
        },
        {
          "label": "delete_documents",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_documents"
        },
        {
          "label": "delete_entity",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_entity"
        },
        {
          "label": "delete_events",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_events"
        },
        {
          "label": "delete_file",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_file"
        },
        {
          "label": "delete_files",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_files"
        },
        {
          "label": "delete_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_index"
        },
        {
          "label": "delete_index_struct",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_index_struct"
        },
        {
          "label": "delete_issue",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_issue"
        },
        {
          "label": "delete_last_message",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_last_message"
        },
        {
          "label": "delete_llama_nodes",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_llama_nodes"
        },
        {
          "label": "delete_memory_records",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_memory_records"
        },
        {
          "label": "delete_message",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_message"
        },
        {
          "label": "delete_messages",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_messages"
        },
        {
          "label": "delete_node",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_node"
        },
        {
          "label": "delete_nodes",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_nodes"
        },
        {
          "label": "delete_nodes_v2",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_nodes_v2"
        },
        {
          "label": "delete_oldest_messages",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_oldest_messages"
        },
        {
          "label": "delete_ref_doc",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_ref_doc"
        },
        {
          "label": "delete_rel",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_rel"
        },
        {
          "label": "delete_relation",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_relation"
        },
        {
          "label": "delete_removes_document_from_query_results",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_removes_document_from_query_results"
        },
        {
          "label": "delete_request",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_request"
        },
        {
          "label": "delete_search_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_search_index"
        },
        {
          "label": "delete_table_if_exists",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_table_if_exists"
        },
        {
          "label": "delete_triplet",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_triplet"
        },
        {
          "label": "delete_uploaded_files",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_uploaded_files"
        },
        {
          "label": "delete_v2",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_v2"
        },
        {
          "label": "delete_vector_store",
          "mappings": [
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'delete'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_delete_vector_store"
        },
        {
          "label": "drop",
          "mappings": [
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_drop"
        },
        {
          "label": "drop_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_drop_index"
        },
        {
          "label": "drop_vector_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_drop_vector_index"
        },
        {
          "label": "drop_vector_search_index",
          "mappings": [
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_drop_vector_search_index"
        },
        {
          "label": "drop_vectorstore",
          "mappings": [
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Honoring a change freeze is configuration change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: A freeze restricts who/when changes may be applied.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-5",
              "name": "Access Restrictions for Change",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'drop'; confirm against published text (asserted basis: Deploying during a freeze is acting beyond authority.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "a destructive change during a freeze maps to data destruction",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1485",
              "name": "Data Destruction",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_drop_vectorstore"
        },
        {
          "label": "execute",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute"
        },
        {
          "label": "execute_code",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_code"
        },
        {
          "label": "execute_command",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_command"
        },
        {
          "label": "execute_query",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_query"
        },
        {
          "label": "execute_query_side_effect",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_query_side_effect"
        },
        {
          "label": "execute_soql",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_soql"
        },
        {
          "label": "execute_sosl",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_execute_sosl"
        },
        {
          "label": "export",
          "mappings": [
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_export"
        },
        {
          "label": "export_events",
          "mappings": [
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_export_events"
        },
        {
          "label": "export_messages",
          "mappings": [
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'export'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_export_messages"
        },
        {
          "label": "post",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post"
        },
        {
          "label": "post_http_request",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post_http_request"
        },
        {
          "label": "post_openai_chat_request",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post_openai_chat_request"
        },
        {
          "label": "post_process_nodes",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_post_process_nodes"
        },
        {
          "label": "post_reply_stream",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post_reply_stream"
        },
        {
          "label": "post_request",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post_request"
        },
        {
          "label": "post_service",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_post_service"
        },
        {
          "label": "release_async_browser",
          "mappings": [
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Requiring an approved change request is the core of change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: An unapproved production change by an agent needs human sign-off.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 14",
              "name": "Human oversight",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Deploying without approval is excessive agency.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "an unapproved production change maps to system-process modification / persistence",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1543",
              "name": "Create or Modify System Process",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_release_async_browser"
        },
        {
          "label": "release_control",
          "mappings": [
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Requiring an approved change request is the core of change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: An unapproved production change by an agent needs human sign-off.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 14",
              "name": "Human oversight",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Deploying without approval is excessive agency.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "an unapproved production change maps to system-process modification / persistence",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1543",
              "name": "Create or Modify System Process",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_release_control"
        },
        {
          "label": "release_sync_browser",
          "mappings": [
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Requiring an approved change request is the core of change control.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "CM-3",
              "name": "Configuration Change Control",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: An unapproved production change by an agent needs human sign-off.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 14",
              "name": "Human oversight",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'release'; confirm against published text (asserted basis: Deploying without approval is excessive agency.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "INFERRED"
            },
            {
              "basis": "an unapproved production change maps to system-process modification / persistence",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1543",
              "name": "Create or Modify System Process",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_release_sync_browser"
        },
        {
          "label": "restart_driver",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_restart_driver"
        },
        {
          "label": "run",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run"
        },
        {
          "label": "run_async_query_demo",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_async_query_demo"
        },
        {
          "label": "run_async_tasks",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_async_tasks"
        },
        {
          "label": "run_basic_tests",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_basic_tests"
        },
        {
          "label": "run_code",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_code"
        },
        {
          "label": "run_concurrent_queries",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_concurrent_queries"
        },
        {
          "label": "run_coro_in_thread",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_coro_in_thread"
        },
        {
          "label": "run_coroutine_in_sync",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_coroutine_in_sync"
        },
        {
          "label": "run_demo",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_demo"
        },
        {
          "label": "run_fn_on_nodes",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_fn_on_nodes"
        },
        {
          "label": "run_func_with_tags",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_func_with_tags"
        },
        {
          "label": "run_graphql_query",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_graphql_query"
        },
        {
          "label": "run_in_async_context",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_in_async_context"
        },
        {
          "label": "run_in_new_loop",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_in_new_loop"
        },
        {
          "label": "run_ingestion",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_ingestion"
        },
        {
          "label": "run_llm",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_llm"
        },
        {
          "label": "run_no_throw",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_no_throw"
        },
        {
          "label": "run_pandas_ai",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_pandas_ai"
        },
        {
          "label": "run_query",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_query"
        },
        {
          "label": "run_request",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_request"
        },
        {
          "label": "run_spider_process",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_spider_process"
        },
        {
          "label": "run_sql",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_sql"
        },
        {
          "label": "run_step",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_step"
        },
        {
          "label": "run_sync_test",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_sync_test"
        },
        {
          "label": "run_transformations",
          "mappings": [
            {
              "basis": "heuristic: side-effecting action with no second authorizer detected -- confirm against published text",
              "confidence": "ambiguous",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM06",
              "name": "Excessive Agency",
              "provenance": "AMBIGUOUS"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_run_transformations"
        },
        {
          "label": "send",
          "mappings": [
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_send"
        },
        {
          "label": "send_draft",
          "mappings": [
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_send_draft"
        },
        {
          "label": "send_message",
          "mappings": [
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_send_message"
        },
        {
          "label": "send_message_stream",
          "mappings": [
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_send_message_stream"
        },
        {
          "label": "send_response",
          "mappings": [
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'send'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_send_response"
        },
        {
          "label": "shutdown",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "fn_shutdown"
        },
        {
          "label": "upload",
          "mappings": [
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_upload"
        },
        {
          "label": "upload_file",
          "mappings": [
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_upload_file"
        },
        {
          "label": "upload_files",
          "mappings": [
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Blocking export to an out-of-scope endpoint is information-flow enforcement.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "AC-4",
              "name": "Information Flow Enforcement",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Preventing data leaving the controlled boundary is boundary protection.)",
              "confidence": "inferred",
              "fw": "NIST SP 800-53r5",
              "id": "SC-7",
              "name": "Boundary Protection",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Uncontrolled egress of regulated data is a data-governance failure.)",
              "confidence": "inferred",
              "fw": "EU AI Act",
              "id": "Art 10",
              "name": "Data and data governance",
              "provenance": "INFERRED"
            },
            {
              "basis": "inferred from action verb 'upload'; confirm against published text (asserted basis: Egress of regulated records is sensitive-information disclosure.)",
              "confidence": "inferred",
              "fw": "OWASP LLM Top 10 (2025)",
              "id": "LLM02",
              "name": "Sensitive Information Disclosure",
              "provenance": "INFERRED"
            },
            {
              "basis": "Data leaving to an external domain maps to the Exfiltration tactic; confirm the specific technique with an analyst.",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "TA0010",
              "name": "Exfiltration",
              "provenance": "EXTRACTED"
            },
            {
              "basis": "uncontrolled egress of regulated data maps to exfiltration",
              "confidence": "advisory",
              "fw": "MITRE ATT&CK",
              "id": "T1048",
              "name": "Exfiltration Over Alternative Protocol",
              "provenance": "EXTRACTED"
            }
          ],
          "matched_via": "heuristic",
          "subject_id": "fn_upload_files"
        },
        {
          "label": "findPetsByStatus",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_pet_findbystatus"
        },
        {
          "label": "findPetsByTags",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_pet_findbytags"
        },
        {
          "label": "getPetById",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_pet_petid"
        },
        {
          "label": "getInventory",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_store_inventory"
        },
        {
          "label": "getOrderById",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_store_order_orderid"
        },
        {
          "label": "loginUser",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_user_login"
        },
        {
          "label": "logoutUser",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_user_logout"
        },
        {
          "label": "getUserByName",
          "mappings": [],
          "matched_via": "none",
          "subject_id": "op_get_user_username"
        }
      ],
      "edges": [
        {
          "dst": "fn_delete",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_all",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_all_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_all_memory_for_session",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_browser",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_by_doc_id",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_by_id",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_by_query",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_chunk",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_code_interpreter",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_collection",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_corpus",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_document",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_documents",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_entity",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_events",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_file",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_files",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_index_struct",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_issue",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_last_message",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_llama_nodes",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_memory_records",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_message",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_messages",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_node",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_nodes",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_nodes_v2",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_oldest_messages",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_ref_doc",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_rel",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_relation",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_removes_document_from_query_results",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_request",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_search_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_table_if_exists",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_triplet",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_uploaded_files",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_v2",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_delete_vector_store",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_drop",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_drop_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_drop_vector_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_drop_vector_search_index",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_drop_vectorstore",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_code",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_command",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_query",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_query_side_effect",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_soql",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_execute_sosl",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_export",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_export_events",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_export_messages",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_http_request",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_openai_chat_request",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_process_nodes",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_reply_stream",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_request",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_post_service",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_release_async_browser",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_release_control",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_release_sync_browser",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_restart_driver",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_async_query_demo",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_async_tasks",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_basic_tests",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_code",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_concurrent_queries",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_coro_in_thread",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_coroutine_in_sync",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_demo",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_fn_on_nodes",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_func_with_tags",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_graphql_query",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_in_async_context",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_in_new_loop",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_ingestion",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_llm",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_no_throw",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_pandas_ai",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_query",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_request",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_spider_process",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_sql",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_step",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_sync_test",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_run_transformations",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_send",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_send_draft",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_send_message",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_send_message_stream",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_send_response",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_shutdown",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_upload",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_upload_file",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "fn_upload_files",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_delete_pet_petid",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_delete_store_order_orderid",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_delete_user_username",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_pet_findbystatus",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_pet_findbytags",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_pet_petid",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_store_inventory",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_store_order_orderid",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_user_login",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_user_logout",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_get_user_username",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_pet",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_pet_petid",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_pet_petid_uploadimage",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_store_order",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_user",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_post_user_createwithlist",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_put_pet",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "op_put_user_username",
          "provenance": "EXTRACTED",
          "rel": "EXECUTES",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_add",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_delete_pet_petid",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_delete_store_order_orderid",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_delete_user_username",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_echo",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_fetch_ipinfo",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_generate_image",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_get_time",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_long_task",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_pet",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_pet_petid",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_pet_petid_uploadimage",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_store_order",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_user",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_post_user_createwithlist",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_put_pet",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_put_user_username",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_test_pydantic",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_update_user",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        },
        {
          "dst": "cap_update_weather",
          "provenance": "EXTRACTED",
          "rel": "HAS_CAPABILITY",
          "src": "agent_llama_index"
        }
      ],
      "frameworks": [],
      "nodes": [
        {
          "id": "agent_llama_index",
          "name": "llama-index",
          "props": {
            "source_kind": "directory"
          },
          "provenance": "EXTRACTED",
          "type": "Agent"
        },
        {
          "id": "cap_add",
          "name": "add",
          "props": {
            "action": "add"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_delete_pet_petid",
          "name": "deletePet",
          "props": {
            "action": "deletePet"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_delete_store_order_orderid",
          "name": "deleteOrder",
          "props": {
            "action": "deleteOrder"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_delete_user_username",
          "name": "deleteUser",
          "props": {
            "action": "deleteUser"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_echo",
          "name": "echo",
          "props": {
            "action": "echo"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_fetch_ipinfo",
          "name": "fetch_ipinfo",
          "props": {
            "action": "fetch_ipinfo"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_generate_image",
          "name": "generate_image",
          "props": {
            "action": "generate_image"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_get_time",
          "name": "get_time",
          "props": {
            "action": "get_time"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_long_task",
          "name": "long_task",
          "props": {
            "action": "long_task"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_pet",
          "name": "addPet",
          "props": {
            "action": "addPet"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_pet_petid",
          "name": "updatePetWithForm",
          "props": {
            "action": "updatePetWithForm"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_pet_petid_uploadimage",
          "name": "uploadFile",
          "props": {
            "action": "uploadFile"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_store_order",
          "name": "placeOrder",
          "props": {
            "action": "placeOrder"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_user",
          "name": "createUser",
          "props": {
            "action": "createUser"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_post_user_createwithlist",
          "name": "createUsersWithListInput",
          "props": {
            "action": "createUsersWithListInput"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_put_pet",
          "name": "updatePet",
          "props": {
            "action": "updatePet"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_put_user_username",
          "name": "updateUser",
          "props": {
            "action": "updateUser"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_test_pydantic",
          "name": "test_pydantic",
          "props": {
            "action": "test_pydantic"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_update_user",
          "name": "update_user",
          "props": {
            "action": "update_user"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "cap_update_weather",
          "name": "update_weather",
          "props": {
            "action": "update_weather"
          },
          "provenance": "EXTRACTED",
          "type": "Capability"
        },
        {
          "id": "fn_delete",
          "name": "delete",
          "props": {
            "action": "delete"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_all",
          "name": "delete_all",
          "props": {
            "action": "delete_all"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_all_index",
          "name": "delete_all_index",
          "props": {
            "action": "delete_all_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_all_memory_for_session",
          "name": "delete_all_memory_for_session",
          "props": {
            "action": "delete_all_memory_for_session"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_browser",
          "name": "delete_browser",
          "props": {
            "action": "delete_browser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_by_doc_id",
          "name": "delete_by_doc_id",
          "props": {
            "action": "delete_by_doc_id"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_by_id",
          "name": "delete_by_id",
          "props": {
            "action": "delete_by_id"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_by_query",
          "name": "delete_by_query",
          "props": {
            "action": "delete_by_query"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_chunk",
          "name": "delete_chunk",
          "props": {
            "action": "delete_chunk"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_code_interpreter",
          "name": "delete_code_interpreter",
          "props": {
            "action": "delete_code_interpreter"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_collection",
          "name": "delete_collection",
          "props": {
            "action": "delete_collection"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_corpus",
          "name": "delete_corpus",
          "props": {
            "action": "delete_corpus"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_document",
          "name": "delete_document",
          "props": {
            "action": "delete_document"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_documents",
          "name": "delete_documents",
          "props": {
            "action": "delete_documents"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_entity",
          "name": "delete_entity",
          "props": {
            "action": "delete_entity"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_events",
          "name": "delete_events",
          "props": {
            "action": "delete_events"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_file",
          "name": "delete_file",
          "props": {
            "action": "delete_file"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_files",
          "name": "delete_files",
          "props": {
            "action": "delete_files"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_index",
          "name": "delete_index",
          "props": {
            "action": "delete_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_index_struct",
          "name": "delete_index_struct",
          "props": {
            "action": "delete_index_struct"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_issue",
          "name": "delete_issue",
          "props": {
            "action": "delete_issue"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_last_message",
          "name": "delete_last_message",
          "props": {
            "action": "delete_last_message"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_llama_nodes",
          "name": "delete_llama_nodes",
          "props": {
            "action": "delete_llama_nodes"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_memory_records",
          "name": "delete_memory_records",
          "props": {
            "action": "delete_memory_records"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_message",
          "name": "delete_message",
          "props": {
            "action": "delete_message"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_messages",
          "name": "delete_messages",
          "props": {
            "action": "delete_messages"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_node",
          "name": "delete_node",
          "props": {
            "action": "delete_node"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_nodes",
          "name": "delete_nodes",
          "props": {
            "action": "delete_nodes"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_nodes_v2",
          "name": "delete_nodes_v2",
          "props": {
            "action": "delete_nodes_v2"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_oldest_messages",
          "name": "delete_oldest_messages",
          "props": {
            "action": "delete_oldest_messages"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_ref_doc",
          "name": "delete_ref_doc",
          "props": {
            "action": "delete_ref_doc"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_rel",
          "name": "delete_rel",
          "props": {
            "action": "delete_rel"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_relation",
          "name": "delete_relation",
          "props": {
            "action": "delete_relation"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_removes_document_from_query_results",
          "name": "delete_removes_document_from_query_results",
          "props": {
            "action": "delete_removes_document_from_query_results"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_request",
          "name": "delete_request",
          "props": {
            "action": "delete_request"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_search_index",
          "name": "delete_search_index",
          "props": {
            "action": "delete_search_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_table_if_exists",
          "name": "delete_table_if_exists",
          "props": {
            "action": "delete_table_if_exists"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_triplet",
          "name": "delete_triplet",
          "props": {
            "action": "delete_triplet"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_uploaded_files",
          "name": "delete_uploaded_files",
          "props": {
            "action": "delete_uploaded_files"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_v2",
          "name": "delete_v2",
          "props": {
            "action": "delete_v2"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_delete_vector_store",
          "name": "delete_vector_store",
          "props": {
            "action": "delete_vector_store"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_drop",
          "name": "drop",
          "props": {
            "action": "drop"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_drop_index",
          "name": "drop_index",
          "props": {
            "action": "drop_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_drop_vector_index",
          "name": "drop_vector_index",
          "props": {
            "action": "drop_vector_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_drop_vector_search_index",
          "name": "drop_vector_search_index",
          "props": {
            "action": "drop_vector_search_index"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_drop_vectorstore",
          "name": "drop_vectorstore",
          "props": {
            "action": "drop_vectorstore"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute",
          "name": "execute",
          "props": {
            "action": "execute"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_code",
          "name": "execute_code",
          "props": {
            "action": "execute_code"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_command",
          "name": "execute_command",
          "props": {
            "action": "execute_command"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_query",
          "name": "execute_query",
          "props": {
            "action": "execute_query"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_query_side_effect",
          "name": "execute_query_side_effect",
          "props": {
            "action": "execute_query_side_effect"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_soql",
          "name": "execute_soql",
          "props": {
            "action": "execute_soql"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_execute_sosl",
          "name": "execute_sosl",
          "props": {
            "action": "execute_sosl"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_export",
          "name": "export",
          "props": {
            "action": "export"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_export_events",
          "name": "export_events",
          "props": {
            "action": "export_events"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_export_messages",
          "name": "export_messages",
          "props": {
            "action": "export_messages"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post",
          "name": "post",
          "props": {
            "action": "post"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_http_request",
          "name": "post_http_request",
          "props": {
            "action": "post_http_request"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_openai_chat_request",
          "name": "post_openai_chat_request",
          "props": {
            "action": "post_openai_chat_request"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_process_nodes",
          "name": "post_process_nodes",
          "props": {
            "action": "post_process_nodes"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_reply_stream",
          "name": "post_reply_stream",
          "props": {
            "action": "post_reply_stream"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_request",
          "name": "post_request",
          "props": {
            "action": "post_request"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_post_service",
          "name": "post_service",
          "props": {
            "action": "post_service"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_release_async_browser",
          "name": "release_async_browser",
          "props": {
            "action": "release_async_browser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_release_control",
          "name": "release_control",
          "props": {
            "action": "release_control"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_release_sync_browser",
          "name": "release_sync_browser",
          "props": {
            "action": "release_sync_browser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_restart_driver",
          "name": "restart_driver",
          "props": {
            "action": "restart_driver"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run",
          "name": "run",
          "props": {
            "action": "run"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_async_query_demo",
          "name": "run_async_query_demo",
          "props": {
            "action": "run_async_query_demo"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_async_tasks",
          "name": "run_async_tasks",
          "props": {
            "action": "run_async_tasks"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_basic_tests",
          "name": "run_basic_tests",
          "props": {
            "action": "run_basic_tests"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_code",
          "name": "run_code",
          "props": {
            "action": "run_code"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_concurrent_queries",
          "name": "run_concurrent_queries",
          "props": {
            "action": "run_concurrent_queries"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_coro_in_thread",
          "name": "run_coro_in_thread",
          "props": {
            "action": "run_coro_in_thread"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_coroutine_in_sync",
          "name": "run_coroutine_in_sync",
          "props": {
            "action": "run_coroutine_in_sync"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_demo",
          "name": "run_demo",
          "props": {
            "action": "run_demo"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_fn_on_nodes",
          "name": "run_fn_on_nodes",
          "props": {
            "action": "run_fn_on_nodes"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_func_with_tags",
          "name": "run_func_with_tags",
          "props": {
            "action": "run_func_with_tags"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_graphql_query",
          "name": "run_graphql_query",
          "props": {
            "action": "run_graphql_query"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_in_async_context",
          "name": "run_in_async_context",
          "props": {
            "action": "run_in_async_context"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_in_new_loop",
          "name": "run_in_new_loop",
          "props": {
            "action": "run_in_new_loop"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_ingestion",
          "name": "run_ingestion",
          "props": {
            "action": "run_ingestion"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_llm",
          "name": "run_llm",
          "props": {
            "action": "run_llm"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_no_throw",
          "name": "run_no_throw",
          "props": {
            "action": "run_no_throw"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_pandas_ai",
          "name": "run_pandas_ai",
          "props": {
            "action": "run_pandas_ai"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_query",
          "name": "run_query",
          "props": {
            "action": "run_query"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_request",
          "name": "run_request",
          "props": {
            "action": "run_request"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_spider_process",
          "name": "run_spider_process",
          "props": {
            "action": "run_spider_process"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_sql",
          "name": "run_sql",
          "props": {
            "action": "run_sql"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_step",
          "name": "run_step",
          "props": {
            "action": "run_step"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_sync_test",
          "name": "run_sync_test",
          "props": {
            "action": "run_sync_test"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_run_transformations",
          "name": "run_transformations",
          "props": {
            "action": "run_transformations"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_send",
          "name": "send",
          "props": {
            "action": "send"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_send_draft",
          "name": "send_draft",
          "props": {
            "action": "send_draft"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_send_message",
          "name": "send_message",
          "props": {
            "action": "send_message"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_send_message_stream",
          "name": "send_message_stream",
          "props": {
            "action": "send_message_stream"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_send_response",
          "name": "send_response",
          "props": {
            "action": "send_response"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_shutdown",
          "name": "shutdown",
          "props": {
            "action": "shutdown"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_upload",
          "name": "upload",
          "props": {
            "action": "upload"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_upload_file",
          "name": "upload_file",
          "props": {
            "action": "upload_file"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "fn_upload_files",
          "name": "upload_files",
          "props": {
            "action": "upload_files"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_delete_pet_petid",
          "name": "deletePet",
          "props": {
            "action": "deletePet"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_delete_store_order_orderid",
          "name": "deleteOrder",
          "props": {
            "action": "deleteOrder"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_delete_user_username",
          "name": "deleteUser",
          "props": {
            "action": "deleteUser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_pet_findbystatus",
          "name": "findPetsByStatus",
          "props": {
            "action": "findPetsByStatus"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_pet_findbytags",
          "name": "findPetsByTags",
          "props": {
            "action": "findPetsByTags"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_pet_petid",
          "name": "getPetById",
          "props": {
            "action": "getPetById"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_store_inventory",
          "name": "getInventory",
          "props": {
            "action": "getInventory"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_store_order_orderid",
          "name": "getOrderById",
          "props": {
            "action": "getOrderById"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_user_login",
          "name": "loginUser",
          "props": {
            "action": "loginUser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_user_logout",
          "name": "logoutUser",
          "props": {
            "action": "logoutUser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_get_user_username",
          "name": "getUserByName",
          "props": {
            "action": "getUserByName"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_pet",
          "name": "addPet",
          "props": {
            "action": "addPet"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_pet_petid",
          "name": "updatePetWithForm",
          "props": {
            "action": "updatePetWithForm"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_pet_petid_uploadimage",
          "name": "uploadFile",
          "props": {
            "action": "uploadFile"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_store_order",
          "name": "placeOrder",
          "props": {
            "action": "placeOrder"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_user",
          "name": "createUser",
          "props": {
            "action": "createUser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_post_user_createwithlist",
          "name": "createUsersWithListInput",
          "props": {
            "action": "createUsersWithListInput"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_put_pet",
          "name": "updatePet",
          "props": {
            "action": "updatePet"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        },
        {
          "id": "op_put_user_username",
          "name": "updateUser",
          "props": {
            "action": "updateUser"
          },
          "provenance": "EXTRACTED",
          "type": "Task"
        }
      ],
      "note": "Proposed CWN mappings, confidence-tagged. Confirm against the current published control text before relying on them for audit. Enterprise control ids are mapped at onboarding by your GRC team, never auto-asserted.",
      "source": "llama-index",
      "source_kind": "directory"
    },
    "summary": {
      "asserted_covered": 0,
      "edges": 140,
      "frameworks": [],
      "governed_actions": 129,
      "nodes": 141,
      "source": "llama-index",
      "source_kind": "directory",
      "ungoverned_actions": 34
    }
  },
  "evidence_hash": "9e74cc546c97c18391efa71d2e8b664478a7d683ae0602ca0a4abc2c2865414c",
  "ml_dsa_public_key_b64": "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",
  "ml_dsa_signature_b64": "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",
  "note_pq": "Hybrid signature: Ed25519 always; ML-DSA-65 (FIPS 204) and SLH-DSA (FIPS 205) added when a PQ backend is installed. Each leg signs the same canonical body; any one verifying proves authenticity. Install: pip install \"openagentontology[pq]\".",
  "signature_alg": "Ed25519+ML-DSA-65+SLH-DSA",
  "signature_b64": "Li27uohwkYxsnfOngh3+NIavsIOlP2daz5en/1y3CTn11tv+OulVXMZ1uTg9vygPXKNJpu2cPjC6JdQFMYHaBw==",
  "signed": true,
  "signed_at": "2026-06-12T06:57:25.331964+00:00",
  "slh_dsa_public_key_b64": "bXNhZNeO0U50ZGJz/hQQCpW03+uEluFG/BkVrNlKk1k=",
  "slh_dsa_signature_b64": "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",
  "type": "AgentGovernanceReceipt",
  "verify_pubkey_b64": "ig6AWna3kodv7bngRvd6hJ+AbhXGznIh6dhFlA2pfPQ="
}
