puppeteer-automation
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: puppeteer-automation description: Expert guidance for browser automation using Puppeteer with best practices for web scraping, testing, screenshot capture, and JavaScript execution in headless Chrome.
Tool: SKILL.md [2/2] Description: } }); // Reuse browser instance const browser = await puppeteer.launch(); async function scrape(url) { const page = await browser.newPage(); try { await page.goto(url); // ...
Audit Metadata