1 repositorio
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.
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.