debug-optimize-lcp
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external websites when performing performance audits.
- Ingestion points: Data is ingested through
evaluate_script,list_network_requests, and performance traces fetched from target URLs. - Boundary markers: None; the skill treats data from the analyzed page as the primary source for diagnostic output.
- Capability inventory: The skill utilizes
evaluate_scriptto run JavaScript andnavigate_pageto interact with websites. - Sanitization: No explicit sanitization or filtering of external DOM content or performance metadata is performed before the agent processes it.
- [DYNAMIC_EXECUTION]: The skill uses the
evaluate_scripttool to execute predefined JavaScript snippets found inreferences/lcp-snippets.mdto extract performance metrics. - Evidence: The snippets use
PerformanceObserveranddocument.querySelectorAllto audit the DOM and performance timeline, which is standard practice for performance monitoring tools.
Audit Metadata