Title: PixGuard Scanner
Author: pixguardio
Published: <strong>16 می 2026</strong>
Last modified: 20 می 2026

---

جستجوی افزونه‌ها

![](https://s.w.org/plugins/geopattern-icon/pixguard-scanner.svg)

# PixGuard Scanner

 توسط [pixguardio](https://profiles.wordpress.org/pixguardio/)

[دانلود](https://downloads.wordpress.org/plugin/pixguard-scanner.1.0.8.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/pixguard-scanner/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/pixguard-scanner/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/pixguard-scanner/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/pixguard-scanner/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/pixguard-scanner/)

## توضیحات

PixGuard Scanner detects copyrighted and stock images on your WordPress site using
a 9-stage AI detection pipeline. Avoid DMCA takedowns, copyright trolls, and expensive
legal fees.

**Features:**

 * Scan any page on your site for copyrighted images
 * Media Library integration with one-click scanning
 * Auto-scan images on upload (optional)
 * Risk scores and severity ratings for every image
 * Dashboard with scan history and risk summary
 * Source attribution showing where images originate

**How it works:**

 1. Install the plugin and enter your PixGuard API key
 2. Scan pages or individual images from the WordPress admin
 3. Review risk scores and take action on flagged images

**Detection capabilities:**

 * Watermark detection (visible and invisible)
 * EXIF/metadata analysis (camera, software, copyright fields)
 * Perceptual hash matching against known stock databases
 * AI visual analysis for stock photo characteristics
 * Steganography detection
 * Source attribution via reverse image search

### External Services

This plugin connects to the PixGuard service to analyze images for copyright risk.
When you scan an image, its URL or file is sent to PixGuard’s servers for processing.
No images are stored after analysis.

This connection is required for the plugin to function. A free PixGuard account 
with an API key is needed.

 * Service website: [https://www.pixguard.io](https://www.pixguard.io)
 * Privacy policy: [https://www.pixguard.io/privacy](https://www.pixguard.io/privacy)
 * Terms of service: [https://www.pixguard.io/terms](https://www.pixguard.io/terms)

## نصب

 1. Upload the `pixguard-scanner` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Go to PixGuard > Settings and enter your API key
 4. Get your API key at [pixguard.io/settings](https://www.pixguard.io/settings)

## سوالات متداول

### How much does it cost?

PixGuard uses a credit-based system. Each image scan costs 1 credit. Cached results(
images scanned before) are free. New accounts get 100 free credits.

### Does it work with Cloudflare?

Yes. The plugin sends image URLs to the PixGuard API for analysis. As long as your
images are publicly accessible, it works with any CDN or security plugin.

### Does it scan private/draft content?

Yes. When scanning individual images from the Media Library, the plugin first tries
the public URL. If the image isn’t publicly reachable (localhost dev sites, password-
protected staging, behind HTTP Basic Auth), it automatically falls back to uploading
the file bytes directly — so scans work on LocalWP, MAMP, XAMPP, and staging environments
without any configuration. Page-level scanning still requires a public URL.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“PixGuard Scanner” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “PixGuard Scanner” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/pixguard-scanner)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/pixguard-scanner/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pixguard-scanner/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pixguard-scanner/)
by [RSS](https://plugins.trac.wordpress.org/log/pixguard-scanner/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0.8

 * Fix: corrected the API key link to point at pixguard.io/settings (previous /dashboard/
   settings path was outdated).
 * Tested up to WordPress 7.0.

#### 1.0.7

 * Hardening: every $wpdb query now passes the table name through prepare()’s %i
   identifier placeholder, clearing the strictest Plugin Check rules on modern WordPress(
   6.2+).
 * Bump minimum WordPress to 6.2 (required for %i support).

#### 1.0.6

 * Hardening: every custom-table query now escapes the table name with esc_sql()
   and concatenates instead of string-interpolating, eliminating the remaining Plugin
   Check security warnings.
 * Hardening: pagination input now sanitized with absint() instead of an int cast.

#### 1.0.5

 * Compliance: removed the legacy self-hosted plugin updater (forbidden for plugins
   listed on WordPress.org).
 * Hardening: all admin form inputs are now unslashed before sanitization; pagination
   output is escaped; Results page queries use prepared statements end-to-end.
 * Hardening: weekly report timestamps switched from date() to gmdate() to avoid
   timezone drift.

#### 1.0.4

 * Improved: “Scan All Media Library” on localhost/staging sites now skips the URL
   attempt entirely and uploads directly, scanning twice as fast and not wasting
   rate-limit quota.
 * New: bulk scan now pauses and auto-resumes when the API rate limit is hit, instead
   of failing the rest of the queue.

#### 1.0.3

 * New: Media Library scans now work on LocalWP, MAMP, XAMPP, and password-protected
   staging sites. When the image URL isn’t reachable from our servers, the plugin
   uploads the file bytes directly as a fallback.
 * Improved: clearer error messages when an image scan fails.

#### 1.0.2

 * Fix: “Manage Plan” and “Get API Key” links now use the correct www subdomain 
   so they open the right page instead of the marketing homepage.

#### 1.0.1

 * New: “Scan All Media Library” one-click bulk action on the dashboard, with live
   progress and cancel.
 * New: dashboard banner shows your current plan + remaining image scans (synced
   from your PixGuard account).
 * Fix: corrected scan-cost copy (each scan uses up to 3 credits depending on features,
   not 1).
 * Fix: use strpos() instead of str_starts_with() for PHP 7.4 compatibility.

#### 1.0.0

 * Initial release
 * Page scanning with full AI analysis
 * Media Library integration
 * Auto-scan on upload
 * Dashboard with risk summary
 * Weekly email reports

## اطلاعات

 *  نگارش **1.0.8**
 *  Last updated **2 روز پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.2 یا بالاتر **
 *  Tested up to **7.0**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/pixguard-scanner/)
 * Tags
 * [copyright](https://fa.wordpress.org/plugins/tags/copyright/)[DMCA](https://fa.wordpress.org/plugins/tags/dmca/)
   [image scanner](https://fa.wordpress.org/plugins/tags/image-scanner/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/pixguard-scanner/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/pixguard-scanner/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/pixguard-scanner/)