presentations

Warn

Audited by Socket on Jul 16, 2026

1 alert found:

Security
SecurityMEDIUM
presentation.ts

No clear supply-chain malware/backdoor behavior is visible in this snippet. However, there are significant security risks: (1) potential path traversal/arbitrary file read via URL routing (`serveFile(join(presDir, rest))` without strong traversal prevention), (2) likely XSS via unescaped insertion of presentation titles into HTML and potential injection through slide `content` into generated HTML, and (3) elevated risk around execSync due to string-based command construction. These issues warrant security review and hardening (path normalization allowlists, output encoding/sanitization, and using spawn/argument arrays instead of execSync strings).

Confidence: 68%Severity: 82%
Audit Metadata
Analyzed At
Jul 16, 2026, 04:25 PM
Package URL
pkg:socket/skills-sh/kortix-ai%2Fsuna%2Fpresentations%2F@d888fbdb1e82ae903965e1881fc5ff706939cf27
Security Audit — socket — presentations