signals-scout-replay-vision
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates within the PostHog ecosystem using authenticated MCP tools for read-only data analysis and internal signal reporting. All database operations and tool invocations follow expected vendor-specific patterns.
- [PROMPT_INJECTION]: The skill processes scanner outputs (verdicts, tags, summaries) which are derived from end-user session recordings. This represents a potential indirect prompt injection surface. The skill proactively mitigates this risk by including a dedicated 'Untrusted data' section with the following controls:
- Ingestion points: Data enters the agent context via
execute-sqlqueries on$recording_observedevents andvision-scanners-observations-listtool calls inSKILL.md. - Boundary markers: The agent is explicitly instructed to treat all scanner-derived text strictly as data and never as instructions, even if the content resembles commands. It is directed to quote summaries as short, truncated snippets.
- Capability inventory: The agent possesses the ability to run SQL queries via
execute-sql, write to an internal inbox viasignals-scout-emit-signal, and manage internal state viasignals-scout-scratchpad-remember. - Sanitization: The skill mandates the use of sanitized identifiers (slugified names/tags) and requires cross-session evidence (volume-based corroboration) to ensure findings are not based on single-session hallucinations or malicious data injections.
Audit Metadata