Davinci Resolve — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "davinci-resolve-mcp",
"source": {
"kind": "package",
"origin": "davinci-resolve-mcp"
},
"server": {
"name": "davinci-resolve-mcp"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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": [
"can send data / act on an external service",
"can create, modify or delete files",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"file-write",
"sensitive-source",
"external-sink",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (200 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-FLOW-004",
"title": "Sensitive-source and external-sink co-exist",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tools that read sensitive data ([get_media_storage_files]) and tools that can send data out ([open_project, open_project_folder]) are exposed together. An agent can move private data to the sink.",
"remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
"location": {
"kind": "flow",
"name": "get_media_storage_files → open_project"
},
"evidence": "sources [get_media_storage_files] → sinks [open_project, open_project_folder]",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"sources": [
"get_media_storage_files"
],
"sinks": [
"open_project",
"open_project_folder"
]
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (bin/davinci-resolve-mcp.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`bin/davinci-resolve-mcp.mjs:3`): 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": "bin/davinci-resolve-mcp.mjs"
},
"evidence": "spawnSync } from \"node:child_process\"; import fs from \"node:fs\"; import os from \"node:os\"; import path from \"node:path\"",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "bin/davinci-resolve-mcp.mjs",
"line": 3,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (install.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`install.py:176`): 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": "install.py"
},
"evidence": "}')\" ) result = subprocess.run( [str(python_path), \"-c\", script], capture_output=True, t",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "install.py",
"line": 176,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/aaf.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/aaf.mjs:12`): 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": "resolve-advanced/server/aaf.mjs"
},
"evidence": "rt { spawn } from 'node:child_process'; import { existsSync } from 'node:fs'; import { fileURLToPath } from 'node:url';",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/aaf.mjs",
"line": 12,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/capabilities.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/capabilities.mjs:14`): 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": "resolve-advanced/server/capabilities.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import { createRequire } from 'node:module'; const require = createRequire(impo",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/capabilities.mjs",
"line": 14,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/deliverable-qc.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/deliverable-qc.mjs:18`): 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": "resolve-advanced/server/deliverable-qc.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import { createRequire } from 'node:module'; import { probeMedia } from './ffpro",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/deliverable-qc.mjs",
"line": 18,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/extract-frames.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/extract-frames.mjs:19`): 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": "resolve-advanced/server/extract-frames.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import fs from 'node:fs'; import path from 'node:path'; import { requireFfmpeg }",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/extract-frames.mjs",
"line": 19,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/ffprobe-media.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/ffprobe-media.mjs:6`): 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": "resolve-advanced/server/ffprobe-media.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import { requireFfmpeg } from './capabilities.mjs'; /** Parse an \"a/b\" rational",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/ffprobe-media.mjs",
"line": 6,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/group-grade-read.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/group-grade-read.mjs:20`): 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": "resolve-advanced/server/group-grade-read.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import { createRequire } from 'node:module'; import { drxTool } from './tools/dr",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/group-grade-read.mjs",
"line": 20,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/offline-ref-db.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/offline-ref-db.mjs:340`): 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": "resolve-advanced/server/offline-ref-db.mjs"
},
"evidence": "const r = require('node:child_process').spawnSync( dump, ['-h', String(cfg.host), '-p', String(cfg.port), '-U',",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/offline-ref-db.mjs",
"line": 340,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve-advanced/server/qc-sampler.mjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve-advanced/server/qc-sampler.mjs: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": "resolve-advanced/server/qc-sampler.mjs"
},
"evidence": "spawnSync } from 'node:child_process'; import { createRequire } from 'node:module'; const require = createRequire(impo",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve-advanced/server/qc-sampler.mjs",
"line": 17,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"unlink_proxy_media\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"unlink_proxy_media\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "unlink_proxy_media"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"unlink_clip_proxy_media\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"unlink_clip_proxy_media\" can write, overwrite or delete files (keyword \"unlink\" in tool name). Verify it is scoped to a safe directory.",
"remediation": "Constrain file operations to an explicit, non-sensitive root; reject path traversal.",
"location": {
"kind": "tool",
"name": "unlink_clip_proxy_media"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (resolve-advanced/server/tools/drt.mjs)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`resolve-advanced/server/tools/drt.mjs:54`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "resolve-advanced/server/tools/drt.mjs"
},
"evidence": "rame crashes Resolve on import (measured)),audioOnly?+track? (explicit AUDIO placement on audio track 1-16; presence sup",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "resolve-advanced/server/tools/drt.mjs",
"line": 54,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"unlink_proxy_media\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"unlink_proxy_media\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "unlink_proxy_media"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"unlink_clip_proxy_media\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"unlink_clip_proxy_media\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "unlink_clip_proxy_media"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"get_media_storage_files"
],
"externalSink": [
"open_project",
"open_project_folder"
],
"selfContained": false,
"path": [
"get_media_storage_files",
"open_project"
],
"pathWired": false,
"description": "A sensitive-source → external-sink chain exists: get_media_storage_files → open_project."
}
],
"capabilities": [
{
"tool": "export_folder",
"tags": [],
"reasons": {}
},
{
"tool": "transcribe_folder_audio",
"tags": [],
"reasons": {}
},
{
"tool": "clear_folder_transcription",
"tags": [],
"reasons": {}
},
{
"tool": "get_folder_clip_list",
"tags": [],
"reasons": {}
},
{
"tool": "get_folder_subfolder_list",
"tags": [],
"reasons": {}
},
{
"tool": "get_folder_is_stale",
"tags": [],
"reasons": {}
},
{
"tool": "get_folder_unique_id",
"tags": [],
"reasons": {}
},
{
"tool": "folder_export",
"tags": [],
"reasons": {}
},
{
"tool": "folder_transcribe_audio",
"tags": [],
"reasons": {}
},
{
"tool": "folder_clear_transcription",
"tags": [],
"reasons": {}
},
{
"tool": "folder_perform_audio_classification",
"tags": [],
"reasons": {}
},
{
"tool": "folder_clear_audio_classification",
"tags": [],
"reasons": {}
},
{
"tool": "folder_analyze_for_intellisearch",
"tags": [],
"reasons": {}
},
{
"tool": "folder_analyze_for_slate",
"tags": [],
"reasons": {}
},
{
"tool": "folder_remove_motion_blur",
"tags": [],
"reasons": {}
},
{
"tool": "get_gallery_album_name",
"tags": [],
"reasons": {}
},
{
"tool": "set_gallery_album_name",
"tags": [],
"reasons": {}
},
{
"tool": "get_gallery_still_albums",
"tags": [],
"reasons": {}
},
{
"tool": "get_gallery_power_grade_albums",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_still_album",
"tags": [],
"reasons": {}
},
{
"tool": "set_current_still_album",
"tags": [],
"reasons": {}
},
{
"tool": "create_gallery_still_album",
"tags": [],
"reasons": {}
},
{
"tool": "create_gallery_power_grade_album",
"tags": [],
"reasons": {}
},
{
"tool": "get_album_stills",
"tags": [],
"reasons": {}
},
{
"tool": "get_still_label",
"tags": [],
"reasons": {}
},
{
"tool": "set_still_label",
"tags": [],
"reasons": {}
},
{
"tool": "import_stills_to_album",
"tags": [],
"reasons": {}
},
{
"tool": "export_stills_from_album",
"tags": [],
"reasons": {}
},
{
"tool": "delete_stills_from_album",
"tags": [],
"reasons": {}
},
{
"tool": "graph_get_num_nodes",
"tags": [],
"reasons": {}
},
{
"tool": "graph_set_lut",
"tags": [],
"reasons": {}
},
{
"tool": "graph_get_lut",
"tags": [],
"reasons": {}
},
{
"tool": "graph_set_node_cache_mode",
"tags": [],
"reasons": {}
},
{
"tool": "graph_get_node_cache_mode",
"tags": [],
"reasons": {}
},
{
"tool": "graph_get_node_label",
"tags": [],
"reasons": {}
},
{
"tool": "graph_get_tools_in_node",
"tags": [],
"reasons": {}
},
{
"tool": "graph_set_node_enabled",
"tags": [],
"reasons": {}
},
{
"tool": "graph_apply_grade_from_drx",
"tags": [],
"reasons": {}
},
{
"tool": "graph_apply_arri_cdl_lut",
"tags": [],
"reasons": {}
},
{
"tool": "graph_reset_all_grades",
"tags": [],
"reasons": {}
},
{
"tool": "get_color_group_clips",
"tags": [],
"reasons": {}
},
{
"tool": "get_color_group_pre_clip_node_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_color_group_post_clip_node_graph",
"tags": [],
"reasons": {}
},
{
"tool": "import_media",
"tags": [],
"reasons": {}
},
{
"tool": "append_to_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "setup_multicam_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "auto_sync_audio",
"tags": [],
"reasons": {}
},
{
"tool": "add_subfolder",
"tags": [],
"reasons": {}
},
{
"tool": "refresh_media_pool_folders",
"tags": [],
"reasons": {}
},
{
"tool": "import_timeline_from_file",
"tags": [],
"reasons": {}
},
{
"tool": "delete_timelines_by_id",
"tags": [],
"reasons": {}
},
{
"tool": "set_current_media_pool_folder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_media_pool_clips",
"tags": [],
"reasons": {}
},
{
"tool": "import_folder_from_file",
"tags": [],
"reasons": {}
},
{
"tool": "delete_media_pool_folders",
"tags": [],
"reasons": {}
},
{
"tool": "move_clips_to_folder",
"tags": [],
"reasons": {}
},
{
"tool": "move_media_pool_folders",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_matte_list",
"tags": [],
"reasons": {}
},
{
"tool": "get_timeline_matte_list",
"tags": [],
"reasons": {}
},
{
"tool": "delete_clip_mattes",
"tags": [],
"reasons": {}
},
{
"tool": "export_media_pool_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "get_media_pool_unique_id",
"tags": [],
"reasons": {}
},
{
"tool": "create_stereo_clip",
"tags": [],
"reasons": {}
},
{
"tool": "get_selected_clips",
"tags": [],
"reasons": {}
},
{
"tool": "set_selected_clip",
"tags": [],
"reasons": {}
},
{
"tool": "link_proxy_media",
"tags": [],
"reasons": {}
},
{
"tool": "unlink_proxy_media",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\" in tool name"
]
}
},
{
"tool": "replace_clip",
"tags": [],
"reasons": {}
},
{
"tool": "transcribe_audio",
"tags": [],
"reasons": {}
},
{
"tool": "clear_transcription",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "set_clip_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_third_party_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "set_clip_third_party_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_media_id",
"tags": [],
"reasons": {}
},
{
"tool": "add_clip_marker",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_markers",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_marker_by_custom_data",
"tags": [],
"reasons": {}
},
{
"tool": "update_clip_marker_custom_data",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_marker_custom_data",
"tags": [],
"reasons": {}
},
{
"tool": "delete_clip_markers_by_color",
"tags": [],
"reasons": {}
},
{
"tool": "delete_clip_marker_at_frame",
"tags": [],
"reasons": {}
},
{
"tool": "delete_clip_marker_by_custom_data",
"tags": [],
"reasons": {}
},
{
"tool": "add_clip_flag",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_flag_list",
"tags": [],
"reasons": {}
},
{
"tool": "clear_clip_flags",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_color",
"tags": [],
"reasons": {}
},
{
"tool": "set_clip_color",
"tags": [],
"reasons": {}
},
{
"tool": "clear_clip_color",
"tags": [],
"reasons": {}
},
{
"tool": "set_clip_property",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_property",
"tags": [],
"reasons": {}
},
{
"tool": "set_media_pool_clip_name",
"tags": [],
"reasons": {}
},
{
"tool": "link_clip_proxy_media",
"tags": [],
"reasons": {}
},
{
"tool": "link_clip_full_resolution_media",
"tags": [],
"reasons": {}
},
{
"tool": "unlink_clip_proxy_media",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"unlink\" in tool name"
]
}
},
{
"tool": "replace_media_pool_clip",
"tags": [],
"reasons": {}
},
{
"tool": "replace_media_pool_clip_preserve_sub_clip",
"tags": [],
"reasons": {}
},
{
"tool": "monitor_clip_growing_file",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_unique_id_by_name",
"tags": [],
"reasons": {}
},
{
"tool": "transcribe_clip_audio",
"tags": [],
"reasons": {}
},
{
"tool": "clear_clip_transcription",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_audio_mapping",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_mark_in_out",
"tags": [],
"reasons": {}
},
{
"tool": "set_clip_mark_in_out",
"tags": [],
"reasons": {}
},
{
"tool": "clear_clip_mark_in_out",
"tags": [],
"reasons": {}
},
{
"tool": "perform_clip_audio_classification",
"tags": [],
"reasons": {}
},
{
"tool": "clear_clip_audio_classification",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_clip_for_intellisearch",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_clip_for_slate",
"tags": [],
"reasons": {}
},
{
"tool": "remove_clip_motion_blur",
"tags": [],
"reasons": {}
},
{
"tool": "get_clip_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_mounted_volumes",
"tags": [],
"reasons": {}
},
{
"tool": "get_media_storage_subfolders",
"tags": [],
"reasons": {}
},
{
"tool": "get_media_storage_files",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "reveal_in_media_storage",
"tags": [],
"reasons": {}
},
{
"tool": "add_items_to_media_pool_from_storage",
"tags": [],
"reasons": {}
},
{
"tool": "add_clip_mattes_to_media_pool",
"tags": [],
"reasons": {}
},
{
"tool": "add_timeline_mattes_to_media_pool",
"tags": [],
"reasons": {}
},
{
"tool": "set_project_setting",
"tags": [],
"reasons": {}
},
{
"tool": "open_project",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"open_pr\""
]
}
},
{
"tool": "create_project",
"tags": [],
"reasons": {}
},
{
"tool": "save_project",
"tags": [],
"reasons": {}
},
{
"tool": "close_project",
"tags": [],
"reasons": {}
},
{
"tool": "set_cache_mode",
"tags": [],
"reasons": {}
},
{
"tool": "set_optimized_media_mode",
"tags": [],
"reasons": {}
},
{
"tool": "set_proxy_mode",
"tags": [],
"reasons": {}
},
{
"tool": "set_proxy_quality",
"tags": [],
"reasons": {}
},
{
"tool": "set_cache_path",
"tags": [],
"reasons": {}
},
{
"tool": "create_cloud_project_tool",
"tags": [],
"reasons": {}
},
{
"tool": "load_cloud_project_tool",
"tags": [],
"reasons": {}
},
{
"tool": "import_cloud_project_tool",
"tags": [],
"reasons": {}
},
{
"tool": "restore_cloud_project_tool",
"tags": [],
"reasons": {}
},
{
"tool": "set_project_property_tool",
"tags": [],
"reasons": {}
},
{
"tool": "set_timeline_format_tool",
"tags": [],
"reasons": {}
},
{
"tool": "set_superscale_settings_tool",
"tags": [],
"reasons": {}
},
{
"tool": "set_color_science_mode_tool",
"tags": [],
"reasons": {}
},
{
"tool": "set_color_space_tool",
"tags": [],
"reasons": {}
},
{
"tool": "archive_project",
"tags": [],
"reasons": {}
},
{
"tool": "delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "create_project_folder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_project_folder",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_folder_list",
"tags": [],
"reasons": {}
},
{
"tool": "goto_root_project_folder",
"tags": [],
"reasons": {}
},
{
"tool": "goto_parent_project_folder",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_project_folder",
"tags": [],
"reasons": {}
},
{
"tool": "open_project_folder",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"open_pr\""
]
}
},
{
"tool": "import_project_from_file",
"tags": [],
"reasons": {}
},
{
"tool": "export_project_to_file",
"tags": [],
"reasons": {}
},
{
"tool": "restore_project",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_database",
"tags": [],
"reasons": {}
},
{
"tool": "get_database_list",
"tags": [],
"reasons": {}
},
{
"tool": "set_current_database",
"tags": [],
"reasons": {}
},
{
"tool": "set_project_name",
"tags": [],
"reasons": {}
},
{
"tool": "get_timeline_by_index",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_preset_list",
"tags": [],
"reasons": {}
},
{
"tool": "set_project_preset",
"tags": [],
"reasons": {}
},
{
"tool": "delete_render_job",
"tags": [],
"reasons": {}
},
{
"tool": "get_render_job_list",
"tags": [],
"reasons": {}
},
{
"tool": "start_rendering_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "stop_rendering",
"tags": [],
"reasons": {}
},
{
"tool": "is_rendering_in_progress",
"tags": [],
"reasons": {}
},
{
"tool": "load_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "save_as_new_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "delete_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "set_render_settings",
"tags": [],
"reasons": {}
},
{
"tool": "get_render_job_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_render_formats",
"tags": [],
"reasons": {}
},
{
"tool": "get_render_codecs",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_render_format_and_codec",
"tags": [],
"reasons": {}
},
{
"tool": "set_current_render_format_and_codec",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_render_mode",
"tags": [],
"reasons": {}
},
{
"tool": "set_current_render_mode",
"tags": [],
"reasons": {}
},
{
"tool": "get_render_resolutions",
"tags": [],
"reasons": {}
},
{
"tool": "refresh_lut_list",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_unique_id",
"tags": [],
"reasons": {}
},
{
"tool": "insert_audio_to_current_track",
"tags": [],
"reasons": {}
},
{
"tool": "load_burn_in_preset",
"tags": [],
"reasons": {}
},
{
"tool": "export_current_frame_as_still",
"tags": [],
"reasons": {}
},
{
"tool": "get_color_groups_list",
"tags": [],
"reasons": {}
},
{
"tool": "add_color_group",
"tags": [],
"reasons": {}
},
{
"tool": "delete_color_group",
"tags": [],
"reasons": {}
},
{
"tool": "rename_color_group",
"tags": [],
"reasons": {}
},
{
"tool": "apply_fairlight_preset_to_current_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_quick_export_render_presets",
"tags": [],
"reasons": {}
},
{
"tool": "render_with_quick_export",
"tags": [],
"reasons": {}
},
{
"tool": "add_render_job",
"tags": [],
"reasons": {}
},
{
"tool": "load_cloud_project",
"tags": [],
"reasons": {}
},
{
"tool": "generate_speech",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_attributes_in_current_folder",
"tags": [],
"reasons": {}
},
{
"tool": "switch_page",
"tags": [],
"reasons": {}
},
{
"tool": "object_help",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_custom_object",
"tags": [],
"reasons": {}
},
{
"tool": "save_layout_preset_tool",
"tags": [],
"reasons": {}
},
{
"tool": "load_layout_preset_tool",
"tags": [],
"reasons": {}
},
{
"tool": "export_layout_preset_tool",
"tags": [],
"reasons": {}
},
{
"tool": "import_layout_preset_tool",
"tags": [],
"reasons": {}
},
{
"tool": "delete_layout_preset_tool",
"tags": [],
"reasons": {}
},
{
"tool": "disable_background_tasks_for_current_session",
"tags": [],
"reasons": {}
},
{
"tool": "quit_app",
"tags": [],
"reasons": {}
},
{
"tool": "restart_app",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "5bbde76e2422eabf772f45c350ec5ae2e6806a844e03c84fe3be01fb8f3506af",
"stats": {
"tools": 200,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 11,
"medium": 3,
"low": 2,
"info": 0
}
}
}