| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| < 0.2 | ❌ |
We take security seriously. If you discover a security vulnerability, please report it responsibly.
Please do NOT report security vulnerabilities through public GitHub issues.
Instead, please send an email to: security@geoffreyfernald.com
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, including how an attacker might exploit it
- Acknowledgment: We will acknowledge receipt of your report within 48 hours
- Communication: We will keep you informed of our progress
- Resolution: We aim to resolve critical issues within 7 days
- Credit: We will credit you in the release notes (unless you prefer to remain anonymous)
Drift is a local-only static analysis tool. It:
- ✅ Reads files from your local filesystem
- ✅ Analyzes code patterns using AST parsing
- ✅ Stores patterns locally in
.drift/folder - ✅ Runs a local dashboard server (localhost only)
- ❌ Send any code or data to external servers
- ❌ Execute arbitrary code from your codebase
- ❌ Modify your source files (read-only analysis)
- ❌ Collect telemetry or usage data
- ❌ Require network access to function
The MCP server (driftdetect-mcp) is designed for local AI agent integration:
- Runs locally, communicates via stdio
- Only exposes read-only pattern data
- Does not execute code or modify files
- Scoped to the project directory it's initialized in
We regularly audit our dependencies for known vulnerabilities using:
npm audit- Dependabot alerts
- Snyk (periodic scans)
- Review before approving: Always review patterns before approving them
- Use .driftignore: Exclude sensitive files from scanning
- Keep updated: Use the latest version for security fixes
- Audit the code: This is open source — feel free to audit it yourself
This security policy applies to:
driftdetect(CLI)driftdetect-coredriftdetect-detectorsdriftdetect-dashboarddriftdetect-mcpdriftdetect-lspdriftdetect-vscode
Thank you for helping keep Drift and its users safe!