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

7 repos

Awesome GitHub RepositoriesPolicy Enforcement Engines

Provides the runtime infrastructure and logic components that execute and resolve access decisions, distinct from the abstract models themselves.

Explore 7 awesome GitHub repositories matching security & cryptography · Policy Enforcement Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Identity and Access Management
  4. Access Control
  5. Policy Enforcement Engines

Awesome Policy Enforcement Engines GitHub Repositories

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

    rustdesk/rustdesk

    107,776GitHubView on GitHub↗

    RustDesk is a cross-platform remote desktop client that enables users to initiate and receive remote sessions. It provides a complete infrastructure for self-hosted remote access, utilizing a signaling and relay server architecture to maintain connectivity when direct peer-to-peer links are unavailable. The software is

    Rustandroidanydeskdart
  • anomalyco/opencode

    anomalyco/opencode

    107,154GitHubView on GitHub↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive com

    TypeScript
  • 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
  • google-gemini/gemini-cli

    google-gemini/gemini-cli

    94,954GitHubView on GitHub↗

    This project provides a command-line interface for managing autonomous agent workflows, task orchestration, and system-level automation. It includes a comprehensive framework for defining agent skills, managing persistent memory, and delegating tasks to specialized subagents. Users can configure complex planning modes,

    TypeScriptaiai-agentscli
  • modelcontextprotocol/servers

    modelcontextprotocol/servers

    79,000GitHubView on GitHub↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service envir

    TypeScript
  • Stirling-Tools/Stirling-PDF

    Stirling-Tools/Stirling-PDF

    74,357GitHubView on GitHub↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-

    TypeScriptdockerhacktoberfestjava
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Ccachecachingdatabase

Explore sub-tags

  • Access Control List ManagementManagement of access control lists to restrict client interaction with specific commands and data keys.
  • Action Resolution PoliciesPolicy engines that evaluate and enforce rules to determine whether specific system or tool actions are permitted.
  • Authentication BypassMechanisms that allow disabling authentication protocols to provide open access to application features.
  • Authorization Flows
Sequences of operations that guide a user through the process of requesting and obtaining system access.
  • Error HandlingMechanisms for managing access denials and requesting elevated permissions.
  • External Access Control ConfigurationsConfigurations that store user access rules in external files to simplify security management.
  • Permission Calculation LogicsLogic that determines permissions by prioritizing specific role-based settings within a hierarchical structure.
  • Resource Access Control LayersSoftware layers that intercept and validate access requests before allowing interaction with protected system resources.
  • Runtime Permission PoliciesPolicies that dynamically evaluate and enforce permission requirements while an application is actively running.