Discussion about this post

User's avatar
Rosh's avatar

This was actually funny in addition to being helpful.

Mike Schlottman's avatar

It's a great analogy and I appreciate you adding the helpful tools!

I think the stop condition is important. You are definitely going beyond standard security controls.

If you have not, I think you would like SecAI+, even just to read the study guide. It goes into detail about these security controls:

Prompt firewalls for inputs and output filtering

Data minimization so no sensitive data is not piped in the first place or masked data if you need the context

Role-based and attribute based access control (RBAC and ABAC) that you could implement in your API layer for authorization and authentication.

Rate limiting your tokens so it does not go on a fruitless spending spree.

2 more comments...

No posts

Ready for more?