shipwright-pipeline
Warn
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions mandate the installation of the
product-agentpackage from PyPI, which is a third-party dependency from a non-standard source.\n - Evidence: Found in
SKILL.mdunder Prerequisites and Error Handling sections:pip install product-agent.\n- [COMMAND_EXECUTION]: The skill runs theproduct-agenttool to perform autonomous tasks including code implementation and testing. This tool has broad capabilities to modify the file system and execute shell commands via the agent's environment.\n - Evidence:
SKILL.mdinstructions specify running the command and monitoring its 9-phase pipeline: Intake, Architecture, Scaffold, Implement, Test, Integrate, Polish, Validate, Ship.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing untrusted user input to drive autonomous actions.\n - Ingestion points: App descriptions gathered from the user in
SKILL.md(Step 1 under Instructions).\n - Boundary markers: Absent. User input is confirmed and then passed directly to the
product-agentbuild engine without isolation or delimiters.\n - Capability inventory: The skill has access to file system tools (
Read,Write,Edit,Grep,Glob) and shell execution viaBashforpip,python,npm,npx, andgitas defined in theallowed-toolsmetadata inSKILL.md.\n - Sanitization: Absent. There is no evidence of filtering, escaping, or validating the user's description before it is interpolated into the execution command.
Audit Metadata