investigating-error-issue
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONNO_CODE
Full Analysis
- [PROMPT_INJECTION]: The skill processes potentially untrusted external data such as exception messages, stack traces, and log entries via tools like
posthog:query-error-tracking-issue-eventsandposthog:query-logs. This creates an indirect prompt injection surface where malicious instructions embedded in log data could attempt to influence the agent's synthesis or subsequent behavior. - Ingestion points: Data retrieved from error tracking and logging APIs (SKILL.md).
- Boundary markers: The instructions do not define explicit delimiters or instructions to ignore embedded commands within the ingested content during synthesis.
- Capability inventory: Tools available for execution include
posthog:execute-sqlandposthog:query-session-recordings-list(SKILL.md). - Sanitization: No explicit sanitization or filtering of retrieved log content is defined.
- [COMMAND_EXECUTION]: The skill implements dynamic command generation by constructing SQL queries for the
posthog:execute-sqltool through string interpolation of identifiers likeissue_idandsession_idobtained from previous tool outputs (SKILL.md). - [NO_CODE]: The skill is composed entirely of markdown instructions and does not include any standalone executable script files.
Audit Metadata