Raw scan report

Vidmcp — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "vidmcp",
    "source": {
      "kind": "package",
      "origin": "vidmcp"
    },
    "server": {
      "name": "vidmcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 93,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "high",
        "label": "capability blast radius (high) — client exposure if the model is manipulated",
        "appliedPenalty": 6
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can execute shell commands or code"
    ],
    "tags": [
      "untrusted-input",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (144 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/agents/rewatch.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/agents/rewatch.py:109`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/agents/rewatch.py"
      },
      "evidence": "try: out = subprocess.run( [\"ffmpeg\", \"-i\", str(video), \"-af\", \"silencedetect=noise=-38dB:d=2.5",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/agents/rewatch.py",
        "line": 109,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/bgm.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/bgm.py:109`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/bgm.py"
      },
      "evidence": "ffix(\".env16k.wav\") subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(wav_path), \"-ac\", \"1\", \"-ar\", \"16000\", str(tm",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/bgm.py",
        "line": 109,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/diarize.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/diarize.py:24`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/diarize.py"
      },
      "evidence": "exist_ok=True) subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(video), \"-ac\", \"1\", \"-ar\", str(sr), \"-vn\"",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/diarize.py",
        "line": 24,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/dubbing.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/dubbing.py:38`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/dubbing.py"
      },
      "evidence": "(text) try: subprocess.run(cmd, check=True, capture_output=True) subprocess.run( [\"ffmpe",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/dubbing.py",
        "line": 38,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/loudness.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/loudness.py:59`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/loudness.py"
      },
      "evidence": ", \"192k\", str(out)] subprocess.run(cmd, check=True, capture_output=True) achieved = measure_loudness(out) re",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/loudness.py",
        "line": 59,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/media.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/media.py:17`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/media.py"
      },
      "evidence": "try: out = subprocess.check_output( [ \"ffprobe\", \"-v\",",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/media.py",
        "line": 17,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/process.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/process.py:41`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/process.py"
      },
      "evidence": "ormalize to wav subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(src), \"-ac\", \"2\", \"-ar\", \"48000\", str(raw",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/process.py",
        "line": 41,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/semantic.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/semantic.py:23`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/semantic.py"
      },
      "evidence": "rue, exist_ok=True) subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(video), \"-ac\", \"1\", \"-ar\", str(sr), \"-vn\", st",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/semantic.py",
        "line": 23,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/speech_lock.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/speech_lock.py:128`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/speech_lock.py"
      },
      "evidence": "+ \"_h264.mp4\") subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(out_path), \"-c:v\", \"libx264\", \"-pix_fmt\",",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/speech_lock.py",
        "line": 128,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (src/vidmcp/audio/tracks.py)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`src/vidmcp/audio/tracks.py:27`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/vidmcp/audio/tracks.py"
      },
      "evidence": "ec_{path.stem}.wav\" subprocess.run( [\"ffmpeg\", \"-y\", \"-i\", str(path), \"-vn\", \"-ar\", str(sr), \"-ac\", \"2\",",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "src/vidmcp/audio/tracks.py",
        "line": 27,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"vidmcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "vidmcp"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "create_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_projects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "segment_subject",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_background_effects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_broll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "composite_and_render",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "review_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_edit_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_effects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_job_status",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "plan_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "segment_multi_objects",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_quality_gated_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_recipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_recipes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_edit_variants",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "evaluate_quality_gates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "matte_diagnostics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_renders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_motion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_backend_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "render_math_scene",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compile_scene_code",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "place_scene_as_background",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refine_segment_keyframes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ensure_sam_weights",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "talking_head_math_lesson",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_commit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_log",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_branch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_checkout",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "graph_merge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compute_uncertainty_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "uncertainty_guided_refine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "lock_identity_across_shots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_audio_semantics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "match_subject_lighting",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_depth_fog_particles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reproject_background",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_critic_ensemble",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "propose_edit_strategies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compile_viddsl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_viddsl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_live_session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "live_process_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sign_render",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_render_manifest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compile_lesson",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mine_failures",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transcribe_words",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "render_speech_locked_scene",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compute_depth_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "flow_reproject_background",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_shots",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_timeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_auto_heuristics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "enhance_edit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "platform_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attach_narration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_education_lesson",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "enqueue_job",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "queue_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_queue_worker",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "diarize_speakers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_meshy_plate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scaffold_remotion_scene",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "process_audio",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mix_bgm",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "transcribe_and_caption",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "replace_background",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_render",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "smart_cut_hesitations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_speech_infographics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_talking_head_polish",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_edl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_thumbnail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tool_packs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_tool_pack",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "project_brief",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_intent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_marketplace_recipes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "publish_recipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "install_recipe_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_review_ui",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "review_ui_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_review_decisions",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "plan_harness",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_fast_education_harness",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_ultimate_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ensure_model",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "list_models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_ops",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ops",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "refine_alpha",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stabilize_matte",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_composite_realism",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_scenes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "build_footage_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_footage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_library",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "plan_cuts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_cut_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suggest_broll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "insert_broll",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_lut",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_luts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "auto_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "match_color",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "color_scopes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_style",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "smart_reframe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_camera_moves",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "time_warp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stabilize_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "audio_tracks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "edit_audio_track",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mixdown_audio",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_sfx",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_music",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dub_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_graphics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_graphic_templates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_brand_kit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_brand_kit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_brand_from_video",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_recipes_v2",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compose_recipes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_recipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_recipe_v2",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "classify_content",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "draft_edit_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revise_edit_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_edit_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_creative_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_pacing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rewatch_render",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_multi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_thumbnails",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "extract_clips",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "freeze_frame",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a8a149cc3dd69713d1204e03c8854bf8c0c9cc32be1f8c7fad20aa6b588de3c1",
  "stats": {
    "tools": 144,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 10,
      "medium": 0,
      "low": 0,
      "info": 1
    }
  }
}