iiRecord
Agentic AI Atlas · specializations/network-programming/protocol-fuzzer
lib-process:network-programming--protocol-fuzzera5c.ai
II.
LibraryProcess JSON

lib-process:network-programming--protocol-fuzzer

Structured · live

specializations/network-programming/protocol-fuzzer 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:network-programming--protocol-fuzzer",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/network-programming/protocol-fuzzer",
    "description": "Protocol Fuzzer - Build a network protocol fuzzing tool with mutation strategies,\ncrash detection, coverage tracking, and vulnerability reporting.",
    "libraryPath": "library/specializations/network-programming/protocol-fuzzer.js",
    "specialization": "network-programming",
    "references": [
      "- AFL++: https://github.com/AFLplusplus/AFLplusplus",
      "- boofuzz: https://boofuzz.readthedocs.io/",
      "- Peach Fuzzer: https://www.peach.tech/"
    ],
    "example": "const result = await orchestrate('specializations/network-programming/protocol-fuzzer', {\n  projectName: 'Protocol Security Fuzzer',\n  language: 'Rust',\n  targetProtocol: 'custom',\n  features: { mutation: true, generation: true, coverage: true, crash: true }\n});",
    "usesAgents": [
      "protocol-fuzzer",
      "protocol-parser",
      "socket-programming",
      "network-testing"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "skill-area:protocol-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "skill-area:socket-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "topic:circuit-breakers",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "domain:networking",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "role:sre",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "workflow:protocol-implementation-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:network-programming--protocol-fuzzer",
      "to": "specialization:network-programming",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}