Skip to content

Security: Yerimahjr/stellar-developer-toolkit

Security

docs/security.md

Security Notes

  • Never log private keys, seed phrases, or signed transaction envelopes.
  • This starter validates public account IDs only. Add signature verification for authenticated ownership flows.
  • Put rate limiting and request size limits in front of public deployments.
  • Use HTTPS for all browser-facing environments.
  • Configure CORS to the exact production frontend origin.

There aren't any published security advisories