PkgRadar

Package evidence

@doctocar/[email protected]

Credential file access: matched "NPM_TOKEN"

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
795
Versions published
28
First published
Mar 2026
Publisher
sithis

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":["@doctocar/[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":["@doctocar/[email protected]"],"fail_on":"review"}'
Publishersithis
Artifact bytes288,312
Previous version0.3.1-30
Published2026-05-22T12:13:54.902Z
SHA-2568300cb388dfdec9734ae7cf0772e93ac5841b28d1b79d8a5578d4eedafb49de0

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.3.1-31Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/package.jsonmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts10
  • buildtsc
  • linteslint .
  • publish:devyarn build && yarn version:prerelease && NODE_AUTH_TOKEN="$NPM_TOKEN" yarn npm publish --tag dev --access public
  • publish:latestyarn build && yarn version:minor && NODE_AUTH_TOKEN="$NPM_TOKEN" yarn npm publish --access public
  • testjest --coverage=false
  • test:cijest . --ci
  • version:minoryarn version minor
  • version:prereleaseyarn version prerelease
  • yalc:publishyarn build && yalc publish
  • yalc:pushyarn build && yalc publish --push
Dependencies1
  • luxon^3.7.1