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
3
Versions published
14Established · −30% score
First published
Aug 2025
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,400,590
Previous version0.9.0
Published2026-05-04T02:44:55.614Z
SHA-2567081d71aa9d84240b5356f99e3510c5dd184bc01bfb20f157d68cf8a772fac4c

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
0.10.0Version
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/factories/external-dns/compositions/external-dns-bootstrap.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts48
  • buildbun run clean && bun run lint && bun run typecheck && bun run build:lib && bun run build:examples
  • build:examplesbun tsc --project tsconfig.examples.json
  • build:libbun tsc
  • checkbiome check src examples test
  • check:fixbiome check --write src examples test
  • ci:quality./scripts/ci-quality-check.sh
  • cleanrm -rf dist examples-dist && find src -name '*.js' -o -name '*.d.ts' -o -name '*.js.map' -o -name '*.d.ts.map' | xargs rm -f
  • devbun tsc --watch
  • docs:buildvitepress build docs
  • docs:check-examplesbun run scripts/docs-check-examples.ts
  • docs:check-linesbun run scripts/docs-check-lines.ts
  • docs:check-linksbun run scripts/docs-check-links.ts
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • docs:validatebun run scripts/docs-validate.ts
  • e2e:cleanupbun run scripts/e2e-cleanup.ts
  • e2e:cleanup:namespacesbun run scripts/cleanup-test-namespaces.ts
  • e2e:setupbun run scripts/e2e-setup.ts
  • e2e:testbun run e2e:setup && bun run test:integration:e2e-comprehensive && bun run e2e:cleanup
  • example:basicbun run build:lib && bun run examples-dist/basic-webapp.js
  • formatbiome format src examples test
  • format:all./scripts/format-all.sh
  • format:fixbiome format --write src examples test
  • imports:organize./scripts/organize-imports.sh
  • lintbiome lint src examples test
  • lint:cibiome lint --config-path biome.ci.json src examples test
  • lint:fixbiome lint --write src examples test
  • pre-commit./scripts/pre-commit.sh
  • preparehusky
  • qualitybun run typecheck && bun run lint && bun run test
  • …and 18 more.
Dependencies13
  • @aws-sdk/client-ecr^3.1019.0
  • @aws-sdk/client-sts^3.1019.0
  • @aws-sdk/credential-providers^3.1019.0
  • @kubernetes/client-node1.3.0
  • acorn8.15.0
  • alchemy^0.62.3
  • angular-expressions1.5.1
  • arktype^2.2.0
  • cel-js^0.8.2
  • estraverse^5.3.0
  • ignore^7.0.5
  • js-yaml4.1.0
  • pino^9.8.0