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
118
Versions published
17Established · −30% score
First published
Dec 2023
Publisher
robert.guehne

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherrobert.guehne
Artifact bytes52,290
Previous version1.0.3
Published2026-03-21T13:59:35.194Z
SHA-256e726284c3027dba2fdd8b7ce0d13829b607376035b7bb244a1d27f19b5a25661

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildpnpm copyfiles && pnpm build:types && pnpm build:swc
  • build:swcswc ./src -d ./dist --config-file .swcrc --strip-leading-paths
  • build:typestsc --outDir dist --rootDir ./src
  • cleanrimraf {dist,*.tsbuildinfo}
  • copyfilescopyfiles -u 1 "src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}" dist/
  • devnext dev dev --turbo
  • dev:generate-importmappnpm dev:payload generate:importmap
  • dev:generate-typespnpm dev:payload generate:types
  • dev:payloadcross-env PAYLOAD_CONFIG_PATH=./dev/payload.config.ts payload
  • generate:importmappnpm dev:generate-importmap
  • generate:typespnpm dev:generate-types
  • linteslint
  • lint:fixeslint ./src --fix
  • testpnpm test:int && pnpm test:e2e
  • test:e2eplaywright test
  • test:intvitest
Dependencies4
  • axios^1.6.8
  • iso-639-1^3.1.2
  • node-fetch^3.3.2
  • openai^4.46.1