Plugin Name: Recoooty - The World's Easiest Recruiting Software Plugin URI: https://recoooty.com/ Description: WordPress plugin to integrate services of Recoooty with your WordPress site. Version: 1.0.4 Author: recoooty Author URI: https://recoooty.com/ Text Domain: recoooty Code snippets that might indicate issues: Embedding External Content: The plugin embeds content from a remote URL using an iframe. This can be a security risk if the remote site is vulnerable or not controlled securely. - Line 100: Potential Lack of Input Sanitization: The is used directly in the iframe URL without visible sanitization, which might lead to injection vulnerabilities. - Line 100: Direct Execution of HTML Content: The HTML content generated by the plugin is returned directly, which might pose a risk if the content is not sanitized properly. - Line 54-56: