slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill utilizes standard, well-known Python packages (
pillow,imageio,numpy) specified in the requirements file. It does not perform any unauthorized remote downloads. - [COMMAND_EXECUTION] (SAFE): There are no instances of shell command execution, subprocess spawning, or system-level calls in the provided scripts.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill performs programmatic image generation. No dynamic execution functions such as
eval(),exec(), or runtime code loading are present. - [DATA_EXFILTRATION] (SAFE): Network access is not used. The skill processes image data locally and saves the output to a user-defined path without transmitting data externally.
- [PROMPT_INJECTION] (SAFE): The documentation in
SKILL.mdprovides clear functional instructions and constraints for the AI agent without any malicious override attempts or safety bypasses. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or sensitive credentials were found in the codebase.
Audit Metadata