PowerPoint Suite
Audited by Socket on Feb 26, 2026
1 alert found:
SecurityThis skill documentation and tooling are focused on local creation, editing, and analysis of .pptx files and do not contain obvious malicious code, backdoors, hardcoded secrets, or explicit data exfiltration logic. The primary security concerns are supply-chain related: unpinned and global package installations (pip/npm/apt) increase the chance that a compromised package could execute malicious code during install or runtime. Additionally, some scripts described (replace.py) are destructive by design (clearing shapes by default) and could cause accidental data loss if used improperly. There are no suspicious external network endpoints or credential harvesting steps in the provided content. Overall this appears functionally coherent with its stated purpose but has moderate supply-chain and destructive-use risks; vet and pin dependencies, avoid global installs when unnecessary, and warn users about the destructive default behavior of text-replacement scripts.