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.

Versions published
78Established · −30% score
First published
Jun 2025
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 bytes73,469
Previous version10.1.0
Published2026-05-14T08:47:57.114Z
SHA-2561b07fdc77eca7020a3d81fa25c541625ad03d5bb9f3d07d5db69882ff6093710

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
1Score
10.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/functions/format.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts48
  • buildtsx ./scripts/cmd/build.mts
  • build:mintsx ./scripts/cmd/build.mts --skip-check
  • check-alltsx ./scripts/cmd/check-all.mts
  • check:exttsx ./scripts/cmd/check-ext.mts
  • codemodrun-s codemod:uncommitted:as-const fmt codemod:uncommitted:readonly fmt
  • codemod:fullrun-s codemod:full:as-const fmt codemod:full:readonly fmt
  • codemod:full:as-constappend-as-const '{src,scripts,samples}/**/*.{mts,tsx}'
  • codemod:full:readonlyconvert-to-readonly '{src,scripts,samples}/**/*.{mts,tsx}'
  • codemod:uncommitted:as-constappend-as-const --uncommitted '{src,scripts,samples}/**/*.{mts,tsx}'
  • codemod:uncommitted:readonlyconvert-to-readonly --uncommitted '{src,scripts,samples}/**/*.{mts,tsx}'
  • cspellcspell "**" --gitignore --gitignore-root ./ --no-progress
  • doctsx ./scripts/cmd/gen-docs.mts
  • doc:embedtsx ./scripts/cmd/embed-samples.mts
  • doc:previewvite preview --config ./configs/vite.doc.config.mts
  • doc:watchtypedoc --options ./configs/typedoc.config.mjs --watch
  • fmtpnpm run z:format-uncommitted
  • fmt:diffpnpm run z:format-diff-from origin/main
  • fmt:fullprettier --write .
  • gh:apply-allgh-apply-all
  • gh:apply-repository-settingsgh-apply-repository-settings
  • gh:apply-rulesetsgh-apply-rulesets
  • gh:apply-variablesgh-apply-variables
  • gh:backup-allgh-backup-all
  • gh:backup-repository-settingsgh-backup-repository-settings
  • gh:backup-rulesetsgh-backup-rulesets
  • girun-s gi:src fmt
  • gi:srcpnpm run z:gen-index-ts ./src --index-ext .mts --export-ext .mjs --target-ext .mts --target-ext .tsx --exclude entry-point.mts --exclude cmd
  • linteslint .
  • lint:fixeslint . --fix
  • mdmarkdownlint-cli2
  • …and 18 more.
Dependencies9
  • @nodelib/fs.walk^3.0.1
  • @sindresorhus/is^8.0.0
  • @types/micromatch^4.0.10
  • cmd-ts^0.15.0
  • fast-glob^3.3.3
  • micromatch^4.0.8
  • ts-data-forge^6.9.6
  • ts-type-forge^3.0.1
  • tsx^4.21.0