Open Issues Need Help
View All on GitHub Proposal: Add Browser Resource Cleanup in agent.py about 1 month ago
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