← All Tools

🛡 security.txt Generator

Build a compliant /.well-known/security.txt file (RFC 9116) so security researchers know how to report vulnerabilities to your organization.

100% client-side processing. No data is sent to any server. No storage, no cookies, no tracking. Your inputs never leave your browser.

What is security.txt?

RFC 9116 defines a standard text file at https://example.com/.well-known/security.txt (and optionally /security.txt) that tells security researchers how to responsibly report vulnerabilities. It is widely adopted by GitHub, Google, Cloudflare, governments, and most major SaaS vendors.

Best practice: serve the file over HTTPS, sign it with PGP, set Expires no more than 1 year in the future, and review it on a regular schedule.

Why publish security.txt?

  • Lower mean time to report. Researchers stop guessing where to send a finding and email you instead of disclosing publicly.
  • Required or recommended by many bug bounty platforms and government VDPs (CISA BOD 20-01 in the U.S., NCSC guidance in the U.K.).
  • Cheap signal of maturity. Many enterprise procurement reviews check for it.
  • Helps with NIS2 / DORA demonstration of vulnerability handling processes.