PkgRadar

Package evidence

@tscircuit/[email protected]

Remote Dependency Spec: devDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629"

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
20,375Mainstream · −50% score
Versions published
847Mature · −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 bytes6,128,714
Previous version0.0.928
Published2026-06-17T09:23:55.922Z
SHA-2567339518e15bc63de8ddbf8409344d260a38f640e9096998cff0add704a0418dc

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629"8
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/eecircuit-engine="https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz"8
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/jlcpcb-manufacturing-specs="git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5"8
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629"8
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/eecircuit-engine="https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz"8
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/jlcpcb-manufacturing-specs="git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5"8
lowLarge Javascript Payloadpackage/dist/blob-url.js11657746 bytes0
lowLarge Javascript Payloadpackage/dist/webworker/entrypoint.js8743170 bytes0
lowLarge Javascript Payloadpackage/dist/eval/index.js2005546 bytes0
lowLarge Javascript Payloadpackage/dist/lib/index.js2041094 bytes0

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.@tscircuit/eecircuit-enginehttps://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgzlow0large_javascript_payload: 21529455 bytes

Manifest

Package metadata

Scripts15
  • buildbun run build:lib && bun run build:webworker && bun run build:blob-url && bun run build:runner && bun run build:worker-wrapper && bun run build:platform-config
  • build:blob-urlbun run ./scripts/build-worker-blob-url.ts
  • build:libtsup-node --config tsup-lib.config.ts
  • build:platform-configtsup-node --config tsup-platform-config.config.ts
  • build:runnertsup-node --config tsup-runner.config.ts
  • build:webworkertsup --config tsup-webworker.config.ts
  • build:webworker:analyzetsup ./webworker/entrypoint.ts --platform browser --metafile ./metadata.json --format esm --sourcemap inline -d dist/webworker
  • build:worker-wrappertsup-node ./lib/worker.ts --format esm --sourcemap inline --dts -d dist
  • copy-core-versionsbun run scripts/copy-core-versions.ts && bun install --ignore-scripts
  • formatbiome format --write .
  • format:checkbiome format .
  • start:browser-test-serverbun --port 3070 ./browser-tests/browsertest.html
  • testbun test tests
  • test:playwrightplaywright test
  • test:validate-matrixbun run scripts/validate-test-matrix.js