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
153
Versions published
57
First published
Apr 2026
Publisher
trebeljahr

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"}'
Publishertrebeljahr
Artifact bytes733,409
Previous version0.2.10
Published2026-05-17T20:21:36.380Z
SHA-25666851ab08fe7472802efe382bb8155a1e8bacdcadc4671ecfea90550d5b41525

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/adopt.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/scaffold/dotenvx.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/assets/env.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/prompts.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/provision/s3-buckets.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts18
  • _release:finishpnpm run build && pnpm run typecheck && git push --follow-tags && node scripts/release-packages.mjs && npm publish --access public && npm install -g .
  • buildpnpm --filter @hatchkit/dev-shared run build && tsc && node scripts/copy-templates.mjs
  • checkpnpm run typecheck && pnpm run lint && pnpm run test
  • devtsx src/index.ts
  • dev:typechecktsc --noEmit --watch --preserveWatchOutput
  • formatbiome format --write src
  • install-localpnpm run build && npm install -g .
  • lintbiome check src
  • lint:fixbiome check --write src
  • prepublishOnlypnpm run build
  • releasepnpm run release:patch
  • release:majornode scripts/release-prep.mjs && node scripts/release-bump.mjs major && pnpm run _release:finish
  • release:minornode scripts/release-prep.mjs && node scripts/release-bump.mjs minor && pnpm run _release:finish
  • release:patchnode scripts/release-prep.mjs && node scripts/release-bump.mjs patch && pnpm run _release:finish
  • startnode dist/index.js
  • testtsx test-dev-setup.ts && tsx test-dns-preflight.ts && tsx test-google-oauth.ts && tsx test-keys-rotate.ts && tsx test-scaffold.ts && tsx test-onboarding-plan.ts && tsx test-set-description.ts && tsx test-rename-project.ts && tsx test-manifest.ts && tsx test-listmonk.ts && tsx test-ses-smtp.ts && tsx test-cloudflare-dns-publish.ts && tsx test-listmonk-ses.ts
  • test:keys-rotatetsx test-keys-rotate.ts
  • typechecktsc --noEmit
Dependencies14
  • @aws-sdk/client-s3^3.700.0
  • @aws-sdk/client-sesv2^3.1048.0
  • @dotenvx/dotenvx^1.61.2
  • @hatchkit/dev-sharedworkspace:*
  • @inquirer/core^10.3.0
  • @inquirer/figures^1.0.0
  • @inquirer/prompts^7.0.0
  • chalk^5.3.0
  • conf^13.0.0
  • eciesjs^0.4.18
  • execa^9.0.0
  • handlebars^4.7.8
  • keytar^7.9.0
  • ora^8.0.0