grouping-noisy-errors
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is well-scoped to its intended purpose of managing error tracking on the PostHog platform. It establishes clear, strict criteria for merging issues and creating grouping rules, which acts as a safeguard against accidental data corruption or misconfiguration.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from error logs (stack traces and error messages) which could theoretically contain malicious instructions. However, the risk is mitigated by strict operational guidance provided to the agent.
- Ingestion points: The skill ingests external data via
posthog:query-error-tracking-issue-eventsinSKILL.md. - Boundary markers: The instructions include a mandatory "Are they the same error?" checklist that requires matching SDK, exception type, top stack frame, message template, and handling status before taking action.
- Capability inventory: The skill can perform state-changing operations including merging issues (
posthog:error-tracking-issues-merge-create) and creating automated grouping rules (posthog:error-tracking-grouping-rules-create). - Sanitization: The agent is instructed to perform deep structural verification (stack frames, SDK values) rather than relying solely on message text, which reduces the efficacy of injection attempts within error messages.
Audit Metadata