office-repair

Warn

Audited by Socket on Aug 6, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/office_repair.py

No 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.

Confidence: 54%Severity: 60%
Audit Metadata
Analyzed At
Aug 6, 2026, 10:53 AM
Package URL
pkg:socket/skills-sh/gasserane%2Fpersonal-skills%2Foffice-repair%2F@911fa546fa7247ae4c3a269e749710a3a754713c677a3835f14e94edadd68803
Security Audit — socket — office-repair