code-setup-project
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill creates shell scripts and modifies file permissions using
chmod +xto make them executable. This behavior is consistent with its primary purpose of setting up wrapper scripts for development tasks. - [EXTERNAL_DOWNLOADS]: The Nix template references external code from the official NixOS (
github:NixOS/nixpkgs) and Numtide (github:numtide/flake-utils) GitHub repositories. These are well-known and trusted sources within the Nix ecosystem. - [DATA_EXPOSURE]: The skill reads project-level configuration files (such as
package.json,pyproject.toml, andCargo.toml) to identify dependencies. This information is processed locally to generate appropriate environment configurations.
Audit Metadata