PkgRadar

Package evidence

@karmaniverous/[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
140Mature · −50% score
First published
Jan 2023
Publisher
eponymous

Effective trust discount applied: 50% (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":["@karmaniverous/[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":["@karmaniverous/[email protected]"],"fail_on":"review"}'
Publishereponymous
Artifact bytes271,372
Previous version7.0.5
Published2026-05-21T09:27:04.148Z
SHA-2561e7831d85ac4fd427ebc12bfc245cf1bea49dcffd41709de7f0c99dd595fb219

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
7Score
7.0.6Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/dist/chunks/index-BuxEK_Z4.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunks/index-QkVZTs6l.mjsmatched "aws_access_key"5
lowCredential file accesspackage/dist/plugins-aws.mjsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts18
  • buildrimraf dist && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript
  • changelogauto-changelog
  • clitsx src/cli/getdotenv
  • cli:distnode dist/getdotenv.cli.mjs
  • docstypedoc
  • knipknip
  • linteslint . eslint.config.ts
  • lint:fixeslint --fix . eslint.config.ts
  • pack:drynpm pack --dry-run
  • releasedotenvx run -f .env.local -- release-it
  • release:predotenvx run -f .env.local -- release-it --no-git.requireBranch --github.prerelease --preRelease
  • testvitest run
  • typechecktsc
  • verify:bundlenode tools/verify-bundle-imports.js
  • verify:packagenode tools/verify-package.js
  • verify:smokenode tools/smoke.js
  • verify:tarballnode tools/verify-tarball.js
  • verify:typesnode tools/verify-types.js
Dependencies11
  • @commander-js/extra-typings^14.0.0
  • commander^14.0.2
  • dotenv^17.2.3
  • execa^9.6.1
  • fs-extra^11.3.3
  • globby^16
  • nanoid^5.1.6
  • package-directory^8.1.0
  • radash^12.1.1
  • yaml^2.8.2
  • zod^4.3.5