monorepo-management
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and template resource for monorepo management. All provided shell commands and configuration files use standard, well-known development tools.
- [EXTERNAL_DOWNLOADS]: Uses
npxto run official scaffolding tools (create-turbo,create-nx-workspace) and standard package managers (pnpm,npm) for dependency management. These are well-known services within the development ecosystem. - [CREDENTIALS_UNSAFE]: References to
GITHUB_TOKENandNPM_TOKENare contained within GitHub Actions YAML templates using standard secret interpolation syntax (${{ secrets.TOKEN }}), which follows security best practices for CI/CD environments.
Audit Metadata