Jira — 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": "@avidian/mcp-jira",
"source": {
"kind": "package",
"origin": "@avidian/mcp-jira"
},
"server": {
"name": "@avidian/mcp-jira"
}
},
"grade": "A",
"score": {
"score": 97,
"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": "moderate",
"label": "capability blast radius (moderate) — client exposure if the model is manipulated",
"appliedPenalty": 3
},
{
"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": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service"
],
"tags": [
"external-sink",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (59 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-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([get_image, get_text_file, get_video, get_binary_file]) co-exist with external-action tools ([create_issue]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
"remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
"location": {
"kind": "flow",
"name": "get_image → create_issue"
},
"evidence": "untrusted [get_image, get_text_file, get_video, get_binary_file] → sinks [create_issue]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"get_image",
"get_text_file",
"get_video",
"get_binary_file"
],
"sinks": [
"create_issue"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"get_image",
"get_text_file",
"get_video",
"get_binary_file"
],
"sensitiveSource": [],
"externalSink": [
"create_issue"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "get_issue",
"tags": [],
"reasons": {}
},
{
"tool": "search_issues",
"tags": [],
"reasons": {}
},
{
"tool": "create_issue",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"create_issue\""
]
}
},
{
"tool": "update_issue",
"tags": [],
"reasons": {}
},
{
"tool": "delete_issue",
"tags": [],
"reasons": {}
},
{
"tool": "get_issue_changelog",
"tags": [],
"reasons": {}
},
{
"tool": "get_issue_comments",
"tags": [],
"reasons": {}
},
{
"tool": "add_comment",
"tags": [],
"reasons": {}
},
{
"tool": "update_comment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_comment",
"tags": [],
"reasons": {}
},
{
"tool": "get_issue_transitions",
"tags": [],
"reasons": {}
},
{
"tool": "transition_issue",
"tags": [],
"reasons": {}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "get_project",
"tags": [],
"reasons": {}
},
{
"tool": "list_versions",
"tags": [],
"reasons": {}
},
{
"tool": "create_version",
"tags": [],
"reasons": {}
},
{
"tool": "update_version",
"tags": [],
"reasons": {}
},
{
"tool": "list_components",
"tags": [],
"reasons": {}
},
{
"tool": "create_component",
"tags": [],
"reasons": {}
},
{
"tool": "list_boards",
"tags": [],
"reasons": {}
},
{
"tool": "get_board",
"tags": [],
"reasons": {}
},
{
"tool": "get_sprint",
"tags": [],
"reasons": {}
},
{
"tool": "create_sprint",
"tags": [],
"reasons": {}
},
{
"tool": "start_sprint",
"tags": [],
"reasons": {}
},
{
"tool": "complete_sprint",
"tags": [],
"reasons": {}
},
{
"tool": "move_issues_to_sprint",
"tags": [],
"reasons": {}
},
{
"tool": "move_issues_to_backlog",
"tags": [],
"reasons": {}
},
{
"tool": "add_issues_to_epic",
"tags": [],
"reasons": {}
},
{
"tool": "get_user",
"tags": [],
"reasons": {}
},
{
"tool": "assign_issue",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "list_assignable_users",
"tags": [],
"reasons": {}
},
{
"tool": "link_issues",
"tags": [],
"reasons": {}
},
{
"tool": "get_link_types",
"tags": [],
"reasons": {}
},
{
"tool": "delete_issue_link",
"tags": [],
"reasons": {}
},
{
"tool": "add_remote_link",
"tags": [],
"reasons": {}
},
{
"tool": "get_image",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "list_attachments",
"tags": [],
"reasons": {}
},
{
"tool": "get_text_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "get_video",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "get_binary_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "add_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_attachment",
"tags": [],
"reasons": {}
},
{
"tool": "list_watchers",
"tags": [],
"reasons": {}
},
{
"tool": "add_watcher",
"tags": [],
"reasons": {}
},
{
"tool": "remove_watcher",
"tags": [],
"reasons": {}
},
{
"tool": "get_votes",
"tags": [],
"reasons": {}
},
{
"tool": "add_vote",
"tags": [],
"reasons": {}
},
{
"tool": "remove_vote",
"tags": [],
"reasons": {}
},
{
"tool": "get_worklogs",
"tags": [],
"reasons": {}
},
{
"tool": "add_worklog",
"tags": [],
"reasons": {}
},
{
"tool": "update_worklog",
"tags": [],
"reasons": {}
},
{
"tool": "delete_worklog",
"tags": [],
"reasons": {}
},
{
"tool": "list_issue_types",
"tags": [],
"reasons": {}
},
{
"tool": "list_statuses",
"tags": [],
"reasons": {}
},
{
"tool": "list_priorities",
"tags": [],
"reasons": {}
},
{
"tool": "list_fields",
"tags": [],
"reasons": {}
},
{
"tool": "get_create_meta",
"tags": [],
"reasons": {}
},
{
"tool": "list_labels",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "3309b89d86e69d320442474e9022891fc62e8c33efe5ee7ec1bd88acb7f0a6ad",
"stats": {
"tools": 59,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}