pipeline-router
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it reads untrusted content from the user-controlled
GOAL.mdfile and interpolates it into theDECISIONS.mdfile. - Ingestion points: The
_read_goalfunction inscripts/run.pyreads text fromGOAL.mdin the user's workspace. - Boundary markers: Absent; the content from
GOAL.mdis directly embedded into Markdown headers and bullet points inDECISIONS.mdwithout delimiters or instructions for the agent to ignore nested commands. - Capability inventory: The skill grants the agent the ability to read and write several workspace files including
PIPELINE.lock.md,DECISIONS.md,queries.md, andSTATUS.md. - Sanitization: The script performs minimal filtering (skipping comments and headers) but does not sanitize the actual text content for potential prompt injection payloads before it is presented back to the agent in subsequent steps.
Audit Metadata