iiRecord
Agentic AI Atlas · smart-contract-auditing
lib-process:security-research--smart-contract-auditinga5c.ai
II.
LibraryProcess JSON

lib-process:security-research--smart-contract-auditing

Structured · live

smart-contract-auditing 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--smart-contract-auditing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "smart-contract-auditing",
    "description": "Security audit of blockchain smart contracts on Ethereum, Solana, and other platforms.\nCovers common vulnerability patterns, static analysis, symbolic execution, and formal verification\nusing Slither, Mythril, and manual review techniques.",
    "libraryPath": "library/specializations/security-research/smart-contract-auditing.js",
    "specialization": "security-research",
    "references": [
      "- Slither: https://github.com/crytic/slither\n- Mythril: https://github.com/ConsenSys/mythril\n- SWC Registry: https://swcregistry.io/"
    ],
    "example": "const result = await orchestrate('specializations/security-research/smart-contract-auditing', {\n  projectName: 'DeFi Protocol Audit',\n  contractPath: '/path/to/contracts',\n  blockchain: 'ethereum'\n});",
    "usesAgents": [
      "smart-contract-auditor",
      "security-report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--smart-contract-auditing",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--smart-contract-auditing",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--smart-contract-auditing",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--smart-contract-auditing",
      "to": "lib-agent:security-research--smart-contract-auditor",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--smart-contract-auditing",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}