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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts26
artifactsnapi artifactsbuildnpm run build:native && npm run build:tsbuild:debugnpm run build:native:debug && npm run build:tsbuild:nativenapi build --platform --release --cargo-cwd crates/kc-node --js index.js --dts index.d.tsbuild:native:debugnapi build --platform --cargo-cwd crates/kc-node --js index.js --dts index.d.tsbuild:tstsup && node scripts/fix-dts.jscleannode -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 warningscoverage: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.cjsexample:esmnode examples/esm-example.mjsexample:tstsx examples/ts-example.tsexamplesnpm run example:cjs && npm run example:esm && npm run example:tsformatprettier --write "src/**/*.{ts,js}" "__tests__/**/*.ts"format:rustcargo fmt --alllinteslint "src/**/*.ts" "__tests__/**/*.ts"preartifactsnode scripts/create-npm-dirs.jstestnpm run test:rust && npm run test:vitest && npm run test:dualtest:coveragecross-env VITE_CJS_IGNORE_WARNING=true vitest run --coveragetest:coverage:uicross-env VITE_CJS_IGNORE_WARNING=true vitest --coverage --uitest:dualnode __tests__/cjs.test.cjs && node __tests__/esm.test.mjstest:rustcross-env CARGO_INCREMENTAL=0 cargo test --workspace --exclude kc-nodetest:vitestcross-env VITE_CJS_IGNORE_WARNING=true vitest runtest:watchcross-env VITE_CJS_IGNORE_WARNING=true vitesttypechecktsc --noEmitversionnode 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