Package evidence
@magmacomputing/[email protected]
Obfuscation Density: high encoded/escaped-token density
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
- 365
- Versions published
- 34
- First published
- Mar 2026
- Publisher
- magmacomputing
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":["@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
Obfuscation Density: high encoded/escaped-token density
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
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/support/support.license.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts20
buildnpm run clean && tsc -b && npm run build:bundle && npm run build:resolvebuild:bundlerollup -cbuild:resolvetsx bin/resolve-types.tscleanrm -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 previewparsecross-env TEMPO_LITE=true tsx --conditions=development -i --harmony-temporal --import ./bin/parse.tsprepublishOnlyif [ $(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 --conditions=development -i --import ./bin/temporal-polyfill.ts --import ./bin/repl.tsrepl:baretsx --conditions=development -i --harmony-temporalrepl:corecross-env TEMPO_LITE=true tsx --conditions=development -i --harmony-temporal --import ./bin/core.tsrepl:disttsx -i --import ./bin/temporal-polyfill.ts --import ./bin/repl.tsrepl:nodetsx --conditions=development -i --harmony-temporal --import ./bin/repl.tstestvitest runtest:cicross-env TZ=America/New_York LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 vitest runtest:ci:prefiltercross-env TZ=America/New_York LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 TEMPO_PREFILTER_CI=true vitest runtest:distcross-env TEST_DIST=true vitest run
Dependencies1
tslib^2.8.1