image-optimizer

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill utilizes the 'sharp' library for all image manipulations. This is a well-known, high-performance, and trusted Node.js package. All scripts use standard require statements and follow typical Node.js CLI patterns.
  • [SAFE]: No network operations were found. The scripts operate strictly on local file systems using the 'fs' and 'path' modules, ensuring that no data is sent to external servers.
  • [SAFE]: File access is restricted to the local directory (defaulting to 'public/') for reading images and writing the optimized output. The scripts implement check-and-skip logic based on file modification times, which is a common and safe performance optimization.
  • [SAFE]: No obfuscation, dynamic code execution (like eval), or privilege escalation attempts (like sudo) were identified. The instructions in SKILL.md are purely functional and do not attempt to manipulate the agent's safety protocols.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 08:21 PM