create-prd
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill demonstrates an attack surface for indirect prompt injection where malicious instructions hidden in project files could be processed and followed by the agent.
- Ingestion points: Phase 0 in
SKILL.mdidentifies and reads existing design or requirements documents from directories such asdocs/orprd/or from user-specified file paths. - Boundary markers: The instructions do not specify any delimiters or 'ignore-instructions' warnings to isolate the imported context from the agent's core logic.
- Capability inventory: The skill possesses the capability to write files to the local file system (PRD-*.md) and execute shell commands via the
lark-clitool to create or update remote documents. - Sanitization: No sanitization, validation, or escaping is performed on the data extracted from the local project files before it is incorporated into the generated PRD.
- [COMMAND_EXECUTION]: The skill uses the
lark-clicommand-line utility to interact with the Feishu/Lark platform. It constructs and executes shell commands such aslark-cli docs +createandlark-cli docs +updateusing content derived from user input and ingested files.
Audit Metadata