| 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
- DM @Sandeeprdy1729 on GitHub or open an issue with the
securitylabel - We aim to respond within 48 hours
- 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.