Skip to content
hyperpolymath edited this page Aug 8, 2026 · 1 revision

Ecosystem

Svalinn is designed to integrate seamlessly with a broader ecosystem of security and infrastructure tools.

Integrations

  • Kubernetes: Svalinn provides a mutating admission webhook to automatically inject sidecar proxies into pods that require shielding.
  • HashiCorp Vault: Native integration for externalizing KMS operations and secret rotation.
  • Prometheus & Grafana: Export metrics regarding proof generation times, rejected packets, and boundary integrity.

Plugins

The Svalinn plugin system allows developers to write custom ZK-circuits for domain-specific data validation. Plugins must be written in Rust and pass the same formal verification checks as the core codebase.

Community Projects

Several community-maintained projects extend Svalinn's capabilities:

  • svalinn-ui: A graphical dashboard for visualizing topology.
  • svalinn-mesh: Extensions for integrating with Istio and Linkerd.

We encourage contributions to the ecosystem! See the Contributing guide for details.

Clone this wiki locally