These are false positive and its common on webshell checkers tools.
A "webshell" is a malicious script that allows an attacker to run commands on your server, write files, and make network connections. To do this, they use specific, powerful PHP functions like file_put_contents(), curl_exec(), passthru(), and eval().
The aaPanel scanner's job is to look for any .php file that uses these "dangerous" functions. Safecloud uses public yara webshell rules (open source)
The problem is that many legitimate, powerful plugins also need to use these exact same functions to do their jobs.
in my case two plugin files were flaged (Really Simple SSL and Simple Form upload file.)
Since they did not put a feature to ignore these detentions, i found a way to ignore these files during scan.
in: /www/server/panel/data/safeCloud these is a config.json file, you can put the directory where those files are in the field "exclude_dirs":.
however only exclude directories. i cannot see a field there where you can exclude specific files.
to clean the warnings from the GUI, clean the detentions log files at `/www/server/panel/data/safeCloud/log``, these will clear the warnings in the plugin.
Then Scan again.