Title: Artiman Guard
Author: ArtimanWeb
Published: <strong>2026 年 8 月 8 日</strong>
Last modified: 2026 年 8 月 8 日

---

搜尋外掛

![](https://ps.w.org/artiman-guard/assets/banner-772x250.png?rev=3638546)

![](https://ps.w.org/artiman-guard/assets/icon.svg?rev=3638546)

# Artiman Guard

 由 [ArtimanWeb](https://profiles.wordpress.org/hsmasoumi/) 開發

[下載](https://downloads.wordpress.org/plugin/artiman-guard.0.7.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/artiman-guard/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/artiman-guard/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/artiman-guard/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/artiman-guard/#developers)

 [技術支援](https://wordpress.org/support/plugin/artiman-guard/)

## 外掛說明

Artiman Guard protects WordPress and WooCommerce forms without sending CAPTCHA data
or security reports to an external service.

Protection layers include:

 * Local browser proof-of-work with a mathematical fallback.
 * One-time signed challenges, dynamic honeypots and form timing checks.
 * Local rate limiting and a managed IP blocklist.
 * Registration firewall, one-time registration permits and account quarantine.
 * Spam-username detection and registration-source monitoring.
 * Content-risk scoring for links, repetition, advertising language, gibberish, 
   language mismatch, disposable email, suspicious domains, invalid phone numbers
   and duplicate submissions.
 * Block, quarantine, suspicious and allow-with-flag decisions.
 * Review queues for comments, Elementor Pro Forms and Gravity Forms.
 * 404 scanner detection, sensitive-path protection and repeated-request blocking.
 * Internal broken-link reports, redirect suggestions and crawl-budget reports.
 * Soft-404 and suspicious-200 reporting.
 * Internal-search and WooCommerce-filter noindex protection.
 * WordPress login, registration, lost-password and comment protection.
 * WooCommerce login, registration and product-review protection.
 * Dedicated Elementor Pro Forms and Gravity Forms fields.
 * A local Security Center for suspicious events and managed IP blocks.
 * Persian translation and support for WordPress language packs.

Artiman Guard is designed to cooperate with WordPress Core, WooCommerce, Yoast SEO,
Rank Math, AIOSEO and SEOPress. SEO directives owned by an active SEO plugin are
not replaced.

Developer website: https://artimanweb.com/

### Privacy

Artiman Guard does not send visitor data outside the website. When local reports
are enabled, it stores the form context, result, reason, risk score, time, salted
technical identifiers, and the IP address for suspicious or blocked activity. Routine
successful checks are not stored. Security reports and temporary blocks expire automatically.
A permanent IP block remains until a manager releases it.

The plugin registers WordPress personal-data exporter and eraser callbacks for locally
stored security data.

## 安裝方式

 1. Upload the plugin ZIP from Plugins > Add New > Upload Plugin, or install it from
    the WordPress Plugin Directory.
 2. Activate Artiman Guard.
 3. Open Artiman Guard > Settings.
 4. Select the forms to protect and choose Smart or Mathematical mode.
 5. Test protected forms in a private browser window before enabling stricter rules.
 6. Review suspicious activity under Artiman Guard > Security Center.

## 常見問題集

### Does the plugin contact an external CAPTCHA service?

No. Challenge generation, proof-of-work verification, reports and rate limiting 
are processed locally on the WordPress site.

### Is the mathematical answer visible in the page source?

No. The answer is stored server-side in a short-lived, one-time challenge record.
The signed browser token does not contain the answer.

### How long are security reports stored?

The administrator can choose from 7 to 90 days. Expired records are removed automatically.

### How can protection be disabled after an accidental lockout?

Add this line to `wp-config.php`:

    ```
    define( 'ARTIMAN_GUARD_SAFE_MODE', true );
    ```

Remove the line or change it to false after correcting the settings.

### Does it support WooCommerce?

Yes. It protects WooCommerce customer login, registration and product-review forms.

### Does it support Elementor forms?

Yes. With Elementor Pro active, add the Artiman Guard field to the form. Validation
runs in Elementor’s Ajax submission flow.

### Does it support Gravity Forms?

Yes. Add the Artiman Guard field from Advanced Fields to each form that should be
protected.

### Does it conflict with SEO plugins?

Artiman Guard uses provider-aware integration. It works with WordPress Core, Yoast
SEO and Rank Math robots output, and defers robots control to AIOSEO or SEOPress
when either plugin is active. Redirect cleanup is conservative and disabled by default
after upgrading.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Artiman Guard〉的開發相關工作。

參與者

 *   [ ArtimanWeb ](https://profiles.wordpress.org/hsmasoumi/)

[將〈Artiman Guard〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/artiman-guard)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/artiman-guard/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/artiman-guard/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/artiman-guard/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/artiman-guard/)。

## 變更記錄

#### 0.7.2

 * Added provider-aware robots integration for WordPress, Yoast SEO and Rank Math.
 * Deferred robots control to AIOSEO and SEOPress when either plugin is active.
 * Added an allowlist for intentionally indexable WooCommerce filter URLs.
 * Removed search and add-to-cart requests from generic crawl-trap classification.
 * Limited automatic query cleanup to the WordPress `replytocom` parameter and made
   cleanup opt-in after upgrade.
 * Prevented high-confidence search crawler agents from being blocked for ordinary
   repeated 404 requests.
 * Excluded sitemap, robots and standard icon paths from ordinary 404 blocking.
 * Avoided blocking legitimate singular content and archive-like routes with generic
   sensitive words.
 * Limited no-cache handling to sensitive or blocked scanner traffic.
 * Paused automatic IP blocking when forwarding headers arrive from an untrusted
   proxy.
 * Fixed Elementor editor previews and trusted-administrator submissions when the
   field is marked as required.

#### 0.7.1

 * Added a shared abuse counter and automatic blocking for repeated form failures,
   suspicious submissions and 404 requests.
 * Added a managed IP blocklist with release and permanent-block actions.
 * Stopped storing routine successful checks.

#### 0.7.0

 * Added a shared decision engine and administrator feedback to reduce false positives.
 * Added one-time registration permits and quarantine for unverified public user
   creation.
 * Suppressed notifications and feeds for locally quarantined submissions.

For the complete release history, see `changelog.txt`.

## 中繼資料

 *  版本 **0.7.2**
 *  最後更新 **11 小時前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.3**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/artiman-guard/)
 * 標籤:
 * [anti-spam](https://tw.wordpress.org/plugins/tags/anti-spam/)[forms](https://tw.wordpress.org/plugins/tags/forms/)
   [security](https://tw.wordpress.org/plugins/tags/security/)[seo](https://tw.wordpress.org/plugins/tags/seo/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/artiman-guard/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/artiman-guard/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/artiman-guard/reviews/)

## 參與者

 *   [ ArtimanWeb ](https://profiles.wordpress.org/hsmasoumi/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/artiman-guard/)