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

14 repos

Awesome GitHub RepositoriesPolicies

Declarative configurations defining access control and security constraints.

Explore 14 awesome GitHub repositories matching security & cryptography · Policies. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Policies

Awesome Policies 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
  • trimstray/the-book-of-secret-knowledge

    trimstray/the-book-of-secret-knowledge

    206,980GitHubView on GitHub↗

    This project serves as a centralized, community-driven repository of technical knowledge and administrative resources. It provides a structured taxonomy that aggregates disparate information into a searchable framework, supporting continuous learning and rapid problem-solving for system administrators and cybersecurity

    Enforce mandatory access control policies to restrict system processes and harden security.

    awesomeawesome-listbsd
  • n8n-io/n8n

    n8n-io/n8n

    175,396GitHubView on GitHub↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, lo

    Enforces system-wide security policies through environment variables, including mandatory two-factor authentication and restricted personal workspaces.

    TypeScriptaiapisautomation
  • langchain-ai/langchain

    langchain-ai/langchain

    127,015GitHubView on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows t

    Enforce granular access policies by integrating role-based permissions directly into the application logic.

    Pythonagentsaiai-agents
  • 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.

    Restricts web resource loading through configurable security policies to mitigate common vulnerabilities.

    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
  • goldbergyoni/nodebestpractices

    goldbergyoni/nodebestpractices

    105,100GitHubView on GitHub↗

    This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across

    Defines strategies for implementing rate limiting and account lockout mechanisms to mitigate unauthorized access attempts.

    Dockerfilebest-practiceses6eslint
  • 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

    Exposes native system APIs to web frontends through a strictly controlled, permission-based interface layer.

    Rustdesktop-apphigh-performancemobile-app
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Mitigates common web vulnerabilities by allowing developers to define strict policies for resource loading and script execution.

    Pythonappsdjangoframework
  • 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

    Verifies that tokens are scoped correctly to specific servers before propagation to prevent unauthorized access to downstream APIs.

    TypeScript
  • 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

    Enforces security policies through authentication and role-based access controls to protect sensitive resources.

    Ccachecachingdatabase
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    Restricts browser-side resource loading to specific trusted domains to prevent unauthorized script execution and data injection.

    TypeScriptanalyticsapacheapache-superset
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Apply nonce attributes to dynamically generated scripts and styles to satisfy strict security requirements.

    JavaScriptamdbuild-toolcommonjs
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Restricts potentially unsafe operations like dynamic code evaluation to maintain compliance with strict browser security policies.

    JavaScript

Explore sub-tags

  • Access ControlFrameworks and policies for managing resource access through authentication, role-based permissions, and mandatory control rules.
  • Brute-Force ProtectionsMechanisms to prevent unauthorized access via repeated attempts.
  • Capability & Permission Models4 sub-tags
  • Environment Security ConfigurationsSecurity settings managed via environment variables.
Host Resource Access Controls
4 sub-tags
  • Token ValidationSecurity controls ensuring tokens are scoped and validated correctly before downstream propagation.
  • Web Content & Session Controls2 sub-tags