PkgRadar

Package evidence

[email protected]

no findings

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
261Mature · −50% score
First published
Mar 2021
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No 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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes401,064
Previous version2.26.0
Published2026-05-27T21:33:32.199Z
SHA-25601e8fb94a18c4ce5d120c5eb45228bbe43ced6018ed62a4e6cfba6028aa9229f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.27.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Python Bun Js Exec — python file references the bun javascript runtime — cross-language execution

37 members · evidence strength 90
Repeated static TTPcandidate

Python Bun Js Exec — python file references the bun javascript runtime — cross-language execution

37 members · max score 411

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildtsc --noEmit && tsup
  • check-depsknip
  • devtsup --watch
  • exampletsx example.mts
  • formatprettier --write src/ tests/ example.mts
  • generatenpm-run-all generate:* && pnpm run format
  • generate:apipython ./../../spec/remove_extra_tags.py sandboxes snapshots templates tags auth volumes && openapi-typescript ../../spec/openapi_generated.yml -x api_key --array-length --alphabetize --default-non-nullable false --output src/api/schema.gen.ts
  • generate:envdcd ../../spec/envd && buf generate --template buf-js.gen.yaml
  • generate:envd-apiopenapi-typescript ../../spec/envd/envd.yaml -x api_key --array-length --alphabetize --output src/envd/schema.gen.ts
  • generate:mcpjson2ts -i ./../../spec/mcp-server.json -o src/sandbox/mcp.d.ts --unreachableDefinitions --style.singleQuote --no-style.semi
  • generate:volume-apiopenapi-typescript ../../spec/openapi-volumecontent.yml -x api_key --array-length --alphabetize --output src/volume/schema.gen.ts
  • linteslint src/ tests/
  • postPublish./scripts/post-publish.sh || true
  • pretestnpx playwright install --with-deps chromium
  • testvitest run
  • test:bunbun test tests/runtimes/bun --env-file=.env
  • test:denodeno test tests/runtimes/deno/ --allow-net --allow-read --allow-env --unstable-sloppy-imports --trace-leaks
  • test:integrationE2B_INTEGRATION_TEST=1 vitest run tests/integration/**
  • typechecktsc --noEmit
Dependencies11
  • @bufbuild/protobuf^2.6.2
  • @connectrpc/connect2.0.0-rc.3
  • @connectrpc/connect-web2.0.0-rc.3
  • chalk^5.3.0
  • compare-versions^6.1.0
  • dockerfile-ast^0.7.1
  • glob^11.1.0
  • openapi-fetch^0.14.1
  • platform^1.3.6
  • tar^7.5.11
  • undici^7.25.0