iiRecord
Agentic AI Atlas · Penetration Test Cycle
workflow:penetration-test-cyclea5c.ai
II.
Workflow JSON

workflow:penetration-test-cycle

Structured · live

Penetration Test Cycle 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:penetration-test-cycle",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-security-research.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Penetration Test Cycle",
    "workflowKind": "security",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "cross-team",
    "description": "Plans and executes a penetration testing engagement — scoping targets,\nconducting reconnaissance, exploiting discovered vulnerabilities,\ndocumenting attack chains, producing a findings report with CVSS scores,\nand tracking remediation to closure. Excludes vulnerability scanning\nautomation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:penetration-test-cycle",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "role:vulnerability-scanner",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "skill-area:oauth-flows",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "skill-area:webhook-verification",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "domain:cybersecurity",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "responsibility:security-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "responsibility:threat-modeling",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:penetration-test-cycle",
      "to": "org-unit:application-security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}