Freedcamp — 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": "freedcamp-mcp-server",
"source": {
"kind": "package",
"origin": "freedcamp-mcp-server"
},
"server": {
"name": "freedcamp-mcp-server"
}
},
"grade": "A",
"score": {
"score": 95,
"threatScore": 99,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 1.2,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SUP-010",
"category": "supply-chain",
"severity": "low",
"confidence": "heuristic",
"rawWeight": 3,
"confidenceMult": 0.4,
"diminishingFactor": 1,
"appliedPenalty": 1.2
},
{
"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": "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": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"can create, modify or delete files"
],
"tags": [
"untrusted-input",
"external-sink",
"file-write"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (102 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 ([fc_fetch_task, fc_fetch_tasks, fc_fetch_lists, fc_fetch_events, fc_fetch_event, fc_fetch_discussions, fc_fetch_discussion, fc_fetch_issues, fc_fetch_issue, fc_fetch_milestones, fc_fetch_milestone, fc_fetch_times, fc_fetch_time, fc_fetch_wikis, fc_fetch_wiki, fc_fetch_projects, fc_fetch_project, fc_fetch_recent_project_ids, fc_fetch_crm_tasks, fc_fetch_crm_task, fc_fetch_crm_calls, fc_fetch_crm_call, fc_fetch_groups, fc_fetch_users, fc_fetch_current_user, fc_fetch_user, fc_fetch_notifications, fc_fetch_all_notifications, fc_fetch_notifications_by_project, fc_fetch_file, fc_fetch_cf_templates, fc_fetch_linked_items, fc_fetch_overview, fc_fetch_current_session, fc_fetch_invitations, fc_fetch_calendar_items, fc_fetch_timezones, fc_fetch_backups, fc_fetch_wipe_current, fc_get_groups_projects]) co-exist with external-action tools ([fc_upload_file]). 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": "fc_fetch_task → fc_upload_file"
},
"evidence": "untrusted [fc_fetch_task, fc_fetch_tasks, fc_fetch_lists, fc_fetch_events, fc_fetch_event, fc_fetch_discussions, fc_fetch_discussion, fc_fetch_issues, fc_fetch_",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"fc_fetch_task",
"fc_fetch_tasks",
"fc_fetch_lists",
"fc_fetch_events",
"fc_fetch_event",
"fc_fetch_discussions",
"fc_fetch_discussion",
"fc_fetch_issues",
"fc_fetch_issue",
"fc_fetch_milestones",
"fc_fetch_milestone",
"fc_fetch_times",
"fc_fetch_time",
"fc_fetch_wikis",
"fc_fetch_wiki",
"fc_fetch_projects",
"fc_fetch_project",
"fc_fetch_recent_project_ids",
"fc_fetch_crm_tasks",
"fc_fetch_crm_task",
"fc_fetch_crm_calls",
"fc_fetch_crm_call",
"fc_fetch_groups",
"fc_fetch_users",
"fc_fetch_current_user",
"fc_fetch_user",
"fc_fetch_notifications",
"fc_fetch_all_notifications",
"fc_fetch_notifications_by_project",
"fc_fetch_file",
"fc_fetch_cf_templates",
"fc_fetch_linked_items",
"fc_fetch_overview",
"fc_fetch_current_session",
"fc_fetch_invitations",
"fc_fetch_calendar_items",
"fc_fetch_timezones",
"fc_fetch_backups",
"fc_fetch_wipe_current",
"fc_get_groups_projects"
],
"sinks": [
"fc_upload_file"
]
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"fc_delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"fc_delete_file\" can write, overwrite or delete files (keyword \"delete_file\" 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": "fc_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"fc_delete_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"fc_delete_file\" 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": "fc_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SUP-010",
"title": "Package runs install-time scripts (postinstall)",
"category": "supply-chain",
"severity": "low",
"confidence": "heuristic",
"description": "\"freedcamp-mcp-server\" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.",
"remediation": "Review the scripts; install with --ignore-scripts where possible and vet what they do.",
"location": {
"kind": "package",
"name": "freedcamp-mcp-server"
},
"evidence": "pm2 restart fc-mcp-oauth --update-env 2>/dev/null || true",
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"scripts": [
"postinstall"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"fc_fetch_task",
"fc_fetch_tasks",
"fc_fetch_lists",
"fc_fetch_events",
"fc_fetch_event",
"fc_fetch_discussions",
"fc_fetch_discussion",
"fc_fetch_issues",
"fc_fetch_issue",
"fc_fetch_milestones",
"fc_fetch_milestone",
"fc_fetch_times",
"fc_fetch_time",
"fc_fetch_wikis",
"fc_fetch_wiki",
"fc_fetch_projects",
"fc_fetch_project",
"fc_fetch_recent_project_ids",
"fc_fetch_crm_tasks",
"fc_fetch_crm_task",
"fc_fetch_crm_calls",
"fc_fetch_crm_call",
"fc_fetch_groups",
"fc_fetch_users",
"fc_fetch_current_user",
"fc_fetch_user",
"fc_fetch_notifications",
"fc_fetch_all_notifications",
"fc_fetch_notifications_by_project",
"fc_fetch_file",
"fc_fetch_cf_templates",
"fc_fetch_linked_items",
"fc_fetch_overview",
"fc_fetch_current_session",
"fc_fetch_invitations",
"fc_fetch_calendar_items",
"fc_fetch_timezones",
"fc_fetch_backups",
"fc_fetch_wipe_current",
"fc_get_groups_projects"
],
"sensitiveSource": [],
"externalSink": [
"fc_upload_file"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "fc_fetch_task",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_tasks",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_update_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_batch_edit_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_lists",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_list",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_list",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_list",
"tags": [],
"reasons": {}
},
{
"tool": "fc_add_comment",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_comment",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_comment",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_events",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_event",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_event",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_event",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_event",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_discussions",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_discussion",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_discussion",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_discussion",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_discussion",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_issues",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_issue",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_issue",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_issue",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_issue",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_milestones",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_milestone",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_milestone",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_milestone",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_milestone",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_times",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_time",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_time",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_time",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_time",
"tags": [],
"reasons": {}
},
{
"tool": "fc_time_action",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_wikis",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_wiki",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_wiki",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_wiki",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_wiki",
"tags": [],
"reasons": {}
},
{
"tool": "fc_add_wiki_version",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_projects",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_project",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_recent_project_ids",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_leave_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_crm_tasks",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_crm_task",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_crm_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_crm_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_crm_task",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_crm_calls",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_crm_call",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_crm_call",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_crm_call",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_crm_call",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_groups",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_users",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_current_user",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_user",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_update_current_user",
"tags": [],
"reasons": {}
},
{
"tool": "fc_register_user",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_account",
"tags": [],
"reasons": {}
},
{
"tool": "fc_request_password_reset",
"tags": [],
"reasons": {}
},
{
"tool": "fc_apply_password_reset",
"tags": [],
"reasons": {}
},
{
"tool": "fc_validate_email",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_avatar",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_notifications",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_all_notifications",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_notifications_by_project",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_update_notification_read",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_notifications",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_file_meta",
"tags": [],
"reasons": {}
},
{
"tool": "fc_upload_file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "fc_delete_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"delete_file\" in tool name"
]
}
},
{
"tool": "fc_upload_avatar",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_cf_templates",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_cf_template",
"tags": [],
"reasons": {}
},
{
"tool": "fc_edit_cf_template",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_linked_items",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_linked_items",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_overview",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_current_session",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_invitations",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_respond_invitation",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_calendar_items",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_favorite_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_delete_favorite_project",
"tags": [],
"reasons": {}
},
{
"tool": "fc_fetch_timezones",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_backups",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_fetch_wipe_current",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_get_groups_projects",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "fc_add_item_by_names",
"tags": [],
"reasons": {}
},
{
"tool": "fc_add_comment_by_names",
"tags": [],
"reasons": {}
},
{
"tool": "fc_update_status",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "b6757998467c9c6b458c9865c6b88cf56fb0ff517d9c53d389e38a711fcd2256",
"stats": {
"tools": 102,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 2,
"info": 0
}
}
}