webapp-testing

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
85%
Files
6
Flagged
3
Chunks
7
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
Max File Score
85%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
6
Files Flagged
3
Chunks Analyzed
7
Analyzed
Feb 26, 2026, 04:22 PM
Security Audit — runlayer — webapp-testing