2 repos
Isolated runtime environments that restrict code access to host system resources.
Distinguishing note: Focuses on the security isolation of AI agents rather than general-purpose virtualization.
Explore 2 awesome GitHub repositories matching security & cryptography · Sandboxed Execution Environments. Refine with filters or upvote what's useful.
Awesome Compose is a collection of resources designed to demonstrate the orchestration of multi-container applications. It serves as a practical reference for using declarative configuration files to define, manage, and deploy complex software stacks, ensuring that services run consistently across development, testing, and production environments. The project highlights the capabilities of container lifecycle management by providing examples of how to bundle software with its dependencies into isolated, portable units. It emphasizes the use of multi-stage build pipelines to optimize image siz
Execute untrusted code inside secure virtual machines with dedicated filesystems and network access to protect the host system from malicious or unexpected software behavior.
Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe
Runs custom application logic within a restricted environment that limits access to global browser objects for security.