Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The security section claims credentials are never passed as CLI arguments, but the script explicitly supports `cmd_login "$2" "$3"`, allowing the password to be provided positionally. Passing secrets on the command line can expose them via shell history, process listings, auditing tools, and logs, making the guidance materially misleading and increasing accidental credential disclosure risk.
