PkgRadar

Package evidence

@nbtca/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
25Established · −30% score
First published
Nov 2025
Publisher
m1ngsama

Effective trust discount applied: 30% (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":["@nbtca/[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":["@nbtca/[email protected]"],"fail_on":"review"}'
Publisherm1ngsama
Artifact bytes2,790,864
Previous version1.0.6
Published2025-12-10T04:34:54.278Z
SHA-2566bd9d7549d5345eebdb98ea4281544b72d596c910e9bf44125f8c619e9def565

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
1.0.7Version
Status history (1 event)
  1. newavailable · risk review · score 16 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/features/docs.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/features/docs.tsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts9
  • buildtsc
  • cleanrm -rf dist
  • devtsx src/index.ts
  • dev:watchtsx watch src/index.ts
  • postbuildmkdir -p dist/logo dist/i18n/locales && cp src/logo/logo.txt dist/logo/ && cp src/logo/ascii-logo.txt dist/logo/ && cp src/i18n/locales/*.json dist/i18n/locales/
  • prebuildnpm run clean
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testecho "Error: no test specified" && exit 1
Dependencies10
  • @inquirer/prompts^8.0.1
  • axios^1.6.2
  • boxen^8.0.1
  • chalk^5.4.1
  • gradient-string^3.0.0
  • ical.js^2.0.1
  • inquirer^12.6.3
  • marked^11.1.0
  • marked-terminal^7.0.0
  • open^10.1.2