PkgRadar

Package evidence

@tscircuit/[email protected]

Remote Payload: matched "cUrl "

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
1,529Niche · −30% score
Versions published
215Mature · −50% score
First published
Jan 2025
Publisher
seveibar

Effective trust discount applied: 50% (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":["@tscircuit/[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":["@tscircuit/[email protected]"],"fail_on":"review"}'
Publisherseveibar
Artifact bytes293,039
Previous version0.0.214
Published2026-05-29T18:54:34.530Z
SHA-256db058263fe0d2c3513ec70f776eb38bc5549d1a602e94b9c2e6d7a1ae47bbf86

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

review
Last checked
reviewRisk
36Score
0.0.215Version
Status history (2 events)
  1. availableavailable · risk review · score 36 · status available -> available, risk high -> review, score 63 -> 36
  2. newavailable · risk high · score 63 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bundle.jsmatched "cUrl "12
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/fake-stripe="git+https://github.com/tscircuit/fake-stripe.git#f1a5b40"8
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/order-dialog="git+https://github.com/tscircuit/order-dialog.git#55a2839"8
mediumDependency Changed To Remote Vs Previouspackage.jsondevDependencies.@tscircuit/order-dialog changed to remote spec in 0.0.215 vs 0.0.214: "git+https://github.com/tscircuit/order-dialog.git#55a2839"8

Manifest

Package metadata

Scripts20
  • buildbun run generate-images && bun run generate-sitemap && bun run build:fake-api && tsc -b && vite build
  • build:fake-apibun run build:fake-api:tsup && bun run build:fake-api:bundle && bun run build:fake-api:schema
  • build:fake-api:bundlewinterspec2 bundle -o dist/bundle.js
  • build:fake-api:schematsup-node ./fake-snippets-api/lib/db/schema.ts --format esm --dts
  • build:fake-api:tsuptsup-node ./fake-snippets-api/lib/index.ts --format esm --dts
  • build:vite:analyzeVITE_BUNDLE_ANALYZE=true vite build
  • copy-runframe-versionsbun run scripts/copy-runframe-versions.ts
  • devbun run build:fake-api && AUTOLOAD_PACKAGES=true vite --host
  • dev:registrySNIPPETS_API_URL=http://localhost:3100 vite
  • formatbiome format --write .
  • generate-imagesbun run scripts/generate-image-sizes.ts
  • generate-sitemapbun run scripts/generate-sitemap.ts
  • lintbiome format .
  • playwrightbunx playwright test
  • playwright:updatebunx playwright test --update-snapshots
  • previewvite preview
  • snapshotbun scripts/snapshot.ts
  • startbun run dev
  • start:playwright-serverbun run build:fake-api && vite --port 5177
  • typechecktsc --noEmit