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
62,010Mainstream · −50% score
Versions published
229Mature · −50% score
First published
Jul 2020
Publisher
antongolub

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":["[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"}'
Publisherantongolub
Artifact bytes48,734
Previous version11.0.0-snapshot.7
Published2026-06-09T05:22:46.095Z
SHA-25625ee3c05ba4f52410481875d68054c3d46f5dea726cf133ffc5c0ab8218aa50c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/target/ts/stages.tsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/target/ts/stages.tsmatched ".npmrc"10
lowCredential file accesspackage/target/esm/cli.mjsmatched ".npmrc"5
lowCredential file accesspackage/target/esm/index.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts19
  • buildconcurrently 'npm:build:*'
  • build:buildstampnpx buildstamp
  • build:docstypedoc --options src/main/typedoc
  • build:dtstsc --emitDeclarationOnly --skipLibCheck --outDir target/dts
  • build:esmnode ./src/scripts/build.cjs --entry="./src/main/ts/index.ts:./src/main/ts/cli.ts"
  • build:tscpy --cwd=src/main/ts . ../../../../../../target/ts/
  • cleanrimraf target buildcache docs coverage
  • formatprettier --write "src/**/*.ts"
  • lint:fixoxlint -c src/test/lint/.oxlintrc.json src --fix
  • postupdateyarn && yarn build && yarn test
  • publish:betanpm publish --no-git-tag-version --tag beta
  • publish:rcnpm publish --no-git-tag-version --tag rc
  • releaseyarn rm-npm-bin && npx -p @qiwi/semrel-toolkit semrel -e @qiwi/semrel-config
  • rm-npm-binrimraf node_modules/.bin/npm node_modules/.bin/npx
  • testconcurrently 'npm:test:*'
  • test:depcheckdepcheck --ignore-patterns='src/test/fixtures' --ignores='node:*,@types/*,esbuild*,minimist,mkdirp,ts-node,typedoc,@vitest/coverage-v8,depcheck'
  • test:integrationnode ./target/esm/cli.mjs --audit-level=moderate --ignore-engines
  • test:lintoxlint -c src/test/lint/.oxlintrc.json src
  • test:unitvitest run --coverage
Dependencies5
  • @antongolub/lockfile0.0.0-snapshot.61
  • @types/semver^7.7.0
  • commander^12.1.0
  • fast-glob^3.3.3
  • semver^7.7.1