awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Host Resource Access Controls · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesHost Resource Access Controls

Explore 3 awesome GitHub repositories matching security & cryptography · Host Resource Access Controls. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Policies
  5. Host Resource Access Controls

Awesome Host Resource Access Controls GitHub Repositories

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

    openclaw/openclaw

    211,971GitHubView on GitHub↗

    Openclaw is a platform for managing agent execution environments, providing the infrastructure to control agent lifecycles, session state, and workspace persistence. It features a centralized gateway that handles model loops, tool invocation, and streaming events, while supporting multi-agent routing and persistent mem

    Provides commands to synchronize execution policy configurations and inspect host-level approval files.

    TypeScriptaiassistantcrustacean
  • electron/electron

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    Validates inter-process communication messages to prevent unauthorized access to privileged system actions.

    C++c-plus-pluschromecss
  • 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

    Applies granular security flags to strictly permit or deny read and write operations on the host file system.

    Rustdenojavascriptrust

Explore sub-tags

  • Environment Access ControlsGranular permissions for accessing system environment variables.
  • Execution Policy ManagersUtilities for synchronizing, inspecting, and managing host-level execution policies and approval configurations.
  • File System Access ControlsGranular permissions restricting read and write operations on the host file system.
  • IPC Security PoliciesMechanisms for validating and restricting inter-process communication messages.