webhook-transforms
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted data from external sources such as SMS, social media mentions, and meeting transcripts. This creates a surface for indirect prompt injection where malicious instructions embedded in the webhook payload could influence the agent's transformation logic or entity extraction.
- Ingestion points: Raw webhook payloads in JSON format from external services are ingested as described in the 'Phases' section of SKILL.md.
- Boundary markers: The skill lacks explicit boundary markers or instructions to treat external payload content strictly as data rather than instructions during the transformation and event-processing phases.
- Capability inventory: The skill utilizes the
put_page,add_timeline_entry, andsearchtools. It also references command-line style operationsgbrain putandgbrain syncfor writing and synchronizing data to the underlying system. - Sanitization: While the skill specifies stripping HTML and escaping script tags to prevent XSS in brain pages, these measures do not prevent natural language prompt injection that could subvert the agent's logic.
Audit Metadata