nx-workspace-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides templates and instructions for running standard Nx CLI operations, including
nx affected,nx migrate, andnx generate. These are routine commands for monorepo maintenance. - [EXTERNAL_DOWNLOADS]: The documentation references official and community-standard plugins such as
nx-cloudand@nx-aws-cache/nx-aws-cachefor remote caching capabilities. - [CREDENTIALS_UNSAFE]: The skill demonstrates secure secret handling by using GitHub Action secrets (
${{ secrets.NX_CLOUD_ACCESS_TOKEN }}) and generic placeholders (your-nx-cloud-token) for configuration templates. - [PROMPT_INJECTION]: The skill includes a custom generator template that processes user-defined inputs like project names and scopes.
- Ingestion points:
name,scope, anddirectoryvariables in theFeatureLibraryGeneratorSchema. - Boundary markers: None explicitly defined in the TypeScript generator template.
- Capability inventory: The generator uses
@nx/devkitfunctions (generateFiles,libraryGenerator) to perform file system writes and project configurations. - Sanitization: The provided template does not include explicit input validation, relying on the underlying Nx devkit's handling of file paths.
Audit Metadata