finding-replay-for-issue
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data originating from external sources (error logs, user session events, and AI-generated summaries) which could contain malicious instructions intended to manipulate the agent's logic or output.
- Ingestion points: Untrusted data enters the agent context through
posthog:execute-sql(capturing$current_urland$exception_fingerprintfrom user events),posthog:query-error-tracking-issue(capturing issuenameanddescription), andposthog:vision-observations-list(readingmodel_outputfrom previous AI scans). - Boundary markers: The instructions do not define delimiters or specific warnings to ignore embedded instructions within the ingested session data or external metadata.
- Capability inventory: The skill has access to
posthog:execute-sqlfor database querying,posthog:session-recording-getfor full data retrieval, andposthog:vision-scanners-scan-sessionfor invoking AI-powered analysis. - Sanitization: There is no mention of sanitizing, escaping, or validating the URLs or issue descriptions before they are presented to the user or used in subsequent logic.
Audit Metadata