debug-optimize-lcp
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes browser tools to interact with web pages and capture traces.
- Evidence:
SKILL.mdreferences the use ofnavigate_page,performance_start_trace, andperformance_analyze_insightfor performance data collection. - [REMOTE_CODE_EXECUTION]: Local JavaScript snippets are executed on target pages to extract performance metrics.
- Evidence:
references/lcp-snippets.mdcontains benign code for LCP element identification and DOM auditing, used via theevaluate_scripttool. - [PROMPT_INJECTION]: The skill analyses external web page content, which represents a surface for indirect prompt injection.
-
- Ingestion points:
navigate_pageandperformance_start_traceload external URLs into the context.
- Ingestion points:
-
- Boundary markers: No specific delimiters are identified in the provided instructions to isolate external content.
-
- Capability inventory: The agent can evaluate scripts (
evaluate_script) and inspect network requests on the loaded pages.
- Capability inventory: The agent can evaluate scripts (
-
- Sanitization: Content from analyzed pages is not filtered or sanitized before processing.
Audit Metadata