powerpoint-automation

Warn

Audited by Socket on Sep 17, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/create_pptx.js

The code is a legitimate PowerPoint generation utility and contains no clear malware indicators or intentional data theft. If its JSON input is trusted, the behavior is largely expected. If untrusted input can reach it, arbitrary outbound requests, unbounded redirects and downloads, and insufficiently restricted local image paths create SSRF, memory-exhaustion, and potential local file-read risks. Restrict image URLs to approved hosts and HTTP(S), enforce response size/time/redirect limits, and confine image paths and output paths to approved directories.

Confidence: 96%Severity: 58%
AnomalyLOW
scripts/resume_workflow.py

No clear malicious behavior or supply-chain payload is present. The main security concerns are unsanitized base_name path construction, which may permit path traversal or unintended file access, and shell=True when opening the generated PPTX, which could enable command injection under suitable platform and input conditions. Use strict filename validation, resolve and constrain paths to approved directories, and launch the file without a shell. The literal fragment also appears to have a syntax error at its final main invocation.

Confidence: 97%Severity: 55%
Audit Metadata
Analyzed At
Sep 17, 2026, 03:32 AM
Package URL
pkg:socket/skills-sh/aktsmm%2Fagent-skills%2Fpowerpoint-automation%2F@af667ade6b9b0c2d7017866208888451c46f1e239e636ec67e98b05cd21e9478
Security Audit — socket — powerpoint-automation