PkgRadar

Package evidence

[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.

Versions published
111
First published
Apr 2026
Publisher
jumpei-9898

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"}'
Publisherjumpei-9898
Artifact bytes755,869
Previous version0.160.20
Published2026-05-26T03:14:39.662Z
SHA-256a1dd938e8cd04060cceedc7c339a94b7f0645f44031204aff033896ee4f8ecc8

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
8Score
0.160.21Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/scripts/harness/validator-system/infrastructure/adapters/file-system-security-pattern-scanner-adapter.tsmatched ".aws"5
lowCredential file accesspackage/templates/.claude/settings.jsonmatched "id_rsa"3

Manifest

Package metadata

Scripts13
  • harness:check-phasepnpm phasegate:check-phase
  • harness:check-readypnpm phasegate:check-ready
  • harness:disablepnpm phasegate:disable
  • harness:enablepnpm phasegate:enable
  • harness:initnpx tsx scripts/harness/main.ts init
  • harness:statuspnpm phasegate:status
  • phasegatenpx tsx scripts/harness/main.ts
  • phasegate:check-phasenpx tsx scripts/harness/main.ts phasegate:check-phase
  • phasegate:check-readynpx tsx scripts/harness/main.ts phasegate:check-ready
  • phasegate:disablenpx tsx scripts/harness/main.ts disable-feature
  • phasegate:enablenpx tsx scripts/harness/main.ts enable-feature
  • phasegate:statusnpx tsx scripts/harness/main.ts phasegate:status
  • testvitest run --config scripts/harness/__tests__/vitest.config.forks.ts && vitest run --config scripts/harness/__tests__/vitest.config.ts
Dependencies4
  • ajv^8.18.0
  • picomatch^4.0.4
  • tinyglobby^0.2.15
  • tsx^4.0.0