Forgespace Ui — 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": "@forgespace/ui-mcp",
"source": {
"kind": "package",
"origin": "@forgespace/ui-mcp"
},
"server": {
"name": "@forgespace/ui-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": [
"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 (38 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 (dist/index.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/index.js:15`): 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": "dist/index.js"
},
"evidence": "{ execFileSync } from 'child_process'; import { scanProject, runGate, analyzeDiff, detectStack, assessProject, analyzeM",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/index.js",
"line": 15,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "generate_page_template",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_full_application",
"tags": [],
"reasons": {}
},
{
"tool": "generate_ui_component",
"tags": [],
"reasons": {}
},
{
"tool": "generate_prototype",
"tags": [],
"reasons": {}
},
{
"tool": "generate_design_image",
"tags": [],
"reasons": {}
},
{
"tool": "fetch_design_inspiration",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "figma_context_parser",
"tags": [],
"reasons": {}
},
{
"tool": "figma_push_variables",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_design_references",
"tags": [],
"reasons": {}
},
{
"tool": "image_to_component",
"tags": [],
"reasons": {}
},
{
"tool": "refine_component",
"tags": [],
"reasons": {}
},
{
"tool": "audit_accessibility",
"tags": [],
"reasons": {}
},
{
"tool": "submit_feedback",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_design_image_for_training",
"tags": [],
"reasons": {}
},
{
"tool": "manage_training",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_component_library",
"tags": [],
"reasons": {}
},
{
"tool": "generate_component_library",
"tags": [],
"reasons": {}
},
{
"tool": "get_available_components",
"tags": [],
"reasons": {}
},
{
"tool": "get_available_libraries",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_context",
"tags": [],
"reasons": {}
},
{
"tool": "update_project_context",
"tags": [],
"reasons": {}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "generate_from_template_pack",
"tags": [],
"reasons": {}
},
{
"tool": "generate_api_route",
"tags": [],
"reasons": {}
},
{
"tool": "generate_backend_module",
"tags": [],
"reasons": {}
},
{
"tool": "scaffold_backend",
"tags": [],
"reasons": {}
},
{
"tool": "generate_form",
"tags": [],
"reasons": {}
},
{
"tool": "payments_refund",
"tags": [],
"reasons": {}
},
{
"tool": "assess_legacy_codebase",
"tags": [],
"reasons": {}
},
{
"tool": "generate_migration_plan",
"tags": [],
"reasons": {}
},
{
"tool": "forge_scan",
"tags": [],
"reasons": {}
},
{
"tool": "forge_gate",
"tags": [],
"reasons": {}
},
{
"tool": "forge_diff",
"tags": [],
"reasons": {}
},
{
"tool": "forge_assess",
"tags": [],
"reasons": {}
},
{
"tool": "forge_migrate",
"tags": [],
"reasons": {}
},
{
"tool": "setup_component_library",
"tags": [],
"reasons": {}
},
{
"tool": "validate_component_library_setup",
"tags": [],
"reasons": {}
},
{
"tool": "get_component_library_status",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "4715a8732aea5dbe05d404d70bc570cc432321a252b236e4fa9a3068b6488699",
"stats": {
"tools": 38,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 0,
"info": 0
}
}
}