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
| 125 | curl -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
| 126 | curl -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
| 127 | curl -s "http://127.0.0.1:5174/api/attributions/<issueId>" |
medium line 128
Curl to non-GitHub URL
SourceSKILL.md
| 128 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/result" |
medium line 129
Curl to non-GitHub URL
SourceSKILL.md
| 129 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/trace" |
medium line 130
Curl to non-GitHub URL
SourceSKILL.md
| 130 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/evaluation-trace" |
medium line 135
Curl to non-GitHub URL
SourceSKILL.md
| 135 | curl -s -X POST http://127.0.0.1:5174/api/evaluations |
low line 125
External URL reference
SourceSKILL.md
| 125 | curl -s 'http://127.0.0.1:5174/api/attributions?category=tool&resolutionStatus=todo&limit=50' |
low line 126
External URL reference
SourceSKILL.md
| 126 | curl -s 'http://127.0.0.1:5174/api/attributions?category=skill&resolutionStatus=todo&limit=50' |
low line 127
External URL reference
SourceSKILL.md
| 127 | curl -s "http://127.0.0.1:5174/api/attributions/<issueId>" |
low line 128
External URL reference
SourceSKILL.md
| 128 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/result" |
low line 129
External URL reference
SourceSKILL.md
| 129 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/trace" |
low line 130
External URL reference
SourceSKILL.md
| 130 | curl -s "http://127.0.0.1:5174/api/runs/<caseId>/<runId>/evaluation-trace" |
low line 135
External URL reference
SourceSKILL.md
| 135 | curl -s -X POST http://127.0.0.1:5174/api/evaluations |
Scanned on Jun 10, 2026
View Security DashboardGitHub Stars 1.0K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
TencentCloudBase/CloudBase-MCP