testing-nx
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
nxpackage and project dependencies using standard package managers (npm,pnpm) during CI/CD setup. These operations target official registries and are standard for the described use case. - [COMMAND_EXECUTION]: Defines shell commands for running tests, builds, and linting tasks through the Nx CLI. These are standard build system operations designed for workspace efficiency.
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the execution of tasks defined in project configuration files. While this represents a surface for indirect instructions if configuration files were compromised, it is a standard and necessary function of the build system.
- Ingestion points: Reads project workspace configurations (
nx.json,project.json) from the file system. - Boundary markers: N/A
- standard configuration parsing.
- Capability inventory: Executes defined shell commands via the
nxrunner. - Sanitization: Relies on
nxCLI core logic to parse and validate workspace configurations.
Audit Metadata