create-prd
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill configuration employs security best practices by restricting the
Bashtool to a specific, benign command (date) used for generating timestamps in metadata. This minimizes the attack surface for command injection. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted user input (transcripts) to generate structured PRDs and create project management tasks.
- Ingestion points: Data provided by the user via the
$ARGUMENTSvariable, which can be raw text or a file path (processed inSKILL.md). - Boundary markers: Absent; the skill does not use specific delimiters to isolate the content of the transcript from the agent's core instructions.
- Capability inventory: The skill can perform file system writes (
Write) to thedocs/prd/directory and create/update projects and issues via the Linear MCP server integration. - Sanitization: No explicit sanitization or filtering logic is present to identify or ignore instructions that may be embedded within the user-provided transcript.
- [EXTERNAL_DOWNLOADS]: The
README.mdfile contains a reference to an external repository on GitHub (github.com/ibraheem4/linear-mcp) for users who wish to install the optional Linear MCP server. This is a documentation link to a well-known service and does not result in any automated downloads or code execution during the skill's operation.
Audit Metadata