PkgRadar

Package evidence

@imolko/[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Versions published
51Mature · −50% score
First published
Jan 2025
Publisher
orgcarlosn

Effective trust discount applied: 50% (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":["@imolko/[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":["@imolko/[email protected]"],"fail_on":"review"}'
Publisherorgcarlosn
Artifact bytes143,323
Previous version2.1.12-beta
Published2026-05-27T12:58:20.881Z
SHA-256d18c7dd7c86024994311aa584498256fcc5130893a172e672517eec765205740

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
2.1.12Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/scripts/release-beta.shmatched "NPM_TOKEN"5
lowCredential file accesspackage/scripts/release.shmatched "NPM_TOKEN"5

Manifest

Package metadata

Scripts5
  • buildnpm run clean && tsc -p tsconfig.json && bash scripts/copy-assets.sh
  • cleanrm -rf dist-node
  • testjest
  • test:e2ejest --config jest.e2e.config.ts
  • test:libnode -e "require('./dist-node/index.js'); console.log('API loaded successfully')"
Dependencies5
  • @nx/devkit^22.6.5
  • commander^14.0.3
  • inquirer^12.11.1
  • uuid14.0.0
  • zod^4.4.3