-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] password sanitizer #14
Comments
Additionally, like, e.g. 7z, consider rewrite argv with This will be probably not implemented because it barely increase the security level and need investigation on whether and how it should be done. |
From what I know so far, modifying I should add a tip in document to remind users not to pass keys via CLI parameters while in a multi-user system. |
#14 add tip in docs to remind user not to use commandline arguments i…
As suggested by https://news.ycombinator.com/item?id=41139049 the terminal history should be sanitized before sending to LLM backend. This can be done with a pre llm hook.
Code for reference: https://github.com/closedloop-technologies/autocomplete-sh/blob/1bd533a22379f2ebf0e1f31c39b11b8b2089a510/autocomplete.sh#L149
Will a heoristic sanitizer be easy and worth to inplement?
The text was updated successfully, but these errors were encountered: