signals-scout-web-vitals
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill acts as a scout for Core Web Vitals, which involves processing telemetry data (hostnames, paths, and URLs) that is identified as attacker-controllable and a potential vector for malicious instructions.
- Ingestion points: Untrusted telemetry data enters the agent context through event properties including
properties.$host,properties.$pathname,properties.$current_url, and$web_vitals_INP_event.attributionretrieved via theexecute-sqlandread-data-schematools inSKILL.mdandreferences/onset-correlation.md. - Boundary markers: The skill contains explicit instructions in
SKILL.mdto treat these telemetry values as "opaque data" and "never instructions," specifically warning the agent to ignore any directives embedded within these strings. - Capability inventory: The skill possesses read and write capabilities, including
execute-sqlfor querying events,scout-emit-reportandscout-edit-reportfor writing to a report channel, andscout-scratchpad-rememberfor persisting data in internal memory. - Sanitization: Robust sanitization is implemented at the query layer. The instructions in
SKILL.mdandreferences/onset-correlation.mdprovide and require SQL regex patterns (replaceRegexpAll) to strip non-safe characters and length capping (substring) to neutralize malicious payloads before the data is processed by the agent.
Audit Metadata