You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(toolbox-core): Add strict flag support to sync client (#230)
* chore: Add unit test cases
* chore: Delint
* feat: Warn on insecure tool invocation with authentication
This change introduces a warning that is displayed immediately before a tool invocation if:
1. The invocation includes an authentication header.
2. The connection is being made over non-secure HTTP.
> [!IMPORTANT]
The purpose of this warning is to alert the user to the security risk of sending credentials over an unencrypted channel and to encourage the use of HTTPS.
* fix!: Warn about https only during tool initialization
* fix(toolbox-core): Add strict flag validation to sync client.
* chore: delint
0 commit comments