translations
Warn
Audited by Socket on Sep 2, 2026
1 alert found:
AnomalyAnomalyhelpers/translation-batch-manager.php
LOWAnomalyLOW
helpers/translation-batch-manager.php
No evidence of intentional malware or obfuscation in the examined code. The primary security concern is operational and supply-chain related: the tool includes attacker-influenced PHP files (include() on CLI-provided paths) and generates/overwrites PHP translation files from batch JSON/translation content. If inputs, environment variables, or paths are not strictly trusted and controlled, the module can be abused to execute or persist attacker-controlled PHP within the project. Shell invocation for php -l is mitigated against direct command injection via escapeshellarg, but still represents external process execution.
Confidence: 62%Severity: 60%
Audit Metadata