Skip to main content

nx-workspace-patterns

Optimizes Nx monorepo workspaces for efficient project management and CI/CD processes.

Install this skill

or
67/100

Security score

The nx-workspace-patterns skill was audited on Jun 2, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 294

Template literal with variable interpolation in command context

SourceSKILL.md
294? `${directory}/${name}`
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295: `libs/${scope}/feature-${name}`;
medium line 299

Template literal with variable interpolation in command context

SourceSKILL.md
299name: `feature-${name}`,
medium line 301

Template literal with variable interpolation in command context

SourceSKILL.md
301tags: `type:feature,scope:${scope}`,
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310const projectConfig = readProjectConfiguration(tree, `${scope}-feature-${name}`);
medium line 330

Template literal with variable interpolation in command context

SourceSKILL.md
330```yaml
low line 450

External URL reference

SourceSKILL.md
450- [Nx Documentation](https://nx.dev/getting-started/intro)
low line 451

External URL reference

SourceSKILL.md
451- [Module Boundaries](https://nx.dev/core-features/enforce-module-boundaries)
low line 452

External URL reference

SourceSKILL.md
452- [Nx Cloud](https://nx.app/)
Scanned on Jun 2, 2026
View Security Dashboard
Installation guide →