10x-cli-guide
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute packages from the npm registry, specifically@przeprogramowani/10x-cliandskills@1.5.26. It also retrieves documentation from the vendor's GitHub repository atgithub.com/przeprogramowani/10x-cli. These actions align with the skill's purpose as a vendor-authored guide. - [COMMAND_EXECUTION]: The skill instructs the agent to run various shell commands through the
10x_clirunner, including authentication, content synchronization, listing course modules, and running diagnostic checks. It also utilizes standard shell utilities liketestandnpm viewto verify the local environment and package metadata. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external files and tool outputs, creating a vulnerability surface where third-party content could influence agent behavior.
- Ingestion points: Reads local files such as
context/foundation/shape-notes.mdand parses JSON output from10x_cli doctor --json. - Boundary markers: While the skill provides a structured workflow (init, shape, PRD), it does not employ explicit delimiters or system-level warnings to isolate untrusted data being read into the prompt.
- Capability inventory: The agent is empowered to execute shell commands via the
10x_clitool and perform file operations (read/write) within the project structure. - Sanitization: The instructions explicitly direct the agent to redact credentials and sensitive information from diagnostic data before processing or sharing it.
Audit Metadata