You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great project, It just works.
Do you have any plans to add CURL or REST support for llm-sandbox ?
How do we block or enforce security guardrails to ensure the LLM generated code is not generating/executing dangerous code inside the container. I see security.py file, Can you add README points on how to use it?
The text was updated successfully, but these errors were encountered:
This project already wraps multiple layers (Docker, k8s) with Python to interface with their REST APIs. Adding another REST API layer would increase complexity. Please clarify the specific use cases that require a REST API service, as implementing this would need a dedicated API server.
Security implementation is still in progress. The current security.py is a placeholder and I am still thinking what is the best way to do this. The challenge is designing a flexible system that can:
Handle multiple programming languages with varying security requirements
Start with basic syntactic code scanning and default language-specific configurations
Allow users to customize security rules and inject their own checkers
Thanks for the great project, It just works.
Do you have any plans to add CURL or REST support for llm-sandbox ?
How do we block or enforce security guardrails to ensure the LLM generated code is not generating/executing dangerous code inside the container. I see security.py file, Can you add README points on how to use it?
The text was updated successfully, but these errors were encountered: