| Version | Supported |
|---|---|
| 1.x.x | ✅ Active support |
| < 1.0 | ❌ No support |
We take security seriously. If you discover a security vulnerability in Plugin Delivery or any SperaxOS component:
- Open a public GitHub issue
- Post about it on social media
- Exploit the vulnerability
- Email: Send details to [email protected]
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes
- 24 hours: Initial acknowledgment
- 72 hours: Preliminary assessment
- 7 days: Detailed response with fix timeline
- 30 days: Public disclosure (coordinated)
This policy covers:
@sperax/plugin-sdk@sperax/chat-plugins-gateway- plugin.delivery website
- Official SperaxOS plugins
- Third-party plugins
- Vulnerabilities in dependencies (report to upstream)
- Social engineering attacks
{
"api": [
{
"url": "https://your-secure-api.com/endpoint",
// Always use HTTPS
}
]
}- Validate all inputs
- Use rate limiting
- Implement proper CORS
- Never expose secrets in client-side code
- Don't store sensitive user data
- Use encryption for any stored data
- Follow data minimization principles
Thank you for helping keep SperaxOS secure! 🛡️