scrape-webpage
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: scrape-webpage description: Scrape webpage content, extract metadata, download images, and prepare for import/migration to AEM Edge Delivery Services.
Malicious tool definition detected
Tool: resources/web-page-analysis.md [1/2] Description: # Web Page Analysis Automated webpage analysis and preparation for content migration using npm playwright.
Tool: resources/web-page-analysis.md [2/2] Description: src="./images/a1b2c3d4e5f6.jpg" alt="Hero"> ``` This means the migrated HTML file already references local images - no manual URL replacement needed!
Malicious tool definition detected
Tool: scripts/analyze-webpage.js [1/2] Description: #!/usr/bin/env node /* * Copyright 2025 Adobe.
Tool: scripts/analyze-webpage.js [2/2] Description: title const titleTag = document.querySelector('title'); if (titleTag) meta.title = titleTag.textContent.trim(); // Extract all meta tags document.querySelectorAll('meta').forEach(tag => { const name = tag.getAttribute('name') || tag.getAttribute('property'); const content = tag.getAttribute('content'); if (name && content) meta[name] = content; }); // Extract canonical link const canonical = document.querySelector('link[rel="canonical"]'); if (
Malicious tool definition detected
Tool: scripts/generate-path.js Description: #!/usr/bin/env node /* * Copyright 2025 Adobe.
Malicious tool definition detected
Tool: scripts/image-capture.js [1/2] Description: #!/usr/bin/env node /* * Copyright 2025 Adobe.
Tool: scripts/image-capture.js [2/2]
Malicious tool definition detected
Tool: scripts/package-lock.json Description: { "name": "scripts", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { "sharp": "^0.33.0" } }, "node_modules/@emnapi/runtime": { "version": "1.7.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", "license": "MIT", "optional": true, "dependencies": { "tslib": "^2.4.0" } }, "node_modul
Malicious tool definition detected
Tool: scripts/package.json Description: { "type": "module",