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
343
Versions published
8
First published
May 2026
Publisher
mimimonads

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"}'
Publishermimimonads
Artifact bytes866,978
Previous version0.1.55
Published2026-06-13T16:51:33.820Z
SHA-256823cb579f6afc5f3ece4652e1c004f4075a4a98831f24c989a2c66b845960c29

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
5Score
0.1.56Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/permission/protocol.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts20
  • bench./run.sh
  • bench:json./run.sh --json
  • buildbun run build.ts && node scripts/rewrite-declaration-imports.mjs
  • build:jsbun run build.ts && node scripts/rewrite-declaration-imports.mjs
  • build:nativebun run scripts/build-native-addons.ts
  • build:nodebun run build.ts && node scripts/rewrite-declaration-imports.mjs
  • build:npmbun run build.ts && node scripts/rewrite-declaration-imports.mjs
  • build:releasebun run build:native && npm run build
  • build:typesbun run build.ts && node scripts/rewrite-declaration-imports.mjs
  • coverage:nodenode --no-warnings --experimental-transform-types --experimental-test-coverage --test "./test/*.test.ts"
  • coverage:node:90node --no-warnings --experimental-transform-types --experimental-test-coverage --test-coverage-lines=90 --test-coverage-exclude=src/common/task-source.ts --test-coverage-exclude=src/ipc/protocol/parsers/NumericBuffer.ts --test-coverage-exclude=src/runtime/balancer.ts --test-coverage-exclude=src/worker/task-loader.ts --test "./test/*.test.ts"
  • prepacknpm run build
  • release:npmnpm run test:all && npm publish
  • release:npm:dry-runnpm publish --dry-run
  • testnpm run test:deno
  • test:allnpm run test:deno && npm run test:runtimes
  • test:bunbun test ./test/*.test.ts --path-ignore-patterns=**/tx-queue.test.ts
  • test:denodeno test -A --ignore=test/runtime.node.test.ts --ignore=test/runtime.process.test.ts
  • test:nodenode --no-warnings --experimental-transform-types --test "./test/*.test.ts"
  • test:runtimesnpm run test:node && npm run test:bun