awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Capability & Permission Models · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesCapability & Permission Models

Explore 3 awesome GitHub repositories matching security & cryptography · Capability & Permission Models. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Policies
  5. Capability & Permission Models

Awesome Capability & Permission Models 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
  • tauri-apps/tauri

    tauri-apps/tauri

    102,979GitHubView on GitHub↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin

    Rustdesktop-apphigh-performancemobile-app
  • 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

  • Capability-Based SecurityGranular access control systems that restrict application authority over system resources via explicit permission scopes.
  • Confused Deputy MitigationsTechniques to prevent unauthorized cross-service impersonation.
  • Foreign Interface AuthorizationsMechanisms for explicitly granting permissions to load and execute dynamic native libraries or foreign code interfaces.
  • Permission-Based Native BridgesMechanisms that expose native system APIs to web frontends via controlled, granular permission sets.