Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Code Analyzer

Descripción

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

Capturas

  • Configuration page
  • Example code analysis: Akismet

Instalación

  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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Code Analyzer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Code Analyzer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.2

  • Results are now sorted alphabetically
  • New option «Results display mode»
  • New search pattern «User creation»