netmiko-ssh-automation
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents secure practices for network automation, specifically focusing on avoiding hardcoded credentials, implementing timeouts, and requiring explicit operator flags for configuration changes.
- [CREDENTIALS_UNSAFE]: No hardcoded credentials detected. The patterns correctly use
os.environ.get()andgetpassfor secret management, which is a standard security best practice. - [COMMAND_EXECUTION]: The provided Python code utilizes the
netmikolibrary for SSH automation. The instructions emphasize bounded batch processing and explicit inventory lists to prevent unauthorized or broad network scans.
Audit Metadata