prd
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the user to install a custom CLI tool from the author's GitHub repository using the command
uv tool install git+https://github.com/yjmeqt/prd-tool.git. - [COMMAND_EXECUTION]: The agent is instructed to execute shell commands via the
prdutility (e.g.,prd validate,prd stats,prd format) to process and manage local files. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) due to its core functionality of processing external data.
- Ingestion points: The agent reads content from PRD XML files (e.g.,
prd/<module>/<feature>.xml), theprd/README.mdindex, and various implementation specification Markdown files. - Boundary markers: No specific delimiters or instructions are used to separate trusted skill instructions from the content of the processed files, which could contain malicious directives.
- Capability inventory: The agent has access to
Read,Write,Edit,Glob, andGreptools, as well as the customprdCLI tool for file manipulation. - Sanitization: While the
prd validatecommand ensures XML structural integrity, there is no mechanism described to sanitize or filter out natural language instructions that could influence the agent's behavior.
Audit Metadata