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.

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,364
Previous version0.3.1-31
Published2026-05-25T11:32:10.122Z
SHA-256f53836d3f3bd5f900bfd520909e8b28700fa386238c8ffd9ba6a55b85a9f613f

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-32Version
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