Back to skill

Security audit

Image Resizer

Security checks for vulnerabilities and agentic risk

Overview

This is a straightforward local image-resizing skill that uses Python and Pillow on user-selected image files or folders.

Install only if you are comfortable using Python and Pillow. Give the agent access only to the image files or folders you want resized, since batch mode can read every supported image in a chosen directory and write resized copies to an output directory.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.