OpenPX handles private keys, wallet signing, and real financial transactions. We take security seriously.
| Version | Supported |
|---|---|
| 0.1.x | Yes |
Do not open a public GitHub issue for security vulnerabilities.
Instead, please email security@openpx.ai with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fix (optional)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix or mitigation: Dependent on severity, but we aim for:
- Critical (private key exposure, fund theft): 24-48 hours
- High (authentication bypass, data leak): 1 week
- Medium/Low: Next scheduled release
The following are in scope:
- Private key handling in all
px-exchange-*crates - Authentication flows (RSA-PSS, EIP-191, HMAC, JWT)
- Order signing and submission
- Credential storage and transmission
- Dependencies with known CVEs
- Never commit
.envfiles or private keys to version control - Use environment variables or secure vaults for credentials
- Run with minimal permissions (read-only API keys for market data)
- Keep dependencies up to date (
cargo update)