| Version | Supported | Notes |
|---|---|---|
| 1.x | ✅ | Current stable |
| 0.x | ❌ | End of life |
If you discover a security vulnerability, please report it responsibly:
-
DO NOT create a public GitHub issue
-
Email security@timps.dev with details:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any fix suggestions (optional)
-
We aim to respond within 48 hours
-
We coordinate disclosure:
- Report to security@timps.dev
- Wait for acknowledgment before disclosing
- We request 90 days to fix before public disclosure
- Credit in security advisory (unless requested otherwise)
This policy applies to:
@timps/core- Core agent@timps/memory-core- Memory system@timps/plugin-sdk- Plugin development@timps/timps-desktop- Desktop application- All official integrations
Out of scope:
- Third-party integrations (report to their maintainers)
- User-created plugins
- Community forks
- Least Privilege - Plugins run with minimal permissions
- Defense in Depth - Multiple security layers
- Fail Secure - Default deny, explicit allow
- Data Minimization - Only collect necessary data
- In Transit: All API calls use HTTPS/TLS 1.3
- At Rest: Sensitive data encrypted
- Memory: Credentials cleared after use
- OAuth tokens stored securely (keychain/credential manager)
- API keys encrypted
- Webhook secrets validated
See Security Advisories for past disclosures.
Thanks to security researchers who have helped improve TIMPS:
- (Your name here)