Code Auditor — 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": "code-auditor-mcp",
"source": {
"kind": "package",
"origin": "code-auditor-mcp"
},
"server": {
"name": "code-auditor-mcp"
}
},
"grade": "B",
"score": {
"score": 80,
"threatScore": 91,
"grade": "B",
"band": "B",
"categorySubtotals": {
"injection": 9.45,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SRC-009",
"category": "injection",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 6.3
},
{
"kind": "threat",
"ruleId": "MTC-SRC-009",
"category": "injection",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 0.5,
"appliedPenalty": 3.15
},
{
"kind": "client",
"term": "capability-exposure",
"level": "critical",
"label": "capability blast radius (critical) — client exposure if the model is manipulated",
"appliedPenalty": 10
},
{
"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.13"
},
"capability": {
"level": "critical",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can create, modify or delete files",
"can execute shell commands or code",
"untrusted input can reach code execution"
],
"tags": [
"untrusted-input",
"file-write",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (97 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-001",
"title": "Dynamic code execution in server code (dist/cli.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/cli.js:3071`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. 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/cli.js"
},
"evidence": "st-grep patterns (e.g. \"new Function($$$)\").', requiredFields: ['pattern'], }, ]; const SCAFFOLD_CONFIG = {",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-001",
"file": "dist/cli.js",
"line": 3071,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/auditRunner.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/auditRunner.js:9`): 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/auditRunner.js"
},
"evidence": "port { execSync } from 'child_process'; import { randomUUID } from 'node:crypto'; import { AuditAbortedError, AuditHando",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/auditRunner.js",
"line": 9,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/churn/churnExtractor.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/churn/churnExtractor.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/churn/churnExtractor.js"
},
"evidence": "port { execSync } from 'child_process'; import * as path from 'path'; export const DEFAULT_CHURN_CONFIG = { churnWin",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/churn/churnExtractor.js",
"line": 15,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/cli.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/cli.js:2175`): 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/cli.js"
},
"evidence": "} = await import('node:child_process'); const { openSync } = await import('node:fs'); const { createAuditJob }",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/cli.js",
"line": 2175,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/codeIndexDB.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/codeIndexDB.js:3034`): 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/codeIndexDB.js"
},
"evidence": "bulk operations. */ exec(sql) { this.ensureInitialized(); this.db.exec(sql); } } // ── Helpers ─",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/codeIndexDB.js",
"line": 3034,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/enforcement/diffGate.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/enforcement/diffGate.js:16`): 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/enforcement/diffGate.js"
},
"evidence": "ecFileSync } from 'node:child_process'; import { statSync } from 'node:fs'; import path from 'node:path'; /** * Parse `",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/enforcement/diffGate.js",
"line": 16,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/languages/RuntimeManager.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/languages/RuntimeManager.js:5`): 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/languages/RuntimeManager.js"
},
"evidence": "t { exec, spawn } from 'child_process'; import { promisify } from 'util'; import * as path from 'path'; import * as fs f",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/languages/RuntimeManager.js",
"line": 5,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/ledger.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/ledger.js:9`): 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/ledger.js"
},
"evidence": "ecFileSync } from 'node:child_process'; import { existsSync, readFileSync, readdirSync, statSync } from 'node:fs'; impor",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/ledger.js",
"line": 9,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/mcpAuditJobs.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/mcpAuditJobs.js:3`): 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/mcpAuditJobs.js"
},
"evidence": "ort { fork } from 'node:child_process'; import { randomUUID } from 'node:crypto'; import { cpus, hostname } from 'node:o",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/mcpAuditJobs.js",
"line": 3,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/native-bootstrap.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/native-bootstrap.js:18`): 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/native-bootstrap.js"
},
"evidence": "{ execSync } from 'node:child_process'; // ── Musl detection (same logic as @ast-grep/napi's isMusl) ──────────────────",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/native-bootstrap.js",
"line": 18,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/styles/tailwindConfigLoader.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/styles/tailwindConfigLoader.js:17`): 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/styles/tailwindConfigLoader.js"
},
"evidence": "ecFileSync } from 'node:child_process'; // --------------------------------------------------------------------------- /",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/styles/tailwindConfigLoader.js",
"line": 17,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-009",
"title": "Untrusted input concatenated into a command sink (dist/auditRunner.js)",
"category": "injection",
"severity": "medium",
"confidence": "strong",
"description": "In the server's implementation (`dist/auditRunner.js:1060`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. 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/auditRunner.js"
},
"evidence": "const diffOutput = execSync(`git diff --name-only ${ref}`, { cwd: rootDir, stdio: 'pipe',",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-009",
"file": "dist/auditRunner.js",
"line": 1060,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-009",
"title": "Untrusted input concatenated into a command sink (dist/churn/churnExtractor.js)",
"category": "injection",
"severity": "medium",
"confidence": "strong",
"description": "In the server's implementation (`dist/churn/churnExtractor.js:92`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. 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/churn/churnExtractor.js"
},
"evidence": "const output = execSync(`git log --numstat --format='%H|%an|%at' --since='${sinceStr}'`, { cwd: targetPath, std",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-009",
"file": "dist/churn/churnExtractor.js",
"line": 92,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-002",
"title": "Tool \"overwrite\" can modify the filesystem",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"overwrite\" can write, overwrite or delete files (keyword \"overwrite\" 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": "overwrite"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (dist/styles/tailwindConfigLoader.js)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`dist/styles/tailwindConfigLoader.js:140`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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/styles/tailwindConfigLoader.js"
},
"evidence": "const config = require(configPath); // Handle default exports const resolved = config.default ?",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "dist/styles/tailwindConfigLoader.js",
"line": 140,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"overwrite\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"overwrite\" 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": "overwrite"
},
"data": {
"tags": [
"file-write"
]
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal in packaging/dev tooling (dist/scripts/runBench.js)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`dist/scripts/runBench.js:643`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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/scripts/runBench.js"
},
"evidence": "st _importDist = (p) => import(p); const callGraphMod = await _importDist('../../dist/graph/callGraph.js",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "dist/scripts/runBench.js",
"line": 643,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "run",
"tags": [],
"reasons": {}
},
{
"tool": "path",
"tags": [],
"reasons": {}
},
{
"tool": "analyzers",
"tags": [],
"reasons": {}
},
{
"tool": "minSeverity",
"tags": [],
"reasons": {}
},
{
"tool": "indexFunctions",
"tags": [],
"reasons": {}
},
{
"tool": "analyzerConfigs",
"tags": [],
"reasons": {}
},
{
"tool": "scope",
"tags": [],
"reasons": {}
},
{
"tool": "start",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "analyzerConcurrency",
"tags": [],
"reasons": {}
},
{
"tool": "partitionStrategy",
"tags": [],
"reasons": {}
},
{
"tool": "maxPartitions",
"tags": [],
"reasons": {}
},
{
"tool": "partitionThresholdFiles",
"tags": [],
"reasons": {}
},
{
"tool": "workerCount",
"tags": [],
"reasons": {}
},
{
"tool": "maxRetries",
"tags": [],
"reasons": {}
},
{
"tool": "shardTimeoutMs",
"tags": [],
"reasons": {}
},
{
"tool": "retryBackoffMs",
"tags": [],
"reasons": {}
},
{
"tool": "jobTimeoutMs",
"tags": [],
"reasons": {}
},
{
"tool": "maxFilesPerRun",
"tags": [],
"reasons": {}
},
{
"tool": "shardSoftBudgetMs",
"tags": [],
"reasons": {}
},
{
"tool": "generateCodeMap",
"tags": [],
"reasons": {}
},
{
"tool": "status",
"tags": [],
"reasons": {}
},
{
"tool": "jobId",
"tags": [],
"reasons": {}
},
{
"tool": "results",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "resultId",
"tags": [],
"reasons": {}
},
{
"tool": "auditId",
"tags": [],
"reasons": {}
},
{
"tool": "limit",
"tags": [],
"reasons": {}
},
{
"tool": "offset",
"tags": [],
"reasons": {}
},
{
"tool": "format",
"tags": [],
"reasons": {}
},
{
"tool": "health",
"tags": [],
"reasons": {}
},
{
"tool": "threshold",
"tags": [],
"reasons": {}
},
{
"tool": "audit",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "search",
"tags": [],
"reasons": {}
},
{
"tool": "query",
"tags": [],
"reasons": {}
},
{
"tool": "filters",
"tags": [],
"reasons": {}
},
{
"tool": "definition",
"tags": [],
"reasons": {}
},
{
"tool": "name",
"tags": [],
"reasons": {}
},
{
"tool": "filePath",
"tags": [],
"reasons": {}
},
{
"tool": "index",
"tags": [],
"reasons": {}
},
{
"tool": "sync",
"tags": [],
"reasons": {}
},
{
"tool": "cleanup",
"tags": [],
"reasons": {}
},
{
"tool": "reset",
"tags": [],
"reasons": {}
},
{
"tool": "config",
"tags": [],
"reasons": {}
},
{
"tool": "get",
"tags": [],
"reasons": {}
},
{
"tool": "analyzerName",
"tags": [],
"reasons": {}
},
{
"tool": "projectPath",
"tags": [],
"reasons": {}
},
{
"tool": "set",
"tags": [],
"reasons": {}
},
{
"tool": "generate",
"tags": [],
"reasons": {}
},
{
"tool": "tools",
"tags": [],
"reasons": {}
},
{
"tool": "outputDir",
"tags": [],
"reasons": {}
},
{
"tool": "serverUrl",
"tags": [],
"reasons": {}
},
{
"tool": "overwrite",
"tags": [
"file-write"
],
"reasons": {
"file-write": [
"keyword \"overwrite\" in tool name"
]
}
},
{
"tool": "whitelist_list",
"tags": [],
"reasons": {}
},
{
"tool": "type",
"tags": [],
"reasons": {}
},
{
"tool": "whitelist_add",
"tags": [],
"reasons": {}
},
{
"tool": "description",
"tags": [],
"reasons": {}
},
{
"tool": "patterns",
"tags": [],
"reasons": {}
},
{
"tool": "whitelist_update",
"tags": [],
"reasons": {}
},
{
"tool": "whitelist_detect",
"tags": [],
"reasons": {}
},
{
"tool": "includePackageJson",
"tags": [],
"reasons": {}
},
{
"tool": "autoPopulate",
"tags": [],
"reasons": {}
},
{
"tool": "rules_list",
"tags": [],
"reasons": {}
},
{
"tool": "configPath",
"tags": [],
"reasons": {}
},
{
"tool": "rules_check",
"tags": [],
"reasons": {}
},
{
"tool": "code_map",
"tags": [],
"reasons": {}
},
{
"tool": "mapId",
"tags": [],
"reasons": {}
},
{
"tool": "sectionType",
"tags": [],
"reasons": {}
},
{
"tool": "list",
"tags": [],
"reasons": {}
},
{
"tool": "tasks",
"tags": [],
"reasons": {}
},
{
"tool": "create",
"tags": [],
"reasons": {}
},
{
"tool": "title",
"tags": [],
"reasons": {}
},
{
"tool": "priority",
"tags": [],
"reasons": {}
},
{
"tool": "labels",
"tags": [],
"reasons": {}
},
{
"tool": "metadata",
"tags": [],
"reasons": {}
},
{
"tool": "parentTaskId",
"tags": [],
"reasons": {}
},
{
"tool": "source",
"tags": [],
"reasons": {}
},
{
"tool": "blockedBy",
"tags": [],
"reasons": {}
},
{
"tool": "dueAt",
"tags": [],
"reasons": {}
},
{
"tool": "sortOrder",
"tags": [],
"reasons": {}
},
{
"tool": "relatedFiles",
"tags": [],
"reasons": {}
},
{
"tool": "relatedSymbols",
"tags": [],
"reasons": {}
},
{
"tool": "label",
"tags": [],
"reasons": {}
},
{
"tool": "hasChildren",
"tags": [],
"reasons": {}
},
{
"tool": "overdueOnly",
"tags": [],
"reasons": {}
},
{
"tool": "actionableOnly",
"tags": [],
"reasons": {}
},
{
"tool": "list_tree",
"tags": [],
"reasons": {}
},
{
"tool": "taskId",
"tags": [],
"reasons": {}
},
{
"tool": "update",
"tags": [],
"reasons": {}
},
{
"tool": "patch",
"tags": [],
"reasons": {}
},
{
"tool": "complete",
"tags": [],
"reasons": {}
},
{
"tool": "delete",
"tags": [],
"reasons": {}
},
{
"tool": "mode",
"tags": [],
"reasons": {}
},
{
"tool": "from_audit",
"tags": [],
"reasons": {}
},
{
"tool": "auditJobId",
"tags": [],
"reasons": {}
},
{
"tool": "severities",
"tags": [],
"reasons": {}
},
{
"tool": "paths",
"tags": [],
"reasons": {}
},
{
"tool": "guide",
"tags": [],
"reasons": {}
},
{
"tool": "scenario",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "a6d944947606c61510e39ea95c31440af8b4faccb4021784717c5942d36f7de1",
"stats": {
"tools": 97,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 11,
"medium": 4,
"low": 2,
"info": 0
}
}
}