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
1,921Niche · −30% score
Versions published
56
First published
Apr 2026
Publisher
fitchmultz

Effective trust discount applied: 30% (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"}'
Publisherfitchmultz
Artifact bytes455,704
Previous version0.2.48
Published2026-06-11T19:46:45.262Z
SHA-2560c0d395bad100f37f6b10c887ec280609d022b97f729b2bb4fe23dd15a7aa589

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
3Score
0.2.49Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/extensions/agent-browser/lib/process.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts19
  • benchmark:agent-browsernode ./scripts/agent-browser-efficiency-benchmark.mjs
  • buildnode ./scripts/build.mjs
  • check:platform-smokenode --check platform-smoke.config.mjs && node --check scripts/platform-smoke.mjs && node --check scripts/platform-smoke/doctor.mjs && node --check scripts/platform-smoke/crabbox-runner.mjs && node --check scripts/platform-smoke/targets.mjs && node --check scripts/platform-smoke/artifacts.mjs && tsx --test test/platform-smoke.test.ts
  • docsnode ./scripts/project.mjs docs
  • doctornode ./scripts/doctor.mjs
  • prepacknpm run build
  • preparenpm run build
  • prepublishOnlynpm run verify -- release && npm pack --dry-run
  • smoke:platformnode scripts/platform-smoke.mjs
  • smoke:platform:allnpm run smoke:platform:doctor && node scripts/platform-smoke.mjs run --target macos,ubuntu,windows-native
  • smoke:platform:doctornode scripts/platform-smoke.mjs doctor
  • smoke:platform:macosnode scripts/platform-smoke.mjs run --target macos
  • smoke:platform:ubuntunode scripts/platform-smoke.mjs run --target ubuntu
  • smoke:platform:ubuntu-imagenode scripts/platform-smoke/build-ubuntu-image.mjs
  • smoke:platform:windows-nativenode scripts/platform-smoke.mjs run --target windows-native
  • startup-profilenode ./scripts/profile-startup.mjs
  • testnode ./scripts/build.mjs && tsx --test test/**/*.test.ts
  • typechecknode ./scripts/project.mjs verify typecheck
  • verifynode ./scripts/project.mjs verify