PkgRadar

Package evidence

@stackone/[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
23
First published
Feb 2026
Publisher
stackone-publisher

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":["@stackone/[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":["@stackone/[email protected]"],"fail_on":"review"}'
Artifact bytes18,462,036
Previous version0.6.1
Published2026-04-21T16:07:20.781Z
SHA-2560ca6458d5dc0e165c2ea2acf4cf462ed74c13c3d7d020451dc9cf9ea5ba75b97

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildtsdown --env.NODE_ENV=production --minify && npm run copy-models
  • build:devtsdown --env.NODE_ENV=development && npm run copy-models
  • cleanrimraf dist
  • code:checkbiome check ./src
  • code:check:fixbiome check --write ./src
  • code:formatbiome format ./src
  • code:format:fixbiome format --write ./src
  • code:lintbiome lint --error-on-warnings ./src
  • code:lint:fixbiome lint --write ./src
  • copy-modelsnode -e "const{cpSync,mkdirSync,existsSync,copyFileSync}=require('fs');const s='src/classifiers/models/minilm-full-aug',d='dist/models/minilm-full-aug';if(existsSync(s)){mkdirSync(d,{recursive:true});cpSync(s,d,{recursive:true});console.log('Copied ONNX models to dist/models/')}else{console.warn('ONNX models not found at',s)};const ms='src/sfe/model.ftz',md='dist/sfe/model.ftz';if(existsSync(ms)){mkdirSync('dist/sfe',{recursive:true});copyFileSync(ms,md);console.log('Copied SFE FastText model to dist/sfe/')}else{console.warn('SFE model not found at',ms)}"
  • lintnpm run code:check
  • lint:fixnpm run code:check:fix
  • prebuildnpm run clean
  • prebuild:devnpm run clean
  • prepublishOnlynpm run build
  • publish-releasenpm publish --access=public
  • testFORCE_COLOR=1 vitest run
  • test:typechecktsc --noEmit --project tsconfig.tests.json
  • test:watchFORCE_COLOR=1 vitest watch --silent
Dependencies1
  • nanoid3.3.11