sap-extension-creator

Warn

Audited by Socket on Aug 3, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
assets/static-template/index.html

The dominant security finding is a high-likelihood DOM XSS vulnerability: incoming WebSocket message content is inserted into the DOM using innerHTML after only newline-to-<br> conversion, with no escaping or sanitization. If an attacker can influence the backend/upstream message content, arbitrary HTML/JS can execute in the client. Other behaviors (MCP call handler) do not show direct code execution in this fragment, but rely on weak client-side gating and proper server-side authorization is required. No strong evidence of traditional malware (e.g., reverse shells/cryptomining) is present in this code segment.

Confidence: 72%Severity: 83%
SecurityMEDIUM
assets/node-template/index.html

This module does not show direct malware behavior such as credential theft, reverse shells, or dynamic code execution. However, it has a significant client-side security weakness: it renders WebSocket-provided message content into the DOM via innerHTML, including HTML generated by marked.parse, without any sanitization/escaping shown. If an attacker can influence WebSocket message content, this creates a credible DOM XSS pathway. Additionally, the client continuously transmits user input on every keystroke and uses weak MCP tool-name substring gating, which are notable security design concerns.

Confidence: 66%Severity: 77%
Audit Metadata
Analyzed At
Aug 3, 2026, 04:00 PM
Package URL
pkg:socket/skills-sh/heshengtao%2Fsuper-agent-party%2Fsap-extension-creator%2F@ae583f4e22fde7fab00f682ea73749237c5108b96782efc68c34b367883d517a
Security Audit — socket — sap-extension-creator