Plasma Shield
Network security router for AI agent fleets. Inspect, filter, and control all agent traffic from a human-only control plane.
Plasma Shield Architecture
Overview Plasma Shield is a network-level security boundary for AI agent fleets. It operates on the principle that agents cannot...
Plasma Shield API Server
Standalone REST API server for human-only shield management. Run this on a dedicated VPS with the shield router. Command-Line Flags...
plasma-shield-gateway
The full Plasma Shield gateway: forward proxy (outbound) + reverse proxy (inbound). Overview The gateway runs both halves of the...
Plasma Shield CLI
Human-only management interface for the shield router. Install on your personal machine, not on agent VPSes. Command-Line Flags Global Flags...
Plasma Shield Proxy
The core router service that inspects and filters all agent traffic. Run this on a dedicated VPS that agents cannot...
internal/proxy
HTTP/HTTPS forward proxy with traffic inspection and request filtering. Overview The proxy package implements a forward proxy that intercepts HTTP...
internal/rules
Rule engine for traffic filtering with pattern matching. Overview The rules package provides a thread-safe rule engine that evaluates commands...
Internal Packages
Documentation for Plasma Shield's internal packages. Package Overview Package Purpose proxy HTTP/HTTPS forward proxy with traffic inspection api REST API...
internal/api
REST API for Plasma Shield management and agent control. Overview The api package provides a complete REST API for managing...
internal/fleet
Fleet management for multi-tenant agent communication. Overview The fleet package manages tenant fleets and controls whether agents can discover and...
internal/mode
Operating mode management for the shield router. Overview The mode package controls how Plasma Shield responds to rule matches. It...
Plasma Shield Configuration
Plasma Shield uses YAML rule files to define network-level blocking policies for AI agents. Important: Plasma Shield operates at the...
SSH Bastion Service – Implementation Plan
Overview Add SSH bastion functionality to Plasma Shield, enabling operators and users to debug agents without storing SSH keys on...