Plugin inspection:

WordPress Dictionary

No issues found

Last revised:

Confidence: Medium
This plugin has been given a short, targeted code review.

We didn't find anything worrying in this plugin. It's probably safe. Read more about this recommendation.

Findings

This plugin is poorly-written. Among its issues are:

  • Lack of SQL escaping, however it appears to be saved by magic_quotes.
  • Lack of HTML escaping, however no vulnerabilities were found.
  • Produces notices.
  • It has compatibility issues with other plugins (through experience, not via this inspection).

Failure criteria

  • Execution of unprepared SQL statements
  • Lack of proper output escaping
  • Very large codebase

Read more about our failure criteria.