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
2
Versions published
2
First published
Jul 2025
Publisher
reinvy

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"}'
Publisherreinvy
Artifact bytes385,095
Previous version1.0.0
Published2026-06-06T20:21:38.589Z
SHA-25661a8d50b7641d4e38632cec643c5571ea86771dae30485accd57c2e4001550fe

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/generator/config/config.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/esm/index.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts18
  • buildnode build.config.js
  • build:cjsnode build.config.js --cjs
  • build:cleannode build.config.js --clean
  • build:esmnode build.config.js --esm
  • devnode --watch bin/rakitin.js
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlynpm run build && npm run typecheck
  • startnode bin/rakitin.js
  • testjest
  • test:cijest --ci --coverage --watchAll=false
  • test:coveragejest --coverage
  • test:e2ejest tests/e2e
  • test:integrationjest tests/integration
  • test:unitjest tests/unit
  • test:watchjest --watch
  • typechecktsc --noEmit
  • typecheck:stricttsc --noEmit --strict
Dependencies2
  • inquirer^12.8.2
  • yargs^17.7.2