II.
LibraryProcess JSON
Structured · livelib-process:network-programming--transparent-proxy
specializations/network-programming/transparent-proxy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--transparent-proxy",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/transparent-proxy",
"description": "Transparent Proxy - Build a transparent/interception proxy using iptables/pf/WFP with\nSSL interception, traffic analysis, and policy enforcement.",
"libraryPath": "library/specializations/network-programming/transparent-proxy.js",
"specialization": "network-programming",
"references": [
"- Linux TPROXY: https://www.kernel.org/doc/Documentation/networking/tproxy.txt",
"- iptables NAT: https://netfilter.org/documentation/HOWTO/NAT-HOWTO.html"
],
"example": "const result = await orchestrate('specializations/network-programming/transparent-proxy', {\n projectName: 'Network Interception Proxy',\n language: 'C',\n platform: 'linux',\n features: { sslIntercept: true, tproxy: true, policyEngine: true }\n});",
"usesAgents": [
"proxy-server",
"network-simulation",
"network-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--transparent-proxy",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}