PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
6,791Niche · −30% score
Versions published
50
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes2,844,665
Previous version1.16.0
Published2026-06-12T16:28:25.823Z
SHA-2563d435712118afdf7305d4057e58b9f4f94eb46d1a6288a0fdba20530f688b0fe

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.17.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/index.jsmatched ".npmrc"5
lowCredential file accesspackage/runtime/capabilities/coding/stacks/node-library/pack.yamlmatched ".npmrc"3

Manifest

Package metadata

Scripts19
  • buildtsup && pnpm run graph-ui:build
  • build:servertsup
  • changesetchangeset
  • check:surface-driftnode scripts/check-surface-drift.mjs
  • check:surface-orphansnode scripts/check-surface-orphans.mjs
  • cipnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run test:coverage && pnpm run build
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • graph-ui:buildcd graph-ui && pnpm build
  • graph-ui:devcd graph-ui && pnpm dev
  • graph-ui:installcd graph-ui && pnpm install
  • linteslint .
  • releasepnpm run build && changeset publish
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • version-packageschangeset version
Dependencies13
  • @inquirer/prompts^8.5.2
  • @xenova/transformers^2.17.2
  • ajv^8.20.0
  • chalk^5.4.1
  • commander^15.0.0
  • execa^9.6.0
  • fast-glob^3.3.3
  • handlebars^4.7.9
  • openai^6.42.0
  • ora^9.4.0
  • pathe^2.0.3
  • voyageai^0.3.1
  • yaml^2.9.0