awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Execution Sandboxes · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesExecution Sandboxes

Isolated environments for running code with restricted access to host resources.

Explore 4 awesome GitHub repositories matching security & cryptography · Execution Sandboxes. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Infrastructure and Hardware
  5. Infrastructure and System Hardening
  6. Execution Sandboxes

Awesome Execution Sandboxes GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • mermaid-js/mermaid

    mermaid-js/mermaid

    86,200GitHubView on GitHub↗

    This project is a client-side rendering engine that transforms declarative, text-based syntax into visual diagrams directly within the browser. By utilizing a domain-specific language, it allows users to define complex structures—such as software architectures, process flows, and system behaviors—without the need for m

    TypeScriptdiagramsdiagrams-as-codedocumentation
  • swisskyrepo/PayloadsAllTheThings

    swisskyrepo/PayloadsAllTheThings

    75,346GitHubView on GitHub↗

    This project is a comprehensive, community-sourced knowledge base designed for security professionals and researchers. It functions as a centralized repository of offensive security techniques, providing a structured collection of exploit payloads, attack vectors, and methodologies for conducting vulnerability assessme

    Pythonbountybugbountybypass
  • openinterpreter/open-interpreter

    openinterpreter/open-interpreter

    62,257GitHubView on GitHub↗

    Open Interpreter is an autonomous agent runtime that translates natural language instructions into executable code to interact with local software and operating systems. It functions as an orchestration framework that connects language models to a secure execution environment, enabling the development of agents capable

    Pythonchatgptgpt-4interpreter

Explore sub-tags

  • Container-Based SandboxesIsolates code execution within ephemeral container environments to prevent unauthorized access to host system resources.
  • Remote Sandbox IsolationExecution of code within a secure, isolated remote environment.
  • Sandbox Security ConfigurationsSettings and policies that define resource constraints and access permissions for isolated execution environments.
Sandboxed Rendering
Techniques for isolating rendered content.
  • System Escape TechniquesMethods for breaking out of restricted environments or containers.