Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZUGASHIELD_ENABLED | No | Master on/off toggle | true |
| ZUGASHIELD_STRICT_MODE | No | Block on medium-confidence threats | false |
| ZUGASHIELD_SENSITIVE_PATHS | No | Comma-separated sensitive paths | .ssh,.env,... |
| ZUGASHIELD_LLM_JUDGE_ENABLED | No | LLM deep analysis (requires anthropic package) | false |
| ZUGASHIELD_TOOL_GUARD_ENABLED | No | Tool call validation | true |
| ZUGASHIELD_PROMPT_ARMOR_ENABLED | No | Prompt injection defense | true |
| ZUGASHIELD_MEMORY_SENTINEL_ENABLED | No | Memory write/read scanning | true |
| ZUGASHIELD_WALLET_FORTRESS_ENABLED | No | Crypto transaction checks | true |
| ZUGASHIELD_EXFILTRATION_GUARD_ENABLED | No | Output DLP | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |