Only the latest release published on PyPI receives security fixes.
Please do not open a public GitHub issue for security problems. E-mail support@fastsaver.io with a description of the issue, steps to reproduce and the affected version. We aim to acknowledge reports within a few business days and will keep you informed while a fix is prepared.
- Never commit an API key (
fs_sk_...) to this repository — not in code, tests, fixtures, examples, documentation or CI configuration. Tests use fake keys such asfs_sk_test_.... - Load keys from the
FASTSAVER_API_KEYenvironment variable or a secret manager. - If a key has leaked, rotate it immediately in the dashboard at https://api.fastsaver.io/dashboard.
- The SDK never sends the
X-Api-Keyheader when downloading files viaclient.save()so the key is not exposed to third-party CDNs.