PkgRadar

Package evidence

@tofrankie/[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
12
Versions published
8
First published
Mar 2026
Publisher
frankie_li

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":["@tofrankie/[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":["@tofrankie/[email protected]"],"fail_on":"review"}'
Publisherfrankie_li
Artifact bytes13,248
Previous version0.0.7
Published2026-05-31T18:10:50.014Z
SHA-256ac588942fc8251178f3499a37638b0cd052e0591b3df94baa3a7336a342ace07

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

Manifest

Package metadata

Scripts12
  • action:buildtsdown --filter action
  • action:releasetsx scripts/release.ts
  • lintrun-s lint:eslint lint:prettier typecheck
  • lint:eslinteslint . --cache --fix
  • lint:prettierprettier . --cache --write --log-level silent
  • npm:buildtsdown --filter npm
  • npm:clinode bin/cli.js
  • npm:devtsdown --filter npm --watch
  • publintpublint
  • testvitest run
  • test:coveragevitest run --coverage
  • typechecktsc --noEmit
Dependencies8
  • @actions/core^3.0.1
  • @actions/github^9.1.1
  • @inquirer/prompts^8.5.2
  • commander^14.0.3
  • execa^9.6.1
  • fast-glob^3.3.3
  • semver^7.8.1
  • yaml^2.9.0