signals-scout-mcp-tool-calls
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process and analyze telemetry data from the
$mcp_tool_callevent, which includes potentially untrusted strings such as$mcp_error_messageand$mcp_intentsubmitted by external clients. - Ingestion points: External telemetry data is ingested through HogQL queries executed via the
execute-sqltool, as detailed inSKILL.mdandreferences/queries.md. - Boundary markers: The skill contains a mandatory 'Untrusted data' section that explicitly instructs the agent to treat telemetry content strictly as data to be reported and never as instructions to be followed.
- Capability inventory: The agent has capabilities to execute SQL analytics (
execute-sql) and author internal reports (emit_report,edit_report). - Sanitization: The instructions provide clear sanitization requirements, including truncating messages, dropping payload echoes, and strictly forbidding the inclusion of raw telemetry, intent strings, or user identifiers in generated pull requests or report summaries.
Audit Metadata