awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • direnv/direnvdirenv 的头像

    direnv/direnv

    15,189在 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
    在 GitHub 上查看↗15,189
  1. Home
  2. Security & Cryptography
  3. Script Execution Authorizations