PkgRadar

Package evidence

@kryxjs/[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
1
First published
Jun 2026
Publisher
brashkie

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":["@kryxjs/[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":["@kryxjs/[email protected]"],"fail_on":"review"}'
Publisherbrashkie
Artifact bytes448,217
Previous versionnone
Published2026-06-09T02:13:54.453Z
SHA-256f101d29b351fd9e17f263cfd07cc84a051e61cbcd1585d088111c7093e24a2e9

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts26
  • artifactsnapi artifacts
  • buildnpm run build:native && npm run build:ts
  • build:debugnpm run build:native:debug && npm run build:ts
  • build:nativenapi build --platform --release --cargo-cwd crates/kc-node --js index.js --dts index.d.ts
  • build:native:debugnapi build --platform --cargo-cwd crates/kc-node --js index.js --dts index.d.ts
  • build:tstsup && node scripts/fix-dts.js
  • cleannode -e "const fs=require('fs');['dist','target','index.js','index.d.ts','npm'].forEach(p=>fs.rmSync(p,{recursive:true,force:true}));fs.readdirSync('.').filter(f=>f.endsWith('.node')).forEach(f=>fs.rmSync(f,{force:true}));console.log('✓ Cleaned')"
  • clippycargo clippy --workspace --all-targets -- -D warnings
  • coverage:opennode -e "require('child_process').exec(process.platform==='win32'?'start coverage/index.html':process.platform==='darwin'?'open coverage/index.html':'xdg-open coverage/index.html')"
  • example:cjsnode examples/cjs-example.cjs
  • example:esmnode examples/esm-example.mjs
  • example:tstsx examples/ts-example.ts
  • examplesnpm run example:cjs && npm run example:esm && npm run example:ts
  • formatprettier --write "src/**/*.{ts,js}" "__tests__/**/*.ts"
  • format:rustcargo fmt --all
  • linteslint "src/**/*.ts" "__tests__/**/*.ts"
  • preartifactsnode scripts/create-npm-dirs.js
  • testnpm run test:rust && npm run test:vitest && npm run test:dual
  • test:coveragecross-env VITE_CJS_IGNORE_WARNING=true vitest run --coverage
  • test:coverage:uicross-env VITE_CJS_IGNORE_WARNING=true vitest --coverage --ui
  • test:dualnode __tests__/cjs.test.cjs && node __tests__/esm.test.mjs
  • test:rustcross-env CARGO_INCREMENTAL=0 cargo test --workspace --exclude kc-node
  • test:vitestcross-env VITE_CJS_IGNORE_WARNING=true vitest run
  • test:watchcross-env VITE_CJS_IGNORE_WARNING=true vitest
  • typechecktsc --noEmit
  • versionnode scripts/sync-versions.js && napi version
Optional dependencies7
  • @kryxjs/core-darwin-arm640.1.0
  • @kryxjs/core-darwin-x640.1.0
  • @kryxjs/core-linux-arm64-gnu0.1.0
  • @kryxjs/core-linux-x64-gnu0.1.0
  • @kryxjs/core-linux-x64-musl0.1.0
  • @kryxjs/core-win32-arm64-msvc0.1.0
  • @kryxjs/core-win32-x64-msvc0.1.0