crop-tool
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard image processing functionality for cropping and enhancing images using the well-known Pillow library. All graphics operations are performed locally using established methods.\n- [SAFE]: Implements secure temporary file creation using
tempfile.mkstempinstead of insecure alternatives, protecting against race conditions and unauthorized access.\n- [SAFE]: Includes robust input validation for normalized coordinates (0-1), ensuring that cropping operations remain within the boundaries of the source image and preventing potential out-of-bounds errors.\n- [SAFE]: Documentation and release notes (v2.0.0) demonstrate a proactive security posture, including the removal of runtime auto-installation of dependencies and path validation hardening.\n- [SAFE]: All external dependencies, includinganthropicandboto3, are from trusted vendors and established package registries. No obfuscation, hidden code, or data exfiltration logic was detected.
Audit Metadata