office-repair
Audited by Socket on Aug 6, 2026
1 alert found:
AnomalyNo explicit malware behavior is visible in this fragment (no network/process/credential theft primitives). However, the tool has a meaningful supply-chain/code-loading risk: it dynamically discovers ane_package on disk and prepends a candidate directory to sys.path, which could import attacker-controlled code if the search path can be influenced. Additionally, it performs high-integrity operations by delegating COM-driven workbook edits based on attacker-controlled edits JSON and can persistently modify generator scripts via file rewriting. Because the actual sensitive logic is in the imported ane_package modules, confidence in the absence of malicious behavior is limited. Review/lock down how ane_package is resolved (avoid sys.path injection; use pinned, verified installation paths) and inspect ane_package.officeops/excelcom implementations.