PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/.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
66
Versions published
5
First published
Dec 2025
Publisher
pointblack

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherpointblack
Artifact bytes1,922
Previous version0.0.5
Published2026-01-13T11:44:34.099Z
SHA-256abfd0ff87d4e18489d4aa7a5e54a0b68519cef5dd10b106b46a6a312bca2db03

Why flagged

What the scanner saw

Credential File Packaged: package/.npmrc

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.0.6Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.npmrcpackage/.npmrc35

Manifest

Package metadata

Scripts5
  • formatprettier --write '**/*.{js,ts,tsx,css,scss}'
  • linteslint '**/*.{js,ts,tsx}'
  • lint:fixeslint '**/*.{js,ts,tsx}' --fix
  • stylelintstylelint '**/*.{css,scss,ts,tsx}'
  • stylelint:fixstylelint '**/*.{css,scss,ts,tsx}' --fix
Dependencies14
  • @typescript-eslint/eslint-plugin^8.48.0
  • @typescript-eslint/parser^8.48.0
  • eslint^8.57.1
  • eslint-config-prettier^10.1.8
  • eslint-config-standard^17.1.0
  • eslint-plugin-import^2.32.0
  • eslint-plugin-node^11.1.0
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-hooks^7.0.1
  • prettier^3.7.3
  • stylelint^16.26.1
  • stylelint-config-tailwindcss^1.0.0
  • ts-node^10.9.2
  • typescript^5.5.3