PkgRadar

Package evidence

@tchr/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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":["@tchr/[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":["@tchr/[email protected]"],"fail_on":"review"}'
Publishertchr
Artifact bytes451,207
Previous version1.0.1
Published2026-05-24T20:25:17.080Z
SHA-256bc93dc2f14f85895014d6bb5c167a6adad27b75c5821fa024014d4627ef62753

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
12Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/pricing.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.json && mkdir -p dist/pricing && cp src/pricing/models.json dist/pricing/models.json && chmod +x dist/cli.js
  • devtsx src/cli.ts
  • prepacknpm run sync-assets && npm run build
  • sync-assetstsx scripts/sync-assets.ts
  • testvitest run
  • test:e2evitest run --config vitest.e2e.config.ts
Dependencies12
  • @clack/prompts^0.7.0
  • @types/better-sqlite3^7.6.13
  • better-sqlite3^11.10.0
  • commander^12.1.0
  • execa^9.5.1
  • fast-glob^3.3.2
  • find-up^7.0.0
  • fs-extra^11.2.0
  • gray-matter^4.0.3
  • marked^14.1.4
  • open^10.2.0
  • picocolors^1.1.1