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
999
Versions published
12
First published
May 2026
Publisher
gael55x

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"}'
Publishergael55x
Artifact bytes199,845
Previous version1.0.0-beta.7
Published2026-06-17T13:02:57.939Z
SHA-25670e77791f2565971e19462ca250d458a2b5bf82d023ce8874f9189bfe13c888e

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
5Score
1.0.0-beta.8Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/security/secret-scan.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts26
  • architecture:checknode scripts/check-architecture-boundaries.mjs
  • benchnode benchmarks/scripts/run-benchmarks.mjs
  • bench:comparatorsnode benchmarks/scripts/run-comparator.mjs
  • bench:post-betanode benchmarks/scripts/run-post-beta-baseline.mjs --artifact published-beta
  • bench:post-beta:localnode benchmarks/scripts/run-post-beta-baseline.mjs --artifact local-candidate
  • bench:summarynode benchmarks/scripts/summarize-results.mjs
  • benchmark:runnode scripts/run-benchmark-suite.mjs
  • beta:checknpm run check && npm run benchmark:run && npm run e2e:alpha && npm run test:connect
  • beta:client-trialnpm run test:connect
  • buildtsc -p tsconfig.dist.json
  • build:testtsc -p tsconfig.build.json
  • checknpm run docs:check && npm run fixtures:check && npm run memory:check && npm run architecture:check && npm run storage:check && npm run typecheck && npm run package:check && npm run install:check && npm run test:behavior
  • docs:checknode scripts/check-docs-structure.mjs && node scripts/check-examples.mjs
  • e2e:alphanode scripts/e2e-alpha-smoke.mjs
  • fixtures:checknode scripts/check-fixtures.mjs
  • global:smokenode scripts/check-global-install-smoke.mjs
  • install:checknode scripts/check-install-smoke.mjs
  • memory:checknode scripts/check-in-memory-loop.mjs
  • package:checknpm run build && node scripts/check-package.mjs
  • postbuildnode scripts/copy-storage-migrations.mjs
  • prebuildnode scripts/clean-dist.mjs
  • prepacknpm run build
  • storage:checknode scripts/check-storage-migrations.mjs
  • test:behaviornode scripts/clean-test-build.mjs && npm run build:test && node scripts/run-behavior-tests.mjs
  • test:connectnode scripts/run-beta-client-trial.mjs
  • typechecktsc --noEmit
Dependencies1
  • typescript5.9.3