/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/mcp/github-artifacts/package.json
20 строк
508 B
Gordon Lam
Fix GITHUB_TOKEN leak in github-artifacts MCP helper (#48782)
22 июн 2026, 11:37
Не верифицирован
22 июн 2026, 11:37
1ce0509
Код
Авторство
О чём код?
{ "name": "github-artifacts", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "node test-token-allowlist.js && node test-github_issue_images.js && node test-github_issue_attachments.js", "test:unit": "node test-token-allowlist.js", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "jszip": "^3.10.1", "zod": "^3.25.76" } }