image-compression
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements image compression using established libraries like Sharp and Squoosh, adhering to standard engineering practices for web applications.
- [SAFE]: Sensitive configuration for storage backends (AWS S3) and local file systems is managed through environment variables rather than hardcoded credentials, as seen in
references/storage.mdandreferences/env.md. - [SAFE]: The skill includes robust input validation logic in
references/security.mdandreferences/server.md, implementing MIME-type filtering and file size limits to mitigate risks associated with processing user-provided media. - [SAFE]: All provided code samples utilize standard application APIs for file handling and network requests without evidence of arbitrary command execution or suspicious persistence mechanisms.
Audit Metadata