swimmers-sprite
Warn
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/generate-logo-pack.jsdynamically generates a Python script string and executes it viaspawnSync('python3', ['-c', pyScript, ...]). This method of runtime code generation and execution is used to perform image processing with the Pillow library.\n- [COMMAND_EXECUTION]: Thescripts/generate-logo-pack.jsscript is vulnerable to injection attacks because it fails to sanitize the--nameinput argument. This value is directly interpolated into thearia-labelandtitleattributes of the resulting SVG files, allowing an attacker to inject malicious SVG content or scripts that would execute if the SVG is rendered in a web browser.
Audit Metadata