signals-scout-replay-vision
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes scanner output fields such as
scanner_output_summary,scanner_output_tags, andscanner_output_reasoning. These fields contain content generated by other AI models based on untrusted end-user recording data, creating an indirect prompt injection surface. - Ingestion points: Data enters the agent context via the
execute-sqlandvision-scanners-observations-listtools, specifically thescanner_output_*properties defined inSKILL.md. - Boundary markers: The skill includes a dedicated section "Untrusted data — scanner output is LLM text over user content" which explicitly instructs the agent to treat this data as untrusted snippets and never as instructions.
- Capability inventory: The skill has the ability to query event data (
execute-sql), emit/edit reports (emit_report,edit_report), and potentially modify scanner configurations (vision-scanners-update) if write permissions are granted. - Sanitization: The instructions mandate using sanitized/slugified identifiers for memory storage and truncating untrusted prose snippets in reports.
- [COMMAND_EXECUTION]: The skill performs SQL queries using the
execute-sqltool against theeventstable to aggregate observation data and check for throughput issues. This is a core functional requirement of the analytics scout for processing telemetry data.
Audit Metadata