design-to-code-fidelity

Warn

Audited by Socket on Sep 18, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/render-capture.mjs

The code is a readable browser screenshot utility and contains no clear malicious payload or covert data exfiltration. It does expose significant capability by design: arbitrary navigation can reach internal services, optional storage state can carry authenticated cookies, INIT_SCRIPT enables arbitrary page-context execution, insecure HTTPS can be enabled, and the output path is unrestricted. These risks depend on who controls the command arguments and environment. It should not be exposed as an unrestricted remote service without URL/network, credential-state, script, and filesystem controls.

Confidence: 97%Severity: 57%
AnomalyLOW
scripts/figma-export.sh

No clear malicious behavior or supply-chain backdoor is present. The script performs its stated Figma export function, but it has security weaknesses: the Figma token can appear in the curl process command line, node IDs may enable output-path traversal, and API-provided download URLs are not host or scheme validated. These issues should be fixed by passing the token through a protected curl configuration mechanism, validating node IDs and resolving output paths within the intended directory, and restricting downloads to expected HTTPS Figma hosts.

Confidence: 98%Severity: 63%
Audit Metadata
Analyzed At
Sep 18, 2026, 12:00 AM
Package URL
pkg:socket/skills-sh/voidmatcha%2Ffrontend-niche-skills%2Fdesign-to-code-fidelity%2F@103fcf2fa356e03eeab17700403f58ccd567d3dc3dea4d961056806afb5440c7
Security Audit — socket — design-to-code-fidelity