security txt generator

security.txt Generator

Create a security.txt file for your website in seconds. This file helps security researchers know how to responsibly report vulnerabilities they find.

Where researchers should report vulnerabilities

The official location of your security.txt file

Link to your bug bounty program or disclosure form

Link to your security policy or disclosure terms

When this file should be considered stale (max 1 year)

Page thanking security researchers who helped

Comma-separated language codes for reports

Link to security job openings at your company

Contact (email or URL) and Expires date are required

For Vercel deployments:

  1. Create a folder: public/.well-known/
  2. Save the file as: public/.well-known/security.txt
  3. Deploy your changes
  4. Verify at: yoursite.com/.well-known/security.txt

What is security.txt?

security.txt is a proposed standard (RFC 9116) that lets security researchers know how to responsibly disclose vulnerabilities they find on your website. Without it, researchers might post publicly, ignore the issue, or attempt extortion.

Learn more at securitytxt.org