Security.txt Manager

Description

This powerful yet user-friendly WordPress plugin enables you to create, edit, and manage your « security.txt » file directly from the WordPress dashboard. As one of the most critical files on any site, the « security.txt » file communicates your security policy and contact information to security researchers.

What is security.txt?

A proposed standard which allows websites to define security policies.

Read the RFC

Can I use this with multisite?

Yes! However, if you are using a subfolder installation it will only work for the main site. This is because you can only have one security.txt for a given domain or subdomain per the security.txt spec.

Technical Notes

  • Requires PHP 7.2+.
  • Requires WordPress 5.7+.
  • Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply /security.txt when requested.
  • The plugin registers rewrite rules for /.well-known/security.txt and /security.txt; server-level rules may be needed if your web server handles those paths before WordPress.
  • Your site URL must not contain a path (e.g. https://example.com/site/ or path-based multisite installs). Learn more on spec.

Contributing & Bug Report

Bug reports and pull requests are welcome on Github.

If you like Security.txt Manager, then consider checking out our other projects:

  • Powered Cache – Caching and optimization for WordPress to help improve PageSpeed and Core Web Vitals.
  • Magic Login Pro – Easy, secure, and passwordless authentication for WordPress.
  • SessionQuota Pro – Limit concurrent sessions in WordPress.
  • Stream Integration Pro – Upload, sync, restore, and manage WordPress videos with Cloudflare Stream.
  • Easy Text-to-Speech – Convert written content into high-quality synthesized speech for WordPress.
  • Handywriter – AI-powered writing assistant for WordPress.
  • PaddlePress PRO – Paddle plugin for WordPress.

Captures d’écrans

Installation

Manual Installation

  1. Upload the entire /security-txt-manager directory to the /wp-content/plugins/ directory.
  2. Activate Security.txt Manager through the ‘Plugins’ menu in WordPress.

FAQ

How can I create security policy?

You can create it on https://securitytxt.org/ website.

Can I use this with multisite?

Yes! But won’t work for the child sites on subdirectory setup due to security.txt spec

Do I have to upload any files?

No. The plugin handles « .well-known/security.txt » and « security.txt » requests for your domain.

Avis

Lire les 2 avis

Contributeurs/contributrices & développeurs/développeuses

« Security.txt Manager » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Security.txt Manager” a été traduit dans 3 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Security.txt Manager » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

1.3 (10 August, 2026)

  • Prevented WordPress canonical redirects from adding a trailing slash to the /security.txt and /.well-known/security.txt endpoints. Props to @hfranz.
  • Tested with WP 7.1
  • Dependency updates.

1.2 (4 June, 2026)

  • Improved handling for /.well-known/security.txt and /security.txt requests with WordPress rewrite rules.
  • Added Apache and Nginx configuration examples to the settings screen for servers that handle security.txt paths before WordPress.
  • Hardened request URI handling for the security.txt endpoint.
  • Tested with WP 7.0

1.1 (22 November, 2025)

  • Minor tweaks.
  • Tested with WP 6.9
  • Dependency updates.

1.0.3 (12 April, 2025)

  • Tested with WP 6.8
  • Dependency updates.

1.0.2 (19 March, 2024)

  • Tested with WP 6.5
  • Dependency updates.

1.0.1 (22 July, 2023)

  • Tested with WP 6.3

1.0 (15 June, 2023)

  • First release