iiRecord
Agentic AI Atlas · Bug Bounty Triage
workflow:bug-bounty-triagea5c.ai
II.
Workflow JSON

workflow:bug-bounty-triage

Structured · live

Bug Bounty Triage json

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

File · workflows/workflows/workflows-security-research.yamlCluster · workflows
Record JSON
{
  "id": "workflow:bug-bounty-triage",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-security-research.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Bug Bounty Triage",
    "workflowKind": "security",
    "triggerType": "event-driven",
    "typicalCadence": "per-report",
    "complexity": "single-team",
    "description": "Triages incoming bug bounty reports — validating reproducibility,\nassessing severity, deduplicating against known issues, coordinating\nwith engineering for fixes, communicating with researchers, and managing\nreward payouts. Excludes the fix implementation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:bug-bounty-triage",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "role:vulnerability-scanner",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "skill-area:incident-response",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "domain:cybersecurity",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "responsibility:security-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:bug-bounty-triage",
      "to": "org-unit:application-security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}