bulkgen
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implementation follows security best practices and does not contain malicious patterns or vulnerabilities.\n- Credential Handling: The skill securely manages API keys by requesting them from the user at runtime during the session, rather than requiring hardcoded or persistent secrets.\n- Input Sanitization: The
scripts/build_preview.jsscript includes anescapeHtmlfunction that sanitizes all data before it is interpolated into the HTML preview template, effectively neutralizing potential Cross-Site Scripting (XSS) risks from user prompts or API responses.\n- File System Safety: Inscripts/download_images.js, the skill uses asanitizeSegmentfunction to clean image identifiers and filenames, preventing path traversal attacks and ensuring that only safe file paths are used when saving generated images locally.\n- Supply Chain Security: The scripts rely exclusively on built-in Node.js modules (such asfs,path, and the globalfetchAPI) rather than external npm packages, significantly reducing the attack surface for supply chain exploits.
Audit Metadata