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.

Versions published
13
First published
Apr 2026
Publisher
piyook

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"}'
Publisherpiyook
Artifact bytes5,446
Previous version3.3.1
Published2026-05-11T09:44:21.735Z
SHA-256d36e2aa99cd02ca50cd0137d941dc12ad7a3c72c8fdf828ea0607ea29361583c

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

Scripts12
  • compile-uinpm --prefix ../ui run build
  • docker-startllmock start --foreground
  • docker:rebuilddocker compose down --volumes && docker compose up -d --force-recreate --build
  • docker:restartnpm run docker:stop && npm run docker:start
  • docker:startdocker compose up -d --force-recreate
  • docker:stopdocker compose down --volumes
  • llmock:chatgptllmock --model=chatgpt
  • llmock:embeddingsllmock --model=embeddings
  • llmock:geminillmock --model=gemini
  • llmock:startllmock start
  • llmock:stopllmock stop
  • llmock:streamingllmock --model=streaming
Dependencies1
  • llmock^3.3.2