Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The Java SFTP example explicitly disables SSH host key verification with `session.setConfig("StrictHostKeyChecking", "no")`, which makes the client trust any server presenting a host key. In a payment reconciliation context, this enables man-in-the-middle interception or redirection to a rogue SFTP server, risking credential exposure and tampered financial files.
