SiteTidy
Home /Tools /security.txt Generator

security.txt Generator

Create a standard file for security researchers to securely report vulnerabilities.

Security.txt Generator

Define clear security policies and vulnerability reporting channels for your domain (RFC 9116).

Policy Configuration

Required Fields

Link or email address for vulnerability reporting.

When this security.txt should be considered stale and reviewed.

Security & Policy

URL to your PGP public key for secure communication.

Link to your security disclosure policy.

Additional Info

.well-known/security.txt

Contact: mailto:security@example.com

What is security.txt?

security.txt is a standard proposed in RFC 9116 that allows websites to define security policies and contact information. It tells ethical hackers and security researchers exactly how and where to report vulnerabilities they discover on your site.

Where should I place this file?

The file must be named exactly security.txt and placed in the .well-known/ directory at the root of your domain.

https://example.com/.well-known/security.txt

Required Directives

  • Contact: An email address (with mailto: prefix) or URL where researchers should send their reports. At least one Contact directive must be present.
  • Expires: A date and time indicating when the data in the security.txt file is no longer valid. This is highly recommended to ensure contact info doesn't become stale.