eu-ai-label
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves a legitimate purpose of helping users comply with EU AI Act labeling requirements for media content. \n- [COMMAND_EXECUTION]: The script
scripts/ai-label.pyexecutesffmpegandffprobeto process media files. These executions use list-based arguments withsubprocess.run()and do not invoke a shell, which effectively prevents shell injection vulnerabilities. \n- [EXTERNAL_DOWNLOADS]: All icon assets are bundled locally within theassets/directory. The skill does not perform any network requests during execution. \n- [DATA_EXFILTRATION]: There is no evidence of sensitive file access, credential harvesting, or data exfiltration. The script only interacts with the media files specified by the user. \n- [PROMPT_INJECTION]: The instructions inSKILL.mdare purely functional and do not attempt to bypass safety filters or override agent behavior.
Audit Metadata