Skip to content

Commit 00bb2cd

Browse files
committed
docs: give Claude Code plugin install top billing in firewall section
1 parent c31f6be commit 00bb2cd

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ values never echoed into logs or transcripts:
2020
- **Claude Code hook** (`datafog-hook`): gates agent tool calls (shell
2121
commands, web requests, file writes, MCP tools) and warns the model when
2222
prompts or tool results carry PII. ~70ms per invocation including process
23-
startup. Setup and limitations: [examples/claude_code_hook/](examples/claude_code_hook/),
24-
or install via the [Claude Code plugin](https://github.com/DataFog/datafog-claude-plugin).
23+
startup. Easiest install is the
24+
[Claude Code plugin](https://github.com/DataFog/datafog-claude-plugin):
25+
26+
```
27+
/plugin marketplace add DataFog/datafog-claude-plugin
28+
/plugin install datafog@datafog
29+
```
30+
31+
Manual hook setup and limitations: [examples/claude_code_hook/](examples/claude_code_hook/).
2532
- **LiteLLM guardrail** (`DataFogGuardrail`): redacts or blocks PII in
2633
requests and responses at the gateway, for any LiteLLM-proxied provider.
2734
In-process (~31µs per request), no sidecar service. Setup:

0 commit comments

Comments
 (0)