scrape-webpage

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
76%
Files
7
Flagged
7
Chunks
10
Flagged Files (7)
SKILL.mdHIGH
76.3%

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.

resources/web-page-analysis.mdHIGH
76.3%

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!

scripts/analyze-webpage.jsHIGH
76.3%

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 (

scripts/generate-path.jsHIGH
76.3%

Malicious tool definition detected

Tool: scripts/generate-path.js Description: #!/usr/bin/env node /* * Copyright 2025 Adobe.

scripts/image-capture.jsHIGH
76.3%

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]

scripts/package-lock.jsonHIGH
76.3%

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

scripts/package.jsonHIGH
76.3%

Malicious tool definition detected

Tool: scripts/package.json Description: { "type": "module",

Audit Metadata
Max File Score
76%
Classification
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
7
Chunks Analyzed
10
Analyzed
Feb 23, 2026, 11:58 PM
Security Audit — runlayer — scrape-webpage