iiRecord
Agentic AI Atlas · responsible-disclosure
lib-process:security-research--responsible-disclosurea5c.ai
II.
LibraryProcess JSON

lib-process:security-research--responsible-disclosure

Structured · live

responsible-disclosure json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:security-research--responsible-disclosure",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "responsible-disclosure",
    "description": "Managed process for ethical vulnerability disclosure to vendors with proper timeline\nmanagement, communication tracking, and escalation procedures following CERT/CC and industry\nbest practices.",
    "libraryPath": "library/specializations/security-research/responsible-disclosure.js",
    "specialization": "security-research",
    "references": [
      "- CERT/CC Disclosure Policy: https://vuls.cert.org/confluence/display/CVD\n- Google Project Zero Policy: https://googleprojectzero.blogspot.com/p/vulnerability-disclosure-policy.html"
    ],
    "example": "const result = await orchestrate('specializations/security-research/responsible-disclosure', {\n  projectName: 'Critical Vulnerability Disclosure',\n  vulnerability: {\n    type: 'remote-code-execution',\n    severity: 'critical',\n    cveId: 'CVE-2024-XXXX'\n  },\n  vendor: { name: 'Acme Corp', contact: 'security@acme.com' },\n  disclosurePolicy: { deadlineDays: 90 }\n});",
    "usesAgents": [
      "security-report-writer",
      "vuln-researcher"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--responsible-disclosure",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--responsible-disclosure",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--responsible-disclosure",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--responsible-disclosure",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--responsible-disclosure",
      "to": "lib-agent:security-research--vuln-researcher",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}