PkgRadar

Package evidence

@kratex/[email protected]

Credential file access: matched ".aws/"

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
848
Versions published
13
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":["@kratex/[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":["@kratex/[email protected]"],"fail_on":"review"}'
Artifact bytes70,609
Previous version0.4.1
Published2026-06-09T07:09:56.864Z
SHA-25669875a84cbe1c8ee572e0c9ba900b36d9530608664ea4f42d5814f15ef1db568

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

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

Availability ledger

available

review
Last checked
reviewRisk
9Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/policy/builtin-rules/extension/credential-read.jsmatched ".aws/"5
lowCredential file accesspackage/dist/policy/builtin-rules/package/credential-read.jsmatched ".aws/"5
lowCredential file accesspackage/dist/policy/data-classes.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/policy/builtin-rules/package/lifecycle-spawn.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/policy/builtin-rules/paths.jsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/policy/builtin-rules/package/pkgmgr-config.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.json
  • build:testtsc -p tsconfig.test.json
  • devtsc -p tsconfig.json --watch
  • pack:checknpm pack --dry-run
  • prepacknpm run build
  • release:majornode scripts/release.mjs major
  • release:minornode scripts/release.mjs minor
  • release:patchnode scripts/release.mjs patch
  • release:tagnode scripts/release.mjs tag
  • testnpm run build:test && node --test dist-test/test/*.test.js
Dependencies1
  • zod^3.23.8