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

4 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 4 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. 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.
  • 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

Explore sub-tags

  • Action Resolution PoliciesPolicy engines that evaluate and enforce rules to determine whether specific system or tool actions are permitted.
  • Authorization FlowsSequences of operations that guide a user through the process of requesting and obtaining system access.
  • 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.