Bricks Builder — 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": "bricks-builder-mcp",
"source": {
"kind": "package",
"origin": "bricks-builder-mcp"
},
"server": {
"name": "bricks-builder-mcp"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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)",
"reads sensitive or local data"
],
"tags": [
"untrusted-input",
"sensitive-source"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (73 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-SUP-010",
"title": "Package runs install-time scripts (postinstall)",
"category": "supply-chain",
"severity": "low",
"confidence": "heuristic",
"description": "\"bricks-builder-mcp\" 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": "bricks-builder-mcp"
},
"evidence": "node -e \"console.log('\\n[bricks-builder-mcp] Pour activer verify_element/audit_page/audit_design_page, lance UNE FOIS :\\n npx playwright install chromium\\n')\"",
"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"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"bricks-builder-mcp\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "bricks-builder-mcp"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "list_bricks_pages",
"tags": [],
"reasons": {}
},
{
"tool": "get_page_json",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "update_page_json",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "analyze_json_structure",
"tags": [],
"reasons": {}
},
{
"tool": "get_page_structure",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "find_elements",
"tags": [],
"reasons": {}
},
{
"tool": "get_element",
"tags": [],
"reasons": {}
},
{
"tool": "update_element",
"tags": [],
"reasons": {}
},
{
"tool": "add_element",
"tags": [],
"reasons": {}
},
{
"tool": "batch_add",
"tags": [],
"reasons": {}
},
{
"tool": "delete_element",
"tags": [],
"reasons": {}
},
{
"tool": "reorder_sections",
"tags": [],
"reasons": {}
},
{
"tool": "create_page",
"tags": [],
"reasons": {}
},
{
"tool": "delete_page",
"tags": [],
"reasons": {}
},
{
"tool": "update_page_meta",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_page",
"tags": [],
"reasons": {}
},
{
"tool": "set_homepage",
"tags": [],
"reasons": {}
},
{
"tool": "health_check",
"tags": [],
"reasons": {}
},
{
"tool": "list_all_pages",
"tags": [],
"reasons": {}
},
{
"tool": "upload_media",
"tags": [],
"reasons": {}
},
{
"tool": "list_media",
"tags": [],
"reasons": {}
},
{
"tool": "list_menus",
"tags": [],
"reasons": {}
},
{
"tool": "add_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "get_global_styles",
"tags": [],
"reasons": {}
},
{
"tool": "get_element_schema",
"tags": [],
"reasons": {}
},
{
"tool": "get_filter_schema",
"tags": [],
"reasons": {}
},
{
"tool": "update_global_styles",
"tags": [],
"reasons": {}
},
{
"tool": "list_color_palette",
"tags": [],
"reasons": {}
},
{
"tool": "add_color_to_palette",
"tags": [],
"reasons": {}
},
{
"tool": "list_bricks_options",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"dump\""
]
}
},
{
"tool": "get_bricks_option",
"tags": [],
"reasons": {}
},
{
"tool": "get_custom_code",
"tags": [],
"reasons": {}
},
{
"tool": "set_custom_code",
"tags": [],
"reasons": {}
},
{
"tool": "get_code_execution_status",
"tags": [],
"reasons": {}
},
{
"tool": "set_code_execution",
"tags": [],
"reasons": {}
},
{
"tool": "list_custom_fonts",
"tags": [],
"reasons": {}
},
{
"tool": "register_custom_font",
"tags": [],
"reasons": {}
},
{
"tool": "delete_custom_font",
"tags": [],
"reasons": {}
},
{
"tool": "register_google_font_locally",
"tags": [],
"reasons": {}
},
{
"tool": "list_global_classes",
"tags": [],
"reasons": {}
},
{
"tool": "create_global_class",
"tags": [],
"reasons": {}
},
{
"tool": "update_global_class",
"tags": [],
"reasons": {}
},
{
"tool": "delete_global_class",
"tags": [],
"reasons": {}
},
{
"tool": "list_theme_styles",
"tags": [],
"reasons": {}
},
{
"tool": "create_theme_style",
"tags": [],
"reasons": {}
},
{
"tool": "update_theme_style",
"tags": [],
"reasons": {}
},
{
"tool": "delete_theme_style",
"tags": [],
"reasons": {}
},
{
"tool": "get_page_custom_code",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "set_page_custom_code",
"tags": [],
"reasons": {}
},
{
"tool": "list_typography_scales",
"tags": [],
"reasons": {}
},
{
"tool": "set_typography_scale",
"tags": [],
"reasons": {}
},
{
"tool": "list_spacing_scales",
"tags": [],
"reasons": {}
},
{
"tool": "set_spacing_scale",
"tags": [],
"reasons": {}
},
{
"tool": "list_css_variables",
"tags": [],
"reasons": {}
},
{
"tool": "set_css_variable",
"tags": [],
"reasons": {}
},
{
"tool": "list_components",
"tags": [],
"reasons": {}
},
{
"tool": "verify_element",
"tags": [],
"reasons": {}
},
{
"tool": "audit_page",
"tags": [],
"reasons": {}
},
{
"tool": "audit_design_page",
"tags": [],
"reasons": {}
},
{
"tool": "report_missing_feature",
"tags": [],
"reasons": {}
},
{
"tool": "list_missing_features",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_missing_feature",
"tags": [],
"reasons": {}
},
{
"tool": "upload_local_file",
"tags": [],
"reasons": {}
},
{
"tool": "upload_local_files_batch",
"tags": [],
"reasons": {}
},
{
"tool": "list_post_types",
"tags": [],
"reasons": {}
},
{
"tool": "create_post",
"tags": [],
"reasons": {}
},
{
"tool": "update_post",
"tags": [],
"reasons": {}
},
{
"tool": "delete_post",
"tags": [],
"reasons": {}
},
{
"tool": "get_post",
"tags": [],
"reasons": {}
},
{
"tool": "list_posts",
"tags": [],
"reasons": {}
},
{
"tool": "create_taxonomy_term",
"tags": [],
"reasons": {}
},
{
"tool": "check_skill_version",
"tags": [],
"reasons": {}
},
{
"tool": "upload_media_batch",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "55676b7019e9bf723edc0bea8f38870855128468bf0aca00e2f1ed14e1925000",
"stats": {
"tools": 73,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 1,
"info": 1
}
}
}