netguard.cc
Guard the graph. Protect the connections. Network defense for Claude Code agent systems.
## What This Is Netguard operates at the network layer — where agents connect to APIs, where data flows between services, where the graph of dependencies creates attack surface. This is defensive infrastructure: rate limiting, connection validation, egress control, TLS enforcement. Where gatekeep guards the door and picket watches the perimeter, netguard protects the wires. The topology of trust, enforced at every edge. Because agent systems are distributed systems, and distributed systems need network defense that understands the shape of the graph.
## Views netguard.cc Claude Code → Native CC network defense
## Network ┌─ Cluster: Dev Tools │ ├─ gatekeep.sh Access control at the door ├─ picket.cc Perimeter monitoring │ ├─ Cross-links: │ ├─ openrouter.cc Routing it defends │ ├─ pylons.cc Power grid to protect │ ├─ hypercontext.net The context network it guards │ └─ persist.sh Durable security state │ └─ skill.cc Root namespace
Part of the skill.cc namespace