توضیحات
TrustBeacon Auditor provides a plain-English report of basic public trust signals for the WordPress site where it is installed.
The plugin checks public configuration signals such as:
- MX records
- SPF records
- DMARC records
- Common DKIM selectors
- SSL certificate availability
- HTTP security headers
- CAA records
- DNSSEC indicators when supported by the server
- Cloudflare indicators in public response headers
- Public security plugin indicators visible in page HTML
The report includes a simple trust score, trust level, findings, recommendations, and business impact explanations.
Important: TrustBeacon Auditor evaluates publicly visible trust indicators. It is not a security certification, penetration test, malware scanner, compliance audit, or guarantee that a website is secure.
External services
TrustBeacon Auditor performs remote HTTPS requests to websites selected
by the site administrator in order to audit publicly available trust
signals.
The plugin connects directly to the website being audited to inspect
information such as:
- SSL certificate availability
- HTTP response headers
- Cloudflare detection
- Security plugin indicators
Data transmitted:
- The domain name entered by the administrator.
- Standard HTTP request headers, including a User-Agent string.
These requests occur only when an administrator initiates an audit.
No personal visitor information is collected, stored, or transmitted.
The plugin does not use any third-party commercial APIs.
Privacy Policy:
https://itechguide.com/privacy-policy/
Terms of Use:
https://itechguide.com/terms-of-use/
نصب
- Upload the plugin folder to the
/wp-content/plugins/directory, or install the plugin ZIP through the WordPress Plugins screen. - Activate the plugin through the Plugins screen.
- Open the Trust Auditor page in the WordPress admin menu.
- Click Run Audit.
سوالات متداول
-
Does this plugin scan private files or private server data?
-
No. It checks public trust indicators for the installed site.
-
Does a high score prove my site is secure?
-
No. A high score means the checked public trust signals look good. It does not prove that the site is secure.
-
Does a low score prove my site was hacked?
-
No. A low score means that one or more public trust signals may be missing, weak, or unavailable.
-
Why does DKIM detection say no common selector was found?
-
DKIM selectors vary by mail provider. The plugin checks several common selectors, but some providers use custom selector names.
-
Why is DNSSEC sometimes informational?
-
Some PHP environments cannot query DNSSEC records reliably. In that case, the plugin avoids punishing the score for a check it cannot verify.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“TrustBeacon Auditor” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “TrustBeacon Auditor” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
0.1.3
- Revised scoring so INFO findings are excluded and WARN findings receive partial credit instead of harsh zero-point treatment.
- Adjusted grade labels to better reflect public trust signals rather than full security certification.
0.1.1
- Standardized plugin name, slug, text domain, prefix, contributor metadata, licensing, and WordPress.org readme format.
- Replaced mixed class prefixes with TBAUD-prefixed classes.
- Replaced raw HTTP header fetching with the WordPress HTTP API.
- Added safer DNS lookup wrapper and defensive handling for unavailable DNS constants.
- Added escaping, sanitization, nonce name, capability checks, and translatable admin strings.
0.1.0
- Initial development version.