We release patches for security vulnerabilities in the following versions:
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
We take the security of Sequential Thinking Enhanced seriously. If you believe you have found a security vulnerability, please report it to us as described below.
- Open a public GitHub issue
- Post about it on social media
- Exploit the vulnerability
- Email us at: [Create a security contact email or use GitHub Security Advisories]
- Include the following information:
- Type of vulnerability
- Full paths of source file(s) related to the vulnerability
- Location of the affected source code (tag/branch/commit or direct URL)
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue
- We will acknowledge receipt of your vulnerability report within 48 hours
- We will provide a more detailed response within 7 days
- We will work on a fix and coordinate the release with you
- We will publicly acknowledge your responsible disclosure (unless you prefer to remain anonymous)
This tool runs as an MCP server with access to:
- File system operations (read/write handoff files)
- Process communication with Claude Desktop
- No network access required
- config.json: Never commit sensitive information in your config.json
- Handoff files: Be careful sharing handoff files as they contain your full thinking history
- File permissions: Ensure proper file permissions on config.json and handoff files
- Updates: Keep the tool updated to receive security patches
- The tool stores thought history in memory and handoff files
- No encryption is applied to handoff files
- No authentication between the MCP server and Claude Desktop
We regularly update our dependencies to include security patches. You can check for vulnerabilities using:
npm auditTo update dependencies:
npm update
npm audit fixFor security concerns that should not be public, please use GitHub's private security advisory feature or contact the maintainers directly through the repository.