Skip to main content

nx-workspace-patterns

Optimizes Nx monorepo workspaces for efficient project management and build processes.

Install this skill

or
70/100

Security score

The nx-workspace-patterns skill was audited on Mar 8, 2026 and we found 6 security issues across 1 threat category. 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 312

Template literal with variable interpolation in command context

SourceSKILL.md
312`${scope}-feature-${name}`,
medium line 333

Template literal with variable interpolation in command context

SourceSKILL.md
333```yaml
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →