File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments