Skip to content

Security: coder2077/fastsaver

Security

SECURITY.md

Security Policy

Supported versions

Only the latest release published on PyPI receives security fixes.

Reporting a vulnerability

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.

API keys

  • 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 as fs_sk_test_....
  • Load keys from the FASTSAVER_API_KEY environment 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-Key header when downloading files via client.save() so the key is not exposed to third-party CDNs.

There aren't any published security advisories