Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@kdtix-open/[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@kdtix-open/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 81 · status changed
Related candidates
Linked campaigns and clusters
chris.kreager
2 members · evidence strength 58Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bridge/index.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/sdlca-bridge.js | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/bin/sdlca-bridge.js | high encoded/escaped-token density | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bridge/index.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/sdlca-bridge.js | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/bin/sdlca-bridge.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/bridge/index.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/bin/sdlca-bridge.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/mcp/stdio.js | matched "\\u2014" | 3 |
Manifest
Package metadata
Scripts3
buildnode build.mjsprepublishOnlynode build.mjsversion-bumpnode -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8')),v=p.version.split('.').map(Number);v[2]++;p.version=v.join('.');fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n')"
Dependencies4
@modelcontextprotocol/sdk^1.29.0express^5.1.0jose^6.2.3zod^4.1.11