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"}'
Publishermipu
Artifact bytes870,871
Previous version3.0.1
Published2026-05-25T01:58:02.965Z
SHA-2563423dbb910adcee950f9c8479debd942322ceeac81f9edf5e2a00d51aca5010b

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
120Score
3.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 120 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

mipu

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/lib.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/examples/security-demo.tsmatched "id_rsa"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/lib.jshigh encoded/escaped-token density12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/lib.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/examples/security-demo.tsmatched "id_rsa"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/lib.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\x1B"3
lowObfuscationpackage/dist/lib.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts22
  • agent:skills:checknode scripts/agent-skills-check.mjs
  • agent:skills:refreshnode scripts/agent-skills-refresh.mjs
  • buildtsup
  • compliancenode scripts/compliance-harness.mjs
  • compliance:drynode scripts/compliance-harness.mjs
  • demotsx examples/multi-provider-demo.ts
  • demo:skillstsx examples/skills-demo.ts
  • devtsup --watch
  • dogfoodnode scripts/dogfood.mjs
  • formatprettier --write --end-of-line auto "src/**/*.ts"
  • format:checkprettier --check --end-of-line auto "src/**/*.ts"
  • indexingtsx src/index.ts indexing
  • perf-budgetnode scripts/perf-budget.mjs
  • prepublishOnlynpm run build
  • release:checknode scripts/release-check.mjs
  • review:stagedtsx src/index.ts --staged
  • smoke:sveltenode scripts/svelte-smoke.mjs
  • startnode dist/index.js
  • testnode --experimental-vm-modules --require ./jest.setup.cjs node_modules/jest/bin/jest.js
  • test:coveragenode --experimental-vm-modules --require ./jest.setup.cjs node_modules/jest/bin/jest.js --coverage
  • typechecktsc --noEmit
  • typecheck:teststsc --noEmit -p tsconfig.tests.json
Dependencies13
  • @google/genai^2.0.1
  • @modelcontextprotocol/sdk^1.29.0
  • commander14.0.3
  • dotenv^17.4.2
  • fast-glob3.3.3
  • ignore7.0.5
  • prompts^2.4.2
  • smol-toml^1.6.1
  • tiktoken1.0.22
  • tree-sitter^0.21.1
  • tree-sitter-javascript^0.23.1
  • tree-sitter-typescript0.23.2
  • zod^4.4.3