tavern-ui
Audited by Socket on Aug 25, 2026
2 alerts found:
AnomalySecurity总体上这是一个与其声明用途基本一致的前端开发 skill,不像凭据窃取或明显恶意内容。主要风险来自供应链:依赖个人 GitHub 模板仓库、执行其包脚本、以及通过第三方镜像/远程 URL 动态加载前端页面,因此应归为可疑但非恶意。
No direct evidence of explicit malware is present in the provided text because it is architectural/runtime documentation rather than auditable executable code. However, the described design significantly increases risk: iframes are not sandboxed, message-floor iframes can directly access the parent without the described Proxy-based cleanup wrapper, and user code runs after synchronous CDN script pre-injection. This combination materially raises the blast radius of any dependency compromise or injected script, and should be treated as a high-priority security review area (with emphasis on dependency integrity, CDN trust/SRI/pinning, and verifying the actual implementations of predefine.js/cleanup protector and any network behavior).