Nksweb — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "@nks-hub/nksweb-mcp",
"source": {
"kind": "package",
"origin": "@nks-hub/nksweb-mcp"
},
"server": {
"name": "@nks-hub/nksweb-mcp"
}
},
"grade": "A",
"score": {
"score": 96,
"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": "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": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can create, modify or delete files",
"reads sensitive or local data"
],
"tags": [
"sensitive-source",
"file-write",
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (49 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-CAP-002",
"title": "Tool \"nksweb_delete_file\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"nksweb_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": "nksweb_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"nksweb_delete_file\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"nksweb_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": "nksweb_delete_file"
},
"data": {
"tags": [
"file-write"
]
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "nksweb_analytics_overview",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_analytics_pages",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_analytics_referrers",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_analytics_metric",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_articles",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_article",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_create_article",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_article",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_article",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_categories",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_category",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_create_category",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_category",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_category",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_files",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_files\""
]
}
},
{
"tool": "nksweb_get_file",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_file",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"delete_file\" in tool name"
]
}
},
{
"tool": "nksweb_list_messages",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_message",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_mark_message_read",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_message",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_news",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_news_item",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_create_news",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_news",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_news",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "nksweb_create_page",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_page",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_content_blocks",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_upsert_content_block",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_content_block",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_page",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_redirects",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_redirect",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_create_redirect",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_redirect",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_redirect",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_settings",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_setting",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_settings",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_tenants",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_set_tenant",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_list_users",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_get_user",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_create_user",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_update_user",
"tags": [],
"reasons": {}
},
{
"tool": "nksweb_delete_user",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "f1ac9671cca260149f3b315e1eb69eafdeb43c59701a4ddd4ac052389dc9f3ad",
"stats": {
"tools": 49,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 1,
"info": 0
}
}
}