Immich Photo Manager — 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": "immich-photo-manager",
"source": {
"kind": "package",
"origin": "immich-photo-manager"
},
"server": {
"name": "immich-photo-manager"
}
},
"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 (94 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/immich_mcp_server/video_frames.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/immich_mcp_server/video_frames.py:249`): 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/immich_mcp_server/video_frames.py"
},
"evidence": "robe\"): probe = subprocess.run( [\"ffprobe\", \"-v\", \"error\", \"-show_entries\", \"format=duration\",",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/immich_mcp_server/video_frames.py",
"line": 249,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"immich-photo-manager\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "immich-photo-manager"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list_activities",
"tags": [],
"reasons": {}
},
{
"tool": "create_activity",
"tags": [],
"reasons": {}
},
{
"tool": "delete_activity",
"tags": [],
"reasons": {}
},
{
"tool": "list_albums",
"tags": [],
"reasons": {}
},
{
"tool": "get_album",
"tags": [],
"reasons": {}
},
{
"tool": "create_album",
"tags": [],
"reasons": {}
},
{
"tool": "update_album",
"tags": [],
"reasons": {}
},
{
"tool": "delete_album",
"tags": [],
"reasons": {}
},
{
"tool": "add_assets_to_album",
"tags": [],
"reasons": {}
},
{
"tool": "remove_assets_from_album",
"tags": [],
"reasons": {}
},
{
"tool": "list_assets",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset_info",
"tags": [],
"reasons": {}
},
{
"tool": "update_asset_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "update_assets_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "rotate_assets",
"tags": [],
"reasons": {}
},
{
"tool": "revert_asset_edits",
"tags": [],
"reasons": {}
},
{
"tool": "get_map_markers",
"tags": [],
"reasons": {}
},
{
"tool": "reverse_geocode",
"tags": [],
"reasons": {}
},
{
"tool": "update_credentials",
"tags": [],
"reasons": {}
},
{
"tool": "get_download_info",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "download_archive",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "get_duplicates",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_duplicates",
"tags": [],
"reasons": {}
},
{
"tool": "get_export_preview",
"tags": [],
"reasons": {}
},
{
"tool": "export_pdf",
"tags": [],
"reasons": {}
},
{
"tool": "ping",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_version",
"tags": [],
"reasons": {}
},
{
"tool": "get_capabilities",
"tags": [],
"reasons": {}
},
{
"tool": "get_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset_image",
"tags": [],
"reasons": {}
},
{
"tool": "get_album_images",
"tags": [],
"reasons": {}
},
{
"tool": "get_images_batch",
"tags": [],
"reasons": {}
},
{
"tool": "list_memories",
"tags": [],
"reasons": {}
},
{
"tool": "create_memory",
"tags": [],
"reasons": {}
},
{
"tool": "update_memory",
"tags": [],
"reasons": {}
},
{
"tool": "delete_memory",
"tags": [],
"reasons": {}
},
{
"tool": "review_assets",
"tags": [],
"reasons": {}
},
{
"tool": "record_action",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset_notes",
"tags": [],
"reasons": {}
},
{
"tool": "get_assets_notes",
"tags": [],
"reasons": {}
},
{
"tool": "clear_asset_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_users",
"tags": [],
"reasons": {}
},
{
"tool": "list_partners",
"tags": [],
"reasons": {}
},
{
"tool": "create_partner",
"tags": [],
"reasons": {}
},
{
"tool": "update_partner",
"tags": [],
"reasons": {}
},
{
"tool": "remove_partner",
"tags": [],
"reasons": {}
},
{
"tool": "list_people",
"tags": [],
"reasons": {}
},
{
"tool": "get_person",
"tags": [],
"reasons": {}
},
{
"tool": "update_person",
"tags": [],
"reasons": {}
},
{
"tool": "merge_people",
"tags": [],
"reasons": {}
},
{
"tool": "search_people",
"tags": [],
"reasons": {}
},
{
"tool": "get_person_thumbnail",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset_faces",
"tags": [],
"reasons": {}
},
{
"tool": "reassign_face",
"tags": [],
"reasons": {}
},
{
"tool": "search_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "search_explore",
"tags": [],
"reasons": {}
},
{
"tool": "search_cities",
"tags": [],
"reasons": {}
},
{
"tool": "search_places",
"tags": [],
"reasons": {}
},
{
"tool": "search_suggestions",
"tags": [],
"reasons": {}
},
{
"tool": "search_random",
"tags": [],
"reasons": {}
},
{
"tool": "search_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "search_large_assets",
"tags": [],
"reasons": {}
},
{
"tool": "search_smart",
"tags": [],
"reasons": {}
},
{
"tool": "list_shared_links",
"tags": [],
"reasons": {}
},
{
"tool": "create_shared_link",
"tags": [],
"reasons": {}
},
{
"tool": "get_shared_link",
"tags": [],
"reasons": {}
},
{
"tool": "update_shared_link",
"tags": [],
"reasons": {}
},
{
"tool": "delete_shared_link",
"tags": [],
"reasons": {}
},
{
"tool": "get_connection_info",
"tags": [],
"reasons": {}
},
{
"tool": "create_stack",
"tags": [],
"reasons": {}
},
{
"tool": "list_stacks",
"tags": [],
"reasons": {}
},
{
"tool": "get_stack",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "update_stack",
"tags": [],
"reasons": {}
},
{
"tool": "delete_stack",
"tags": [],
"reasons": {}
},
{
"tool": "list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "get_tag",
"tags": [],
"reasons": {}
},
{
"tool": "create_tag",
"tags": [],
"reasons": {}
},
{
"tool": "update_tag",
"tags": [],
"reasons": {}
},
{
"tool": "delete_tag",
"tags": [],
"reasons": {}
},
{
"tool": "tag_assets",
"tags": [],
"reasons": {}
},
{
"tool": "untag_assets",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset_thumbnail",
"tags": [],
"reasons": {}
},
{
"tool": "get_album_thumbnails",
"tags": [],
"reasons": {}
},
{
"tool": "get_thumbnails_batch",
"tags": [],
"reasons": {}
},
{
"tool": "get_timeline_buckets",
"tags": [],
"reasons": {}
},
{
"tool": "get_timeline_bucket",
"tags": [],
"reasons": {}
},
{
"tool": "get_calendar_heatmap",
"tags": [],
"reasons": {}
},
{
"tool": "delete_assets",
"tags": [],
"reasons": {}
},
{
"tool": "empty_trash",
"tags": [],
"reasons": {}
},
{
"tool": "restore_trash",
"tags": [],
"reasons": {}
},
{
"tool": "restore_assets",
"tags": [],
"reasons": {}
},
{
"tool": "upload_asset",
"tags": [],
"reasons": {}
},
{
"tool": "get_video_frames",
"tags": [],
"reasons": {}
},
{
"tool": "get_video_frames_json",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "7d276e03fa09f44c67ef422deb250915ea87cb04d787e36b2e548e991d6de753",
"stats": {
"tools": 94,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 0,
"info": 1
}
}
}