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
14
First published
Apr 2026
Publisher
alvin0

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"}'
Publisheralvin0
Artifact bytes2,034,672
Previous version0.2.1
Published2026-04-30T04:16:01.065Z
SHA-256ccb3d92040592af7b5ae74fdc13d249c9e405e9f081dfd80d519c8d5278c66e5

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
5Score
0.2.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/src/upstream/kiro/constants.tsmatched ".aws/"5
lowLarge Javascript Payloadpackage/dist/index.js5415582 bytes0

Manifest

Package metadata

Scripts11
  • buildbun build index.ts --target=bun --outfile=dist/index.js
  • checkbun run typecheck && bun run build
  • coveragebunx --bun vitest run --config vitest.config.ts --coverage --coverage.provider=istanbul --testNamePattern='^(?!.*live Codex smoke test)'
  • devbun --watch index.ts
  • exampleCODEX_RUN_EXAMPLE=1 bun index.ts
  • prepublishOnlybun run build
  • startbun index.ts
  • testbun test test/ --test-name-pattern='^(?!.*live Codex smoke test)'
  • test:kiro:apibun scripts/kiro-api-smoke.ts
  • test:liveCODEX_AUTH_FILE=auth-codex.json bun test test/live.test.ts
  • typechecktsc --noEmit && tsc -p tsconfig.test.json --noEmit
Dependencies4
  • gpt-tokenizer^3.4.0
  • ink^7.0.1
  • react^19.2.5
  • react-devtools-core^7.0.1