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.
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.