PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
6,132Niche · −30% score
Versions published
31Mature · −50% score
First published
Jun 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes114,341
Previous version1.0.0-1
Published2026-06-15T09:20:56.161Z
SHA-256b733e6ee2fda30d7a89462071e917e9d301cbf1c2e926743795952c39fec5bf0

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
4Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 4 · 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/index.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/cli.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts48
  • buildbun run build-dist
  • build-distbun build src/index.ts --format esm --outfile dist/index.js --target node && bun build src/index.ts --format cjs --outfile dist/index.cjs --target node && bun build src/cli.ts --format esm --outfile dist/cli.js --target node && chmod +x dist/cli.js && bunx tsc --emitDeclarationOnly --declaration --outDir dist --rootDir src
  • cleanbun run clean-dist && cd page/app && rm -rf dist
  • clean-distrm -rf dist
  • cmd:bun:test-codependencies-clibun src/cli.ts -c './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' -cds 'lodash' '{ "fs-extra": "10.0.1" }' --rootDir './tests/unit/fixtures/' --debug --isTesting
  • cmd:bun:test-fail-runbun src/cli.ts --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debug
  • cmd:bun:test-pass-runbun src/cli.ts --config './tests/unit/fixtures/test-pass-package.json' --files 'test-pass-package.json' --rootDir './tests/unit/fixtures/' --debug
  • cmd:bun:test-searchbun src/cli.ts --rootDir './tests/unit/fixtures/' --debug --searchPath './tests/unit/fixtures/.codependencerc' --isTestingCLI
  • cmd:bun:test-update-runbun src/cli.ts --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debug --isTesting
  • cmd:node:test-fail-runnode dist/cli.js --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debug
  • cmd:node:test-pass-runnode dist/cli.js --config './tests/unit/fixtures/test-pass-package.json' --files 'test-pass-package.json' --rootDir './tests/unit/fixtures/' --debug
  • coveragebun test --coverage
  • deps:overridespastoralist --remove-unused --summary
  • deps:securitypastoralist --checkSecurity --securityProvider osv --hasWorkspaceSecurityChecks --summary --strict && bun audit
  • devturbo run dev
  • docs:buildturbo run build --filter=@codependence/docs
  • docs:devturbo run dev --filter=@codependence/docs
  • docs:previewturbo run preview --filter=@codependence/docs
  • formatbun run format-src && bun run format-test && bun run format-app
  • format-appprettier --write page/app
  • format-srcoxfmt --write src
  • format-testoxfmt --write tests
  • hooks:setupsh scripts/setup-hooks.sh
  • lintbun run lint-src
  • lint-fixoxlint . --fix
  • lint-srcoxlint src
  • lint:fixoxlint src --fix
  • preparebun run hooks:setup
  • prepublishOnlybun run clean-dist && bun run build-dist
  • previewturbo run preview
  • …and 18 more.