[security] vault_get returns plaintext passwords into LLM context #677
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus#677
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Security: vault_get returns plaintext passwords to LLM context
File:
src/tool_implementations.pylines 3948-4003The
do_vault_get()function retrieves passwords from Bitwarden and returns them in the tool result, which then gets fed into the LLM context:Issues
Mitigations already present
reasonparameter required (forces justification)NON_ADMIN_BLOCKED_TOOLS)Suggested fix
format_tool_result()and is appended to the message historyFixed via PR #891 — vault secrets now masked by default in LLM context. Added reveal=true parameter with warning logging.