gif-splitter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): The skill contains no instructions aimed at overriding agent behavior or bypassing safety filters.
- [Data Exposure & Exfiltration] (SAFE): All operations are local to the user's filesystem. No network calls or access to sensitive files (e.g., SSH keys, credentials) are present.
- [Unverifiable Dependencies] (SAFE): The skill relies on 'Pillow', a standard Python library for image processing. No unverified third-party packages or remote scripts are executed.
- [Indirect Prompt Injection] (SAFE): The skill processes user-supplied GIF files. This is a functional requirement and handled via standard image libraries without interpreting contents as instructions.
- Ingestion points:
scripts/split_gif.pyprocesses file paths from user input. - Boundary markers: Handled by standard OS path resolution.
- Capability inventory: Limited to local image read/write; no shell execution or network access.
- Sanitization: Uses Pillow's built-in image verification.
Audit Metadata