slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): Analysis of the instructional content and code comments revealed no attempts to override agent behavior, bypass safety guidelines, or extract system prompts.
- [DATA_EXFILTRATION] (SAFE): The skill does not access sensitive file paths (e.g., SSH keys, credentials) nor does it perform any network requests to external domains. All image processing is handled locally.
- [REMOTE_CODE_EXECUTION] (SAFE): No dynamic execution functions such as
eval()orexec()are used. The skill does not download or execute remote scripts or binaries. - [EXTERNAL_DOWNLOADS] (SAFE): The dependencies specified in
requirements.txt(Pillow, ImageIO, NumPy) are reputable, standard libraries for image processing and numerical computation. - [COMMAND_EXECUTION] (SAFE): No dangerous shell commands, subprocess calls, or privilege escalation techniques (e.g.,
sudo,chmod 777) were detected. - [OBFUSCATION] (SAFE): The source code is clear and well-documented. There is no evidence of Base64 encoding, zero-width characters, or homoglyph-based obfuscation used to hide malicious intent.
Audit Metadata