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
25
Versions published
14
First published
Feb 2026
Publisher
soederpop

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"}'
Publishersoederpop
Artifact bytes30,484,757
Previous version0.4.0
Published2026-06-02T05:51:11.619Z
SHA-2566b8a01b4b6fd050bfaab96aa6abf5766a6efbef5dd62f82f45aa6fe8e6e7bb8b

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.4.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

Scripts8
  • buildfind dist -name '*.d.ts' -o -name '*.d.ts.map' -o -name '*.js' -o -name '*.js.map' | xargs rm -f 2>/dev/null; tsc
  • compilebun build ./src/cli/index.ts --compile --outfile dist/cnotes --external @node-llama-cpp/*
  • compile:allbun build ./src/cli/index.ts --compile --target=bun-linux-x64 --outfile dist/cnotes-linux-x64 --external @node-llama-cpp/* && bun build ./src/cli/index.ts --compile --target=bun-linux-arm64 --outfile dist/cnotes-linux-arm64 --external @node-llama-cpp/* && bun build ./src/cli/index.ts --compile --target=bun-darwin-x64 --outfile dist/cnotes-darwin-x64 --external @node-llama-cpp/* && bun build ./src/cli/index.ts --compile --target=bun-darwin-arm64 --outfile dist/cnotes-darwin-arm64 --external @node-llama-cpp/* && bun build ./src/cli/index.ts --compile --target=bun-windows-x64 --outfile dist/cnotes-windows-x64.exe --external @node-llama-cpp/*
  • examplesbun run scripts/examples/run-all.ts
  • release./scripts/release.sh
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies20
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • luca>= 3.0.2
  • mdast-util-mdxjs-esm^2.0.1
  • mdast-util-to-markdown^2.1.2
  • mdast-util-to-string^4.0.0
  • picomatch^4.0.3
  • rehype-stringify^10.0.1
  • remark-gfm^4.0.0
  • remark-parse^11.0.0
  • remark-rehype^11.1.2
  • remark-stringify^11.0.0
  • unified^11.0.5
  • unist-util-find-after^5.0.0
  • unist-util-find-all-after^5.0.0
  • unist-util-find-all-before^5.0.0
  • unist-util-find-before^4.0.0
  • unist-util-select^5.1.0
  • unist-util-visit^5.0.0
  • zod^4.3.6