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.py script. This is a controlled use of dynamic execution intended for task-specific scene inspection within the blender-python-execution environment.
  • [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.objects and user-defined lists in SKILL.md processed 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-execution and ovrtx-render-sequence to modify and render scene data.
  • Sanitization: The audit_animation.py script performs type checking and finite-value validation on sampled numeric data, ensuring output stability.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 22, 2026, 06:05 PM
Security Audit — agent-trust-hub — animation-quality-and-frame-range