webapp-testing
Warn
Audited by Runlayer on Feb 26, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (3)
webapp-testing/examples/console_logging.pyMEDIUM
85.3%
Malicious tool definition detected
# Navigate to page page.goto(url) page.wait_for_load_state('networkidle') # Interact with the page (triggers console logs) page.click('text=Dashboard') page.wait_for_timeout(1000) browser.close() # Save console logs to file with open('/mnt/user-data/outputs/console.log', 'w') as f: f.write(' '.join(console_logs)) print(f" Captured {len(console_logs)} console messages") print(f"Logs saved to: /mnt/user-data/outputs/console.log")
webapp-testing/examples/static_html_automation.pyLOW
67.7%
Tool passed security scan
webapp-testing/SKILL.mdLOW
55.4%
Tool passed security scan
Passed Files (3)Click to expand
webapp-testing/scripts/with_server.pyOK
35.1%
Tool passed security scan
webapp-testing/LICENSE.txtOK
33.3%
Tool passed security scan
webapp-testing/examples/element_discovery.pyOK
16.2%
Tool passed security scan
Audit Metadata