signals-scout-web-vitals
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill explicitly recognizes that telemetry data like
$hostand$pathnameare attacker-controllable and could contain malicious payloads intended for prompt injection. - Ingestion Points: Untrusted data enters the agent context through
execute-sqlqueries on the PostHogeventstable (specifically$web_vitalsevents). - Boundary Markers: The skill mandates the use of sanitization logic rather than simple delimiters to create a boundary between raw telemetry and the agent context.
- Capability Inventory: The skill is capable of reading data (
execute-sql) and writing findings to reports (emit_report,edit_report). - Sanitization: The skill mandates a specific defensive pattern in every SQL query using
replaceRegexpAllto strip non-URL-safe characters andsubstringto cap the length of untrusted strings before they are processed by the LLM or included in reports. - [SAFE]: No other malicious patterns, obfuscation, or unauthorized network operations were detected. The skill is designed to operate within authorized PostHog MCP scopes for analytical purposes.
Audit Metadata