awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesScript Execution Authorizations

Mechanisms for granting explicit permission to execute scripts based on directory trust or allow-lists.

Distinct from Execution Authorization: Focuses on authorizing local shell scripts for environment loading, unlike account registration allow-lists or database query gating.

Explore 1 awesome GitHub repository matching security & cryptography · Script Execution Authorizations. Refine with filters or upvote what's useful.

Awesome Script Execution Authorizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • direnv/direnvAvatar direnv

    direnv/direnv

    15,189Vezi pe GitHub↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    Implements a security model that requires explicit user authorization before executing environment scripts in a directory.

    Go
    Vezi pe GitHub↗15,189
  1. Home
  2. Security & Cryptography
  3. Script Execution Authorizations