1 Open Issue Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add browser resource cleanup (context.close(), browser.close(), playwright.stop()) to the `agent.py` file of the AI-PENTEST-AGENT project to prevent resource leaks. Handle potential exceptions during cleanup with a `try...except` block and log success or failure. The goal is to ensure that resources are properly released after each scan, especially when running batch scans using `batch_scanner.py`.

Complexity: 2/5
enhancement help wanted