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
- 281
- Versions published
- 38
- First published
- Mar 2026
- Publisher
- magmacomputing
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@magmacomputing/[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":["@magmacomputing/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts24
buildnpm run clean && tsc -b && npm run build:bundle && npm run build:resolvebuild:bundlerollup -cbuild:resolvetsx bin/resolve-types.tsbuild:versionnode bin/update-version.mjscleanrm -rf dist && (tsc -b --clean || true)docs:apitypedocdocs:buildnpm run build && npm run docs:api && vitepress builddocs:devnpm run build && npm run docs:api && vitepress devdocs:previewvitepress previewdocs:pushbash ./bin/push-docs.shparsecross-env TEMPO_LITE=true tsx --tsconfig ./src/tsconfig.repl.json -i --harmony-temporal --import ./bin/parse.tsprebuildnpm run build:versionprepublishOnlyif [ $(git rev-parse --abbrev-ref HEAD) != main ]; then echo 'ERROR: Must be on main branch to publish.'; exit 1; fi && if [ -z "$TEMPO_LICENSE_PATH" ] || [ ! -f "$TEMPO_LICENSE_PATH" ]; then echo '🚨 ERROR: TEMPO_LICENSE_PATH is missing or invalid. Cannot publish Premium build.'; exit 1; fi && npm run buildpublishnpm publish --access publicrepltsx --tsconfig ./src/tsconfig.repl.json -i --import ./bin/temporal-polyfill.ts --import ./bin/repl.tsrepl:baretsx --tsconfig ./src/tsconfig.repl.json -i --harmony-temporalrepl:corecross-env TEMPO_LITE=true tsx --tsconfig ./src/tsconfig.repl.json -i --harmony-temporal --import ./bin/core.tsrepl:disttsx -i --import ./bin/temporal-polyfill.ts --import ./bin/repl.tsrepl:nodetsx --tsconfig ./src/tsconfig.repl.json -i --harmony-temporal --import ./bin/repl.tstestcross-env TEMPO_LICENSE_KEY="" vitest runtest:browservitest run -c vitest.browser.config.tstest:cicross-env TEMPO_LICENSE_KEY="" TZ=America/New_York LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 vitest runtest:ci:prefiltercross-env TEMPO_LICENSE_KEY="" TZ=America/New_York LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 TEMPO_PREFILTER_CI=true vitest runtest:distcross-env TEMPO_LICENSE_KEY="" TEST_DIST=true vitest run
Dependencies1
tslib^2.8.1