Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The documentation explicitly claims that `auth login` means the LLM never sees the password, but the preceding example uses `kbr auth save ... --username user --password pass`, which places credentials directly on the command line where they may be visible to the agent, shell history, process listings, logs, or transcript capture. In an agent skill, this misleading assurance is dangerous because it can encourage unsafe handling of real credentials under the false belief they are hidden.
