PkgRadar

Package evidence

@manycore/[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
2
First published
Jun 2026
Publisher
manycore_admin

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":["@manycore/[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":["@manycore/[email protected]"],"fail_on":"review"}'
Artifact bytes220,584
Previous version0.3.9-alpha.1
Published2026-06-04T14:48:04.587Z
SHA-2560e865c2c9e39b61a47866e2c6fc7ff8fc67282c16ed2888d36dd84e840c424ed

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildyarn build:dashboard && kjln baozheng:build && node -e "const fs=require('fs');const p=require('path').join('dist','cli.js');const c=fs.readFileSync(p,'utf8');if(!c.startsWith('#!'))fs.writeFileSync(p,'#!/usr/bin/env node\n'+c);"
  • build:ciyarn build:dashboard && kjln baozheng:build && node -e "const fs=require('fs');const p=require('path').join('dist','cli.js');const c=fs.readFileSync(p,'utf8');if(!c.startsWith('#!'))fs.writeFileSync(p,'#!/usr/bin/env node\n'+c);"
  • build:dashboardyarn prepare:rollup-native && vite build --config vite.dashboard.config.ts
  • devkjln baozheng:dev
  • generate:changelogauto-changelog
  • generate:docsyarn build && node scripts/generate-command-docs.js
  • prebuildnode ../../scripts/ensure-workspace-builds.cjs packages/kam-openapi-sdk/dist/index.js packages/kam-openapi-config/dist/index.js -- "yarn workspace @manycore/kam-openapi-sdk build && yarn workspace @manycore/kam-openapi-config build"
  • prepare:rollup-nativenode ./scripts/ensure-rollup-native.cjs
  • pretestnode ../../scripts/ensure-workspace-builds.cjs packages/kam-openapi-sdk/dist/index.js packages/kam-openapi-config/dist/index.js -- "yarn workspace @manycore/kam-openapi-sdk build && yarn workspace @manycore/kam-openapi-config build" && node ../../scripts/ensure-workspace-builds.cjs packages/kam-ksg2d-renderer/dist/index.js -- "yarn workspace @manycore/kam-ksg2d-renderer build"
  • testvitest run
  • test:civitest run
Dependencies6
  • @manycore/kam-openapi-config0.3.9-alpha.3
  • @manycore/kam-openapi-sdk0.3.9-alpha.3
  • commander^13.1.0
  • env-paths^3.0.0
  • fastify^5.6.1
  • zod^4.0.0