From 00bb2cd30f6f92b236402f8a5c452dc38d8ea3d9 Mon Sep 17 00:00:00 2001 From: Sid Mohan <61345237+sidmohan0@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:34:09 -0700 Subject: [PATCH] docs: give Claude Code plugin install top billing in firewall section --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60b32a41..aeff5264 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,15 @@ values never echoed into logs or transcripts: - **Claude Code hook** (`datafog-hook`): gates agent tool calls (shell commands, web requests, file writes, MCP tools) and warns the model when prompts or tool results carry PII. ~70ms per invocation including process - startup. Setup and limitations: [examples/claude_code_hook/](examples/claude_code_hook/), - or install via the [Claude Code plugin](https://github.com/DataFog/datafog-claude-plugin). + startup. Easiest install is the + [Claude Code plugin](https://github.com/DataFog/datafog-claude-plugin): + + ``` + /plugin marketplace add DataFog/datafog-claude-plugin + /plugin install datafog@datafog + ``` + + Manual hook setup and limitations: [examples/claude_code_hook/](examples/claude_code_hook/). - **LiteLLM guardrail** (`DataFogGuardrail`): redacts or blocks PII in requests and responses at the gateway, for any LiteLLM-proxied provider. In-process (~31µs per request), no sidecar service. Setup: