building-loops
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill manages workflows that process untrusted data from external sources like GitHub, Slack, and PostHog events.
- Ingestion points: Data enters the workflow via
internal-eventandeventtriggers defined inSKILL.md. - Boundary markers: The skill instructs the agent to place triggering event data in a separate
<triggering_event>block with escaped angle brackets to prevent the data from being interpreted as instructions. - Capability inventory: The created AI tasks have access to repositories, MCP connections, and other skills.
- Sanitization: The instructions explicitly warn against unsafe template interpolation of event properties (
{event.properties.<name>}) to prevent prompt injection from attacker-controlled event content. - [SAFE]: The skill implements security best practices by requiring
actor_access: writefilters for GitHub triggers to ensure only authorized users can trigger the automation. It also provides mechanisms to throttle event volume and manage budget throughtrigger_maskingand specific Slack event filters.
Audit Metadata