iiRecord
Agentic AI Atlas · specializations/cryptography-blockchain/incident-response-exploits
lib-process:cryptography-blockchain--incident-response-exploitsa5c.ai
II.
LibraryProcess JSON

lib-process:cryptography-blockchain--incident-response-exploits

Structured · live

specializations/cryptography-blockchain/incident-response-exploits 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:cryptography-blockchain--incident-response-exploits",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cryptography-blockchain/incident-response-exploits",
    "description": "Incident Response for Exploits - Structured incident response process for smart contract exploits\nincluding detection, containment, recovery, and post-mortem analysis.",
    "libraryPath": "library/specializations/cryptography-blockchain/incident-response-exploits.js",
    "specialization": "cryptography-blockchain",
    "references": [
      "- REKT News: https://rekt.news/",
      "- DeFi Security Best Practices: https://github.com/crytic/building-secure-contracts"
    ],
    "example": "const result = await orchestrate('specializations/cryptography-blockchain/incident-response-exploits', {\n  projectName: 'Protocol Exploit Response',\n  incidentType: 'reentrancy-attack',\n  severity: 'critical',\n  affectedContracts: ['Vault', 'Strategy']\n});",
    "usesAgents": [
      "detection-engineer",
      "assessment-engineer",
      "containment-engineer",
      "rca-engineer",
      "recovery-engineer",
      "comms-engineer",
      "remediation-engineer",
      "postmortem-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "skill-area:symmetric-encryption",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "skill-area:asymmetric-encryption",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "topic:hmac-signing",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "topic:ssl-certs",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "domain:security",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "role:security-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "workflow:incident-response",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cryptography-blockchain--incident-response-exploits",
      "to": "specialization:cryptography-blockchain",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}