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: address critical security issues from CI review
- Set secure permissions (600) on API keys file
- Remove API key from URL in Exa MCP config (use env vars instead)
- Fix race condition in debug script using mktemp
- Replace hardcoded user paths with dynamic $HOME
Security fixes per CI recommendations:
- API key file now has owner-only read/write permissions
- API keys passed via environment variables, not URLs
- Temporary files use mktemp for safe creation
- All paths now use $HOME for portability
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments