algorithmic-art
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected. The code is a well-documented template for creative coding.
- [DATA_EXFILTRATION] (SAFE): No network operations (fetch, xhr, curl) or sensitive file access patterns were identified. The
saveCanvasfunction is a standard p5.js method for local browser-side image downloads. - [COMMAND_EXECUTION] (SAFE): No use of dangerous functions such as
eval(),exec(), or subprocess spawning. All logic is confined to mathematical calculations and canvas rendering. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or credentials found. Parameters are limited to visual properties like seeds and colors.
Audit Metadata