logo-creator

Warn

Audited by Socket on Jul 10, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/vectorize.py

This code is primarily an API client that uploads an image to a third-party service and downloads the resulting SVG. It does not show classic malware behaviors (no reverse shell, persistence, or data theft beyond handling an API key), but it has meaningful supply-chain/security concerns: (1) it may scrape ~/.zshrc to obtain RECRAFT_API_KEY when the environment variable is missing, which increases the risk of secret exposure; (2) it downloads from an unvalidated URL returned by the remote API without host/scheme allowlisting; and (3) it writes to a caller-controlled output_path without sandboxing or overwrite checks. These patterns warrant review and hardening (credential handling, URL validation/allowlisting, and output path restrictions).

Confidence: 64%Severity: 60%
Audit Metadata
Analyzed At
Jul 10, 2026, 12:24 PM
Package URL
pkg:socket/skills-sh/MichaelTarasov02%2FSkills%2Flogo-creator%2F@2b23a5be2e87e4749b436f019db58036a7cec2f7f0eeb73eaa57fa2bd7ed8f10
Security Audit — socket — logo-creator