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.

Weekly downloads
615
Versions published
23Established · −30% score
First published
Sep 2025
Publisher
novita_ai

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":["[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"}'
Publishernovita_ai
Artifact bytes665,545
Previous version2.0.0
Published2026-06-09T13:34:13.956Z
SHA-2562ce002e6a267386e3209974fbca02222fb2ab1dd7b063b4746e1547b76771b83

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
2.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildtsc --noEmit && tsup
  • check-depsknip
  • cleanrimraf dist
  • devtsup --watch
  • formatprettier --write src/**/*.ts
  • 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/core/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/core/envd/schema.gen.ts
  • generate:volume-apiopenapi-typescript ../spec/openapi-volumecontent.yml -x api_key --array-length --alphabetize --output src/core/volume/schema.gen.ts
  • linteslint src/**/*.ts tests/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • testvitest run
  • test:code-interpretervitest run ./src/code-interpreter/ --reporter verbose --run
  • test:corevitest run ./src/core/ --reporter verbose --run
  • test:desktopvitest run ./src/desktop/ --reporter verbose --run
  • typechecktsc --noEmit
  • update-depsncu -u && pnpm i
Dependencies10
  • @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