signals
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides instructions for querying raw 'signals' which are natural-language descriptions of product events. Since these signals can be triggered by external activity (e.g., error logs, web analytics), an attacker could potentially influence the content of these signals to include malicious instructions.
- Ingestion points: The
contentcolumn of thedocument_embeddingstable is accessed through theposthog:execute-sqltool as described inSKILL.md. - Boundary markers: None present in the provided SQL templates to distinguish between data and instructions.
- Capability inventory: The skill uses
posthog:execute-sqlfor database access andembedText()for semantic searches. - Sanitization: No explicit sanitization or instructions to ignore instructions within the signal content are provided.
Audit Metadata