media-gpac
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/gpac.py) to wrap theMP4Boxandgpaccommand-line utilities. Commands are executed viasubprocess.run()using a list-based argument structure without a shell, which prevents command injection vulnerabilities. The script also safely manages temporary files usingtempfile.mkstempand performs standard file operations like moving and copying to manage tool outputs. - [PROMPT_INJECTION]: The
SKILL.mdfile interpolates the$ARGUMENTSvariable into the agent's movie context. While this lacks explicit boundary markers (such as XML tags or unique delimiters) to separate user-supplied data from instructions, this is a standard design pattern for technical tools and is considered a low-risk vulnerability surface. The skill does not contain any instructions that attempt to bypass safety filters or override agent behavior.
Audit Metadata