omni-image
Warn
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [PROMPT_INJECTION]: The
SKILL.mdfile includes detailed instructions in the 'Grok Visual Content Policy' and 'Grok Text Content Policy' sections that describe how to bypass the content moderation and safety filters of the underlying AI models through specific phrasing and 'artistic framing' techniques. - [COMMAND_EXECUTION]: The
examples/python_wrapper_example.pyscript utilizes thesubprocess.run()method to trigger shell commands. While used for automation in the provided examples, this pattern represents a risk for command injection if integrated with unvalidated external input. - [CREDENTIALS_UNSAFE]: Instructions in the
Quick Startsection ofSKILL.mdencourage users to store API keys in environment files (~/.secrets) and verify them using theechocommand, which can lead to sensitive credentials or partial keys being recorded in the shell's command history.
Audit Metadata