pipa-triggers
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
bashandcurlto interact with the Pipa gateway API. It explicitly directs the agent to check for environment variables likePIPA_API_BASE_URLandPIPA_EXECUTION_SECRETand execute shell commands to manage trigger subscriptions (create, list, delete). - [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill is designed to ingest data from external applications (GitHub, Linear, Slack, Asana) and incorporate it into
trigger_promptinstructions for future execution. - Ingestion points: Processes untrusted event payloads from external provider integrations and user-defined request text.
- Boundary markers: While the skill advises using "normalized event context," it does not specify the use of strict data delimiters or instructions to the LLM to ignore potentially malicious content within the external event data.
- Capability inventory: The generated prompts are intended to trigger actions in external tools, including write operations like posting comments to Asana or summarizing GitHub PRs.
- Sanitization: There is no evidence of strict schema validation or sanitization of the external event data before it is interpolated into the executable prompt strings.
Audit Metadata