nx-run-tasks

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides instructions for executing various command-line operations using the Nx CLI, including nx run, nx run-many, and nx affected. These are standard tools for managing monorepos and are used here for their intended purpose of running workspace tasks.
  • [INDIRECT_PROMPT_INJECTION]: The skill involves reading and analyzing project configuration files (such as package.json and project.json) and processing tool output (nx show project). This interaction with external workspace data constitutes an ingestion surface, but is necessary for the skill's primary function.
  • Ingestion points: Local workspace files (package.json, project.json) and standard output from CLI discovery commands.
  • Boundary markers: None identified, as the skill provides general guidance on command execution rather than specific parsing logic.
  • Capability inventory: Ability to execute shell commands and scripts defined within the Nx workspace environment.
  • Sanitization: None specified; the agent is expected to follow standard task execution protocols for the Nx ecosystem.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 03:27 AM
Security Audit — agent-trust-hub — nx-run-tasks