blender-expert
Fail
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill features a tool named
generate_blender_scriptthat accepts a user-providedollama_urlto fetch and execute dynamically generated Python scripts within the Blender process. - [REMOTE_CODE_EXECUTION]: The
manage_blender_addonstool allows the installation of Blender addons, which are Python-based extensions that execute with the same privileges as the Blender application. - [EXTERNAL_DOWNLOADS]: Through the
download_and_importtool, the skill can fetch files from arbitrary URLs. This presents a risk of ingesting malicious assets that may trigger auto-run scripts or exploit vulnerabilities in file parsers. - [DATA_EXFILTRATION]: Tools such as
blender_exportandmanage_object_repoenable the skill to write files to arbitrary local paths, which can be leveraged to move sensitive data to publicly accessible directories or networked drives. - [COMMAND_EXECUTION]: The skill's primary function includes the generation and execution of Python scripts to automate 3D modeling tasks, effectively providing a scriptable interface to the underlying operating system via Blender's API.
- [PROMPT_INJECTION]: The skill exposes a significant surface for indirect prompt injection through tools that process natural language for autonomous workflows.
- Ingestion points: The
workflow_promptparameter inagentic_blender_workflowand thepromptparameter inintelligent_3d_processingingest untrusted text. - Boundary markers: No delimiters or safety instructions are defined to separate user input from system instructions.
- Capability inventory: The agent possesses powerful capabilities including file writing (
blender_export), script generation (generate_blender_script), and system configuration modification (config_set). - Sanitization: There is no evidence of sanitization or validation of the input prompts before they are used to drive multi-step workflows.
Recommendations
- AI detected serious security threats
Audit Metadata