resolving-ingestion-warnings
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process and analyze ingestion warnings which are generated from external event data. This data is considered untrusted and could be manipulated by attackers to include malicious instructions.
- Ingestion points: Data is ingested via the
posthog:execute-sqltool from thesystem.ingestion_warningstable, specifically thedetailsJSON field as described inSKILL.md. - Boundary markers: The skill provides clear instructions in
SKILL.mdunder the heading 'A trust boundary that governs how you read the raw data itself', which explicitly tells the agent thatdetailsare untrusted and should not be followed as instructions. - Capability inventory: Across its various reference files, the skill utilizes impactful tools including
posthog:execute-sql,posthog:project-settings-update,posthog:persons-property-delete, andposthog:cdp-functions-logs-retrieve. - Sanitization: The skill relies on natural language instructions to enforce safety rather than automated technical sanitization or strict schema enforcement for the data returned by tools.
Audit Metadata