Protect sensitive info leaving your laptop

2 dwa3592 1 8/23/2025, 1:00:46 AM github.com ↗

Comments (1)

dwa3592 · 4h ago
Built this for a personal use case but hopefully it helps someone else in need. Give how everyone wants to build vibe coding apps, maybe add a data security layer.

The zink.shield is a python decorator that you can fit nicely in your existing RAG/LLM apps. The decorator handles the following:

1. redacting the sensitive info

2. runs your function

3. reidentifies the redacted info in the response.

Feel free to open issues or submit PRs.