apify-ecommerce
Fail
Audited by Runlayer on Feb 26, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (2)
apify-ecommerce/reference/scripts/run_actor.jsHIGH
94.0%
Malicious tool definition detected
data.length : 1; } else { // CSV - count lines minus header const lines = content.split(' ').filter((line) => line.trim()); count = Math.max(0, lines.length - 1); } } catch { count = 'unknown'; } console.log(`Records: ${count}`); console.log(`Size: ${size.toLocaleString()} bytes`); } // Helper: sleep for ms function sleep(ms) { return new Promise((resolve) => setTimeout(resolve, ms)); } // Main function async function main() { // Parse args first so --help works without token const args = parseC
apify-ecommerce/SKILL.mdLOW
65.8%
Tool passed security scan
Passed Files (1)Click to expand
apify-ecommerce/reference/scripts/package.jsonOK
21.1%
Tool passed security scan
Audit Metadata