PkgRadar

Package evidence

@tscircuit/[email protected]

Remote Dependency Spec: devDependencies.@tscircuit/circuit-json-schematic-placement-analysis="github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a"

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
1,857Mature · −50% score
First published
Mar 2024
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 bytes8,399,589
Previous version0.1.1484
Published2026-06-12T13:31:38.936Z
SHA-2562f8337f284b65b45e8972a222af483de3a6c16d96f33e96a442545c87ffeddb8

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@tscircuit/circuit-json-schematic-placement-analysis="github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/circuit-json-schematic-placement-analysis="github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a"8
mediumRemote Dependency Specpackage.jsondevDependencies.circuit-json-trace-length-analysis="github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8"8
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@tscircuit/circuit-json-schematic-placement-analysis="github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a"8
mediumRemote Dependency Specpackage.jsondevDependencies.circuit-json-trace-length-analysis="github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8"8
lowCredential file accesspackage/dist/cli/build/build.worker.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/cli/snapshot/snapshot.worker.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/dist/lib/index.js12982497 bytes0
lowLarge Javascript Payloadpackage/dist/cli/main.js21735851 bytes0

Manifest

Package metadata

Scripts11
  • buildbun run build:bun
  • build:bunbun run scripts/bun-build.ts
  • clibun ./cli/main.ts
  • devbun --hot ./cli/main.ts dev ./examples/basic/index.circuit.tsx
  • dev:kicad-pcmbun --hot ./cli/main.ts dev ./examples/scaffold --kicad-pcm
  • formatbiome format --write .
  • format:checkbiome format .
  • pkg-pr-new-releasebunx pkg-pr-new publish --comment=off --peerDeps
  • setupbun run build && npm install -g .
  • smoketestdocker build --progress=plain -f Dockerfile.smoketest .
  • startbun run dev