generate-import-html
Audited by Runlayer on Feb 25, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: generate-import-html description: Generate structured HTML from authoring analysis for AEM Edge Delivery Services.
Tool: SKILL.md [2/2]
Malicious tool definition detected
Tool: resources/metadata-extraction.md [1/2] Description: # Metadata Extraction Extract and map metadata from source webpages to standard metadata structure.
Tool: resources/metadata-extraction.md [2/2] Description: needed ### Large JSON-LD payload **Cause:** Complex structured data (>500 characters) **Solution:** - Don't include in metadata block (bloats page) - Recommend client-side JS decoration (load async) - Or move to head.html if site-wide ### Relative image URLs **Cause:** `og:image` is relative path, not absolute **Solution:** ```javascript // Convert relative to absolute const baseUrl = new URL(sourceUrl).origin; const absoluteImageUrl = ne
Malicious tool definition detected
Tool: resources/metadata-mapping.md [1/2] Description: # Metadata Mapping Reference Detailed mapping rules for converting source webpage metadata to standard metadata properties.
Tool: resources/metadata-mapping.md [2/2]