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.

Versions published
2
First published
Jun 2026
Publisher
rtonf

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"}'
Publisherrtonf
Artifact bytes20,895
Previous version0.1.0
Published2026-06-09T10:58:36.319Z
SHA-25691d1137095ab26a5fa8e4e2c5c6b627350d9a81b366bc881d09fce7833f9469e

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
0.1.1Version
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/format.test.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts15
  • buildnpm run build:cli && npm run build:web
  • build:clitsc -p tsconfig.json
  • build:webvite build
  • checktsc -p tsconfig.json --noEmit
  • demonpm run build:cli && node dist/cli.js analyze --fixture examples/fixtures/pull_request.json --format markdown
  • demo:gifnode scripts/generate-demo-gif.mjs
  • devvite --host 127.0.0.1
  • evalnpm run build:cli && node dist/eval/run-eval.js
  • format:checkprettier --check .
  • linteslint .
  • previewvite preview --host 127.0.0.1
  • testnode --test dist/**/*.test.js
  • test:srcnpm run build && npm test
  • test:uiplaywright test
  • verifynpm run check && npm run lint && npm run format:check && npm run test:src && npm run test:ui && npm run eval && npm audit --audit-level=moderate
Dependencies4
  • @tabler/icons-react^3.44.0
  • openai^6.10.0
  • react^19.2.7
  • react-dom^19.2.7