Trackly Cli — 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": "trackly-cli",
"source": {
"kind": "package",
"origin": "trackly-cli"
},
"server": {
"name": "trackly-cli"
}
},
"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 (58 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 (lib/agent.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`lib/agent.js:7`): 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": "lib/agent.js"
},
"evidence": "nSync } = require('node:child_process'); const { apiRequest, downloadFile, getConfigPaths, hasAuth, maintenanceOutput }",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "lib/agent.js",
"line": 7,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (lib/path-diagnostics.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`lib/path-diagnostics.js:6`): 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": "lib/path-diagnostics.js"
},
"evidence": "cFile } = require('node:child_process'); const { promisify } = require('node:util'); const execFileAsync = promisify(ex",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "lib/path-diagnostics.js",
"line": 6,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (scripts/verify-audit-exceptions.js)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/verify-audit-exceptions.js:7`): 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": "scripts/verify-audit-exceptions.js"
},
"evidence": "nSync } = require('node:child_process'); const DEFAULT_POLICY_PATH = path.join( __dirname, '..', 'security', 'a",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "scripts/verify-audit-exceptions.js",
"line": 7,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "trackly_get_apply_queue",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_application_profile",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_profile_onboarding",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_update_application_profile",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_start_apply_execution",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_active_apply_execution",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_apply_execution",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_list_recoverable_apply_executions",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_recover_exact_apply_members",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_list_apply_review_handoffs",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_claim_apply_review_handoff",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_apply_execution_snapshot",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "trackly_resume_parked_apply_member",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_approve_apply_execution_resume",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_advance_apply_execution",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_record_apply_execution_dispositions",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_stop_apply_execution",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_list_apply_access_deferments",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_defer_apply_access",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_clear_apply_access_deferment",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_create_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_cancel_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_active_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_claim_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_checkpoint_apply_batch",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_approve_apply_batch_resume",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_bind_apply_surface",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_record_apply_surface_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_record_apply_submission_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_certify_apply_batch_truth",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_start_apply_run",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_apply_evidence",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_apply_protocol",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "trackly_report_apply_observation",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_report_apply_observations",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_record_application_outcome",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_record_application_outcomes",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_prepare_resume",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "trackly_lint_application_text",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_diagnose_local_path",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_validate_apply_tab_keep_set",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_validate_apply_resume_upload",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_verify_prepared_resume",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_search_jobs",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_job",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_search_companies",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_list_companies",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_stats",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_preferences",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_update_experience_limits",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_update_status",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_ask",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_job_brief",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_contacts_at_company",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_get_company_workspace",
"tags": [],
"reasons": {}
},
{
"tool": "trackly_request_company",
"tags": [],
"reasons": {}
},
{
"tool": "get_more_tools",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "7068190663cfe15d2113b39d6d65cd7fe4e6d32489b1d2fefeed2264927d7317",
"stats": {
"tools": 58,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 1,
"info": 0
}
}
}