PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static 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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherdmjacs
Artifact bytes29,350
Previous version1.1.8
Published2026-05-24T20:24:24.428Z
SHA-256d97dc6f4cc60f3bfce8ee773b822cc4fc3aeb1315eeccfed8341263d283a42f0

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

high
Last checked
highRisk
30Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dmjacs

2 members · evidence strength 50

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/services/github.jsmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts8
  • buildnpm run clean && tsc && npm run copy-template && npm run copy-promps
  • cleanrm -rf dist
  • copy-prompscp -r src/promps dist/promps
  • copy-templatecp -r src/template dist/template
  • devnpm run build && node dist/index.js
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testnode dist/test-client.js
Dependencies3
  • @modelcontextprotocol/sdk^1.29.0
  • jira.js^5.3.1
  • zod^3.24.0