ecosystem-patterns
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation, templates, and architectural patterns for project organization and development. It defines standard paths and conventions for a local environment.
- [EXTERNAL_DOWNLOADS]: The guidelines recommend using well-known package managers and tool registries such as UV (PyPI), Cargo (crates.io), and NPM. It also suggests using standard tools like Mise, Docker, and Zellij.
- [COMMAND_EXECUTION]: The documentation describes patterns for automation scripts, including the use of Zellij to manage detached terminal sessions and
npxfor executing developer tools. These are presented as instructional patterns for the user to implement. - [CREDENTIALS_UNSAFE]: The shell configuration guidelines recommend storing secrets in a dedicated
secrets.zshfile and using.envfiles for application secrets, which is consistent with standard local secret management practices.
Audit Metadata