stelow-workflow-tech-planning
Warn
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
references/cli-tools/doc-search.mdfile suggests usingnpx @vedanth/context7to retrieve library documentation. This command downloads and executes code from the NPM registry provided by a source not recognized as a trusted organization. - [REMOTE_CODE_EXECUTION]: The skill facilitates remote code execution by instructing the agent to use
npxfor tools such as@vedanth/context7andskills. While theskillstool is provided by a known trusted entity, the execution of code from unverified sources like@vedanth/context7introduces a risk of executing malicious logic. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its data processing workflow.
- Ingestion points: It reads product specification files (
spec-product.md) and examines the codebase using thecymbal searchutility in theplanning:10.5stage. - Boundary markers: There are no explicit delimiters or instructions to prevent the agent from following commands that might be embedded within the project files it reads.
- Capability inventory: The skill can perform file operations (writing
spec-tech.md), execute shell utilities (jq,awk,grep), and call specialized subagents like theplanner. - Sanitization: The skill does not implement sanitization or validation for content extracted from the product specifications before it is used to generate further instructions.
- [COMMAND_EXECUTION]: Several bash scripts are used to automate stack detection and tech planning validation. These scripts utilize standard command-line tools (
jq,grep,sed,awk) to process content from the project directory, which may include untrusted data.
Audit Metadata