Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Code Analyzer

Popis

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

Snímky obrazovky

  • Configuration page
  • Example code analysis: Akismet

Instalace

  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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Code Analyzer je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

0.2

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