PkgRadar

Package evidence

@mlc-ai/[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.

Weekly downloads
311
Versions published
10Established · −30% score
First published
Sep 2024
Publisher
akaashrp

Effective trust discount applied: 30% (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":["@mlc-ai/[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":["@mlc-ai/[email protected]"],"fail_on":"review"}'
Publisherakaashrp
Artifact bytes82,269
Previous version0.24.0-dev2
Published2026-04-13T17:00:58.545Z
SHA-2563ed895da4a24760aae1dcec617b1e7cae37616e4e9872257eaefec671b8a19aa

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

low
Last checked
lowRisk
0Score
0.24.0-dev3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildrollup -c
  • bundlenpm run build && cp lib/index.js dist/index.js && cp lib/index.js dist/tvmjs.bundle.js
  • examplenpm run bundle && node apps/node/example.js
  • example:wasinpm run bundle && node --experimental-wasi-unstable-preview1 --experimental-wasm-bigint apps/node/wasi_example.js
  • linteslint -c .eslintrc.cjs .
  • prepwasmmake && python tests/python/prepare_test_libs.py
  • rpcnpm run bundle && node --experimental-wasi-unstable-preview1 --experimental-wasm-bigint apps/node/wasi_rpc_server.js
  • testpython run_jest.py
  • typedoctypedoc src/index.ts --plugin typedoc-plugin-missing-exports
Dependencies3
  • audit^0.0.6
  • fix^0.0.6
  • tslib^2.8.1