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": "resolve-mcp",
"source": {
"kind": "package",
"origin": "resolve-mcp"
},
"server": {
"name": "resolve-mcp"
}
},
"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)",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"sensitive-source",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (121 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 (resolve_mcp/ffprobe.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve_mcp/ffprobe.py: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_mcp/ffprobe.py"
},
"evidence": "try: result = subprocess.run( [ \"ffprobe\", \"-v\", \"error\", \"-select",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve_mcp/ffprobe.py",
"line": 14,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (resolve_mcp/transcode.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`resolve_mcp/transcode.py: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_mcp/transcode.py"
},
"evidence": "try: result = subprocess.run( [\"ffmpeg\", \"-hide_banner\", \"-encoders\"], capture_output=",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "resolve_mcp/transcode.py",
"line": 18,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"resolve-mcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "resolve-mcp"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "build_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "build_status",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_item_properties",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_clip_enabled",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_clip_color_on_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_clips_from_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_link_clips",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_create_compound_clip",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_stabilize_clip",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_smart_reframe",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_clips_on_track",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_item_properties",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_clip_source_info",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_copy_grade",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_grab_still",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_frame",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_color_groups",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_add_color_group",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_apply_lut",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_lut",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_cdl",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_cdl",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_node_count",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_reset_grades",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_voice_isolation",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_voice_isolation",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_insert_audio_at_playhead",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_audio_track_info",
"tags": [],
"reasons": {}
},
{
"tool": "ingest_footage",
"tags": [],
"reasons": {}
},
{
"tool": "ingest_status",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_load_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_save_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_update_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_import_layout_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_import_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_import_burn_in_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_burn_in_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_markers",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_add_marker_at",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_markers",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_marker_at",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_update_marker_data",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_marker_data",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_playhead",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_playhead",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_create_bin",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_import_media",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_move_clips",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_clip_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_clip_color",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_clips",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_relink_clips",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_auto_sync_audio",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_search_clips",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_clip_info",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_volumes",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_browse_storage",
"tags": [
"untrusted-input",
"sensitive-source"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
],
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "resolve_add_from_storage",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_project_presets",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_apply_project_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_save_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_render_resolutions",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_refresh_lut_list",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_project_id",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_color_group",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_render_mode",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_render_mode",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_product_name",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_load_project",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_save_project",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_create_project",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_project",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_project_settings",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"read_pr\""
]
}
},
{
"tool": "resolve_set_project_setting",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_switch_page",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_version",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_database_folders",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_navigate_database_folder",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_add_render_job",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_start_render",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_stop_render",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_render_status",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_render_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_render_job",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_all_render_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_is_rendering",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_render_presets",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_render_formats",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_render_settings",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_load_render_preset",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_current_render_settings",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_render_format_and_codec",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_add_markers",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_analyze_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_build_from_markers",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_build_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_build_status",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_edit_bin",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_info",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_bins",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_inspect_item",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_ingest_bin",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_list_timelines",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_timeline_info",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_current_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_duplicate_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_timelines",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_get_timeline_settings",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_timeline_setting",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_timeline_start_timecode",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_add_track",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_delete_track",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_track_name",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_track_enabled",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_set_track_locked",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_export_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_create_subtitles",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "05d83aa799cb5fbbff7fe98866613c9165753ba841944cb32e9a2e7125c1e003",
"stats": {
"tools": 121,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 1
}
}
}