PkgRadar

Package evidence

[email protected]

Credential file access: matched "aws_access_key"

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
563
Versions published
54
First published
May 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 bytes1,313,010
Previous version2.58.0
Published2026-06-16T04:27:16.411Z
SHA-256351d26ae0d0b2de82f1acbd8d2c07b8baa1d3f558ea2021958e74b8d05fd727e

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
2.58.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/dist/core/handoff-record.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts30
  • buildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})" && tsc -p tsconfig.json
  • checkbun run check:package && bun run test:full
  • check:core:nodenode scripts/run-node-core-check.mjs
  • check:installnpm run check:pack && node --test tests/integration/*.test.js
  • check:packnpm pack --dry-run --json
  • check:packagenode -e "const fs=require('fs'); JSON.parse(fs.readFileSync('package.json','utf8')); console.log('package.json ok')"
  • check:typechecktsc -p tsconfig.json --noEmit
  • docs:buildbun run --cwd docs-site build
  • docs:checkbun run --cwd docs-site check
  • docs:check:fastbun run --cwd docs-site check:fast
  • docs:devbun run --cwd docs-site dev
  • docs:previewbun run --cwd docs-site preview
  • prepacknpm run build
  • prepublishOnlynpm run release:check
  • release:checknpm run check && npm run docs:check && npm run check:install
  • testbun run test:full
  • test:auditnode scripts/audit-tests.mjs --json
  • test:clinode scripts/run-cli-tests.mjs --build cli
  • test:coveragenode scripts/run-cli-tests.mjs --build coverage
  • test:fastnode scripts/run-cli-tests.mjs --build fast
  • test:fast:nodenode scripts/run-cli-tests.mjs --build-runner=npm fast
  • test:fullnode scripts/run-cli-tests.mjs --build full-auto
  • test:full:autonode scripts/run-cli-tests.mjs --build full-auto
  • test:full:profilenode scripts/run-cli-tests.mjs --build full-profile
  • test:full:serialnode scripts/run-cli-tests.mjs --build full
  • test:relatednode scripts/run-cli-tests.mjs --build related
  • test:related:cachednode scripts/run-cli-tests.mjs related-cached
  • test:related:profilenode scripts/run-cli-tests.mjs --build related-profile
  • test:releasenode scripts/run-cli-tests.mjs --build release
  • test:release:nodenode scripts/run-cli-tests.mjs --build-runner=npm release
Dependencies2
  • smol-toml^1.6.1
  • sql.js^1.14.1