Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Code Analyzer

Mô tả

Scans plugin files for matches to custom regex patterns. Useful for checking whether your plugins don’t do anything shady.

Default search patterns match the following:

  • Exploitable PHP and JS functions and HTML tags
  • Code (de)obfuscation
  • Remote requests (including pingbacks, trackbacks and mail sending)
  • Filesystem modification
  • Direct database queries
  • User creation
  • Inline and enqueued scripts
  • Unicode and ASCII character literals, integer literals
  • URL addresses
  • Strings containing “swf”
  • Google Analytics and AdSense IDs

Ảnh màn hình

  • Configuration page
  • Example code analysis: Akismet

Cài đặt

  1. Install the plugin.
  2. Go to Settings > Code Analyzer to configure the plugin.
  3. To analyze a plugin, click the appropriate “Analyze code” link on the Plugins page.

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Code Analyzer” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

0.2

  • Results are now sorted alphabetically
  • New option “Results display mode”
  • New search pattern “User creation”