Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The skill claims it avoids plaintext passwords on the command line, but the SMB example injects the password into a shell command via `echo "password=$PASSWORD" | sudo tee ...`. This can expose secrets through shell history, agent logs, process context, or accidental command rendering, and it normalizes unsafe secret handling despite the stated guidance.
