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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/eecircuit-engine="https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/jlcpcb-manufacturing-specs="git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5" | 8 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/breakout-point-solver="github:tscircuit/breakout-point-solver#bac9629" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/eecircuit-engine="https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.@tscircuit/jlcpcb-manufacturing-specs="git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5" | 8 |
| low | Large Javascript Payload | package/dist/blob-url.js | 11657746 bytes | 0 |
| low | Large Javascript Payload | package/dist/webworker/entrypoint.js | 8743170 bytes | 0 |
| low | Large Javascript Payload | package/dist/eval/index.js | 2005546 bytes | 0 |
| low | Large Javascript Payload | package/dist/lib/index.js | 2041094 bytes | 0 |
Remote payloads
Followed remote artifacts
| Source | URL | Risk | Score | Summary |
|---|---|---|---|---|
| devDependencies.@tscircuit/eecircuit-engine | https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz | low | 0 | large_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-configbuild:blob-urlbun run ./scripts/build-worker-blob-url.tsbuild:libtsup-node --config tsup-lib.config.tsbuild:platform-configtsup-node --config tsup-platform-config.config.tsbuild:runnertsup-node --config tsup-runner.config.tsbuild:webworkertsup --config tsup-webworker.config.tsbuild:webworker:analyzetsup ./webworker/entrypoint.ts --platform browser --metafile ./metadata.json --format esm --sourcemap inline -d dist/webworkerbuild:worker-wrappertsup-node ./lib/worker.ts --format esm --sourcemap inline --dts -d distcopy-core-versionsbun run scripts/copy-core-versions.ts && bun install --ignore-scriptsformatbiome format --write .format:checkbiome format .start:browser-test-serverbun --port 3070 ./browser-tests/browsertest.htmltestbun test teststest:playwrightplaywright testtest:validate-matrixbun run scripts/validate-test-matrix.js