nix-devshell-init
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Nix and direnv commands to verify environment configurations and activate shells. The commands used (
nix flake check,nix search,direnv allow) are standard developer tools for the Nix ecosystem. - [SAFE]: The skill references official and well-known repositories, specifically
github:NixOS/nixpkgsfor package definitions andgithub:oxalica/rust-overlayfor Rust toolchain management. These are established sources within the Nix community. - [SAFE]: The skill manages environment variables (e.g.,
GOPATH,NODE_OPTIONS,RUST_SRC_PATH) and.envrcfiles using standard practices for local development environment isolation. - [SAFE]: Data processing is limited to scanning for local project sentinel files (like
package.jsonorgo.mod) to infer the appropriate development tools, which is a common pattern for development environment scaffolding.
Audit Metadata