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

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the AuditAgent Python project to remove hardcoded SSH credentials from configuration files. The solution involves dynamically prompting for credentials at runtime using the `getpass` module, supporting SSH agent integration, and potentially OS keyring integration. The project requires updates to the `linux_iptables.py`, `cli.py`, and `base.py` files, along with comprehensive testing to ensure security and backward compatibility.

Complexity: 4/5
enhancement help wanted