Atomik Dev — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "@atomik-dev/mcp",
"source": {
"kind": "package",
"origin": "@atomik-dev/mcp"
},
"server": {
"name": "@atomik-dev/mcp"
}
},
"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.9"
},
"capability": {
"level": "high",
"reasons": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (64 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 (index.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`index.js:8`): 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": "index.js"
},
"evidence": "port { execSync } from 'child_process'; import { GUIA_RESUMO, SECOES, GUIA_COMPLETO } from './guia-design.js'; const WS",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "index.js",
"line": 8,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "guia_design",
"tags": [],
"reasons": {}
},
{
"tool": "listar_componentes",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_componente",
"tags": [],
"reasons": {}
},
{
"tool": "ler_estrutura_pagina",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_multiplos_componentes",
"tags": [],
"reasons": {}
},
{
"tool": "ler_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "criar_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "editar_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "remover_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_luz_fundo",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_pattern",
"tags": [],
"reasons": {}
},
{
"tool": "obter_selecao_atual",
"tags": [],
"reasons": {}
},
{
"tool": "selecionar_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "limpar_selecao",
"tags": [],
"reasons": {}
},
{
"tool": "buscar_elementos",
"tags": [],
"reasons": {}
},
{
"tool": "duplicar_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "mover_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "desfazer",
"tags": [],
"reasons": {}
},
{
"tool": "refazer",
"tags": [],
"reasons": {}
},
{
"tool": "salvar_pagina",
"tags": [],
"reasons": {}
},
{
"tool": "definir_cor",
"tags": [],
"reasons": {}
},
{
"tool": "definir_tipografia",
"tags": [],
"reasons": {}
},
{
"tool": "definir_espacamento",
"tags": [],
"reasons": {}
},
{
"tool": "definir_largura",
"tags": [],
"reasons": {}
},
{
"tool": "definir_sombra",
"tags": [],
"reasons": {}
},
{
"tool": "listar_kit_cores",
"tags": [],
"reasons": {}
},
{
"tool": "criar_cor_global",
"tags": [],
"reasons": {}
},
{
"tool": "editar_cor_global",
"tags": [],
"reasons": {}
},
{
"tool": "listar_kit_tipografia",
"tags": [],
"reasons": {}
},
{
"tool": "varrer_pagina",
"tags": [],
"reasons": {}
},
{
"tool": "atualizar_cores_em_massa",
"tags": [],
"reasons": {}
},
{
"tool": "atualizar_peso_em_massa",
"tags": [],
"reasons": {}
},
{
"tool": "atualizar_tamanho_em_massa",
"tags": [],
"reasons": {}
},
{
"tool": "substituir_link_em_massa",
"tags": [],
"reasons": {}
},
{
"tool": "figma_aplicar_cores",
"tags": [],
"reasons": {}
},
{
"tool": "figma_aplicar_tipografia",
"tags": [],
"reasons": {}
},
{
"tool": "figma_importar_grid",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_animacao",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_transicao_secao",
"tags": [],
"reasons": {}
},
{
"tool": "criar_popup",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_video",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_cursor",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_cursor_label",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_cursor_grow",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_cursor_glow",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_css_snippet",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_css_no_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_tag_css",
"tags": [],
"reasons": {}
},
{
"tool": "envolver_html",
"tags": [],
"reasons": {}
},
{
"tool": "inserir_js_snippet",
"tags": [],
"reasons": {}
},
{
"tool": "validar_css",
"tags": [],
"reasons": {}
},
{
"tool": "definir_border_radius",
"tags": [],
"reasons": {}
},
{
"tool": "aplicar_estilos_em_lote",
"tags": [],
"reasons": {}
},
{
"tool": "criar_elementos_em_lote",
"tags": [],
"reasons": {}
},
{
"tool": "definir_layout_flex",
"tags": [],
"reasons": {}
},
{
"tool": "definir_tamanho",
"tags": [],
"reasons": {}
},
{
"tool": "definir_fundo",
"tags": [],
"reasons": {}
},
{
"tool": "definir_posicao",
"tags": [],
"reasons": {}
},
{
"tool": "definir_borda",
"tags": [],
"reasons": {}
},
{
"tool": "definir_efeitos",
"tags": [],
"reasons": {}
},
{
"tool": "capturar_tela",
"tags": [],
"reasons": {}
},
{
"tool": "medir_elemento",
"tags": [],
"reasons": {}
},
{
"tool": "mudar_breakpoint_editor",
"tags": [],
"reasons": {}
},
{
"tool": "checar_design",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "536db540c036fe7af3b1a4193eb09c9341f6f2a5a59ad0a7c9168789378c4c9e",
"stats": {
"tools": 64,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 0,
"info": 0
}
}
}