animation-quality-and-frame-range
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing the Blender CLI in background mode (
blender --background) to automate animation audits. This is a standard and expected practice for headless 3D asset processing. - [DYNAMIC_EXECUTION]: The instructions guide the agent to assemble Python scripts dynamically by combining configuration objects with the provided
audit_animation.pyscript. This is a controlled use of dynamic execution intended for task-specific scene inspection within theblender-python-executionenvironment. - [INDIRECT_PROMPT_INJECTION]: The skill processes external scene data, including object names and RNA property paths, which presents a surface for indirect prompt injection.
- Ingestion points: Data enters the context via
bpy.data.objectsand user-defined lists inSKILL.mdprocessed by the audit script. - Boundary markers: Absent; the skill relies on the underlying Blender RNA structure and data block isolation.
- Capability inventory: The skill uses tools like
blender-python-executionandovrtx-render-sequenceto modify and render scene data. - Sanitization: The
audit_animation.pyscript performs type checking and finite-value validation on sampled numeric data, ensuring output stability.
Audit Metadata