Cn Math Expression

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill implements a math expression evaluator in `scripts/math_eval.py` using Python's `eval()` function. While it attempts to sandbox execution by clearing `__builtins__` and providing a whitelist of functions, this approach is historically vulnerable to sandbox escape techniques that can lead to Remote Code Execution (RCE). It is classified as suspicious due to this critical security flaw, although there is no explicit evidence of intentional malicious logic or data exfiltration.