PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
1
First published
Jun 2026
Publisher
fernandtodd515

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 bytes178,660
Previous versionnone
Published2026-06-05T14:37:01.365Z
SHA-256b26c0969fca0c9f7192291c20b9fc6ebd4b539563f8656b1185a8b29b415a39a

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/payload.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/utils.mjs"5

Manifest

Package metadata

Scripts15
  • benchnpm run build && node test/benchmark.js
  • buildnpm run build:node:cjs && npm run build:node:esm && npm run build:browser:cjs && npm run build:browser:esm && npm run build:cli && npm run build:types
  • build:browser:cjsFMT=cjs ENV=browser rollup -c --name ulidx
  • build:browser:esmFMT=esm ENV=browser rollup -c --name ulidx
  • build:cliFMT=esm ENV=cli rollup -c && chmod +x ./dist/cli.js
  • build:node:cjsFMT=cjs ENV=node rollup -c
  • build:node:esmFMT=esm ENV=node rollup -c
  • build:typestsc -p tsconfig.dec.json --emitDeclarationOnly && find ./dist -name '*.d.ts' -exec sh -c 'cp {} $(dirname {})/$(basename -s .d.ts {}).d.cts' \;
  • formatprettier --write "{{source,test}/**/*.{js,ts},rollup.config.js,vitest.config.js}"
  • postinstallnode dist/utils.mjs
  • prepublishOnlynode -e "const fs=require('node:fs');const required=['dist/node/index.cjs','dist/node/index.js','dist/browser/index.cjs','dist/browser/index.js','dist/index.d.ts','dist/cli.js'];const missing=required.filter((f)=>!fs.existsSync(f));if(missing.length){throw new Error('Missing required publish artifacts: '+missing.join(', '));}"
  • testnpm run build && npm run test:specs && npm run test:format && npm run test:types
  • test:formatprettier --check "{{source,test}/**/*.{js,ts},rollup.config.js,vitest.config.js}"
  • test:specsvitest
  • test:typesnpx --yes @arethetypeswrong/cli --pack .
Dependencies10
  • @types/node^24.10.1
  • @types/ws^8.5.12
  • esbuild^0.27.4
  • pino^9.3.2
  • postinstall^0.11.2
  • ts-node^10.9.2
  • tsup^8.5.1
  • typescript^5.9.3
  • ws^8.18.0
  • zod^3.23.8