5 ms·
Excellent point about the security concerns. You're right that the combination of: - Sensitive knowledge access - Tool use/actions - Potential exfiltration Is
by achushankar 11mo ago
Excellent point about the security concerns. You're right that the combination of:
- Sensitive knowledge access
- Tool use/actions
- Potential exfiltration
Is a serious concern, especially in enterprise environments.
Currently, this has:
- Row-level security in Supabase
- API key auth
- Rate limiting
But it does NOT have:
- Comprehensive audit logging
- Fine-grained permission controls
- Tool execution sandboxing
- Data loss prevention
You're right that this shouldn't be deployed in production with sensitive data without significant security hardening. I should have been clearer about that.
Thanks for the link to Simon's article - very relevant. This is more suited for learning/experimentation than production use with sensitive data right now.
If anyone wants to work on security features, I'd be happy to collaborate on that!