Skip to main content

mcp-attribution-worktree

Facilitates the triage and resolution of MCP attribution issues using evidence-driven workflows and GitHub integration.

Install this skill

or
58/100

Security score

The mcp-attribution-worktree skill was audited on Jun 10, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 125

Curl to non-GitHub URL

SourceSKILL.md
125curl -s 'http://127.0.0.1:5174/api/attributions?category=tool&resolutionStatus=todo&limit=50'
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s 'http://127.0.0.1:5174/api/attributions?category=skill&resolutionStatus=todo&limit=50'
medium line 127

Curl to non-GitHub URL

SourceSKILL.md
127curl -s "http://127.0.0.1:5174/api/attributions/<issueId>"
medium line 128

Curl to non-GitHub URL

SourceSKILL.md
128curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/result"
medium line 129

Curl to non-GitHub URL

SourceSKILL.md
129curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/trace"
medium line 130

Curl to non-GitHub URL

SourceSKILL.md
130curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/evaluation-trace"
medium line 135

Curl to non-GitHub URL

SourceSKILL.md
135curl -s -X POST http://127.0.0.1:5174/api/evaluations
low line 125

External URL reference

SourceSKILL.md
125curl -s 'http://127.0.0.1:5174/api/attributions?category=tool&resolutionStatus=todo&limit=50'
low line 126

External URL reference

SourceSKILL.md
126curl -s 'http://127.0.0.1:5174/api/attributions?category=skill&resolutionStatus=todo&limit=50'
low line 127

External URL reference

SourceSKILL.md
127curl -s "http://127.0.0.1:5174/api/attributions/<issueId>"
low line 128

External URL reference

SourceSKILL.md
128curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/result"
low line 129

External URL reference

SourceSKILL.md
129curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/trace"
low line 130

External URL reference

SourceSKILL.md
130curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/evaluation-trace"
low line 135

External URL reference

SourceSKILL.md
135curl -s -X POST http://127.0.0.1:5174/api/evaluations
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1.0K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
TencentCloudBase/CloudBase-MCP