Skip to content

fix: use HTTPS for skill_search API endpoint#224

Open
Kailigithub wants to merge 1 commit intolsdefine:mainfrom
Kailigithub:fix/skill-search-https
Open

fix: use HTTPS for skill_search API endpoint#224
Kailigithub wants to merge 1 commit intolsdefine:mainfrom
Kailigithub:fix/skill-search-https

Conversation

@Kailigithub
Copy link
Copy Markdown

Summary

Changed the default skill_search API URL from plaintext HTTP to HTTPS, ensuring environment data (OS, shell, runtimes, tools, model info) is transmitted encrypted.

Closes #204

Changes

  • memory/skill_search/skill_search/engine.py: Changed DEFAULT_API_URL from http:// to https://
  • memory/skill_search/SKILL.md: Updated documentation to reflect the HTTPS URL

Details

The skill_search module sends detected environment information (OS type, installed runtimes, available tools) to the API endpoint on every query. Using plaintext HTTP exposes this data to network interception. This fix ensures all API communication uses HTTPS by default.

Users who need to override the URL can still set the SKILL_SEARCH_API environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skill_search里有风险!我让claude分析了下!

1 participant