Documentation Index
Fetch the complete documentation index at: https://docs.promptguard.co/llms.txt
Use this file to discover all available pages before exploring further.
The desktop agent (
pgshadow) inspects LLM provider API egress at the
network layer. One agent covers any app or tool that calls the public LLM APIs —
Cursor, IDE assistants, and SDK/API-based tools — across the whole machine.Install (user-space tier)
pgshadow login --cloud | --local | --base-url ….
Covered providers
Anthropic, OpenAI (chat + responses), Google Gemini, Perplexity, Mistral, and Cohere. Adding a provider is one entry in the agent’s target list.Deployment tiers (be honest with your security team)
User-space agent (today)
Trusted CA + system proxy. Ships now; great for pilots and SMB. A local
admin can disable it unless MDM-force-installed; cert-pinned apps bypass.
System Extension / WFP (enterprise)
macOS System Extension / Windows WFP driver. CA is MDM-managed,
tamper-resistant, survives uninstall, no user action. Same detection logic;
only the capture mechanism hardens.
Enforcement & privacy
- Block / redact / allow at send-time (the correct DLP point), with a native notification on a block.
- Edge redaction: in
redactmode sensitive values are masked on-device; the raw value is never transmitted. - Fail-closed by default if the engine is unreachable (configurable).
- Cross-platform: identical interceptor + protocol on macOS and Windows; only the OS integration (CA trust, proxy toggle, autostart) differs.