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
2
First published
Jun 2026
Publisher
carlosfmontero

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"}'
Artifact bytes251,933
Previous versionnone
Published2026-06-07T09:50:38.588Z
SHA-2568d80deadef6efc1168495b35ebb754852a50982bb5ed21f7d416d64caf8c6620

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

Scripts21
  • adaptnode tools/adapt-spec-pack.mjs
  • crawlnode tools/crawl-repo.mjs
  • devnode server/index.mjs
  • fetch-livenode tools/fetch-live-pack.mjs
  • lint:adapternode --check tools/adapt-spec-pack.mjs && node --check tools/lib/adapter.mjs && node --check tools/lib/mini-yaml.mjs
  • lint:crawlernode --check tools/crawl-repo.mjs && node --check tools/lib/crawler.mjs
  • lint:fetchernode --check tools/fetch-live-pack.mjs
  • lint:servernode --check server/index.mjs
  • lint:studionode --check studio/app.mjs
  • servenode server/index.mjs
  • startnode server/index.mjs
  • sync-specnode tools/sync-spec.mjs
  • sync-spec:checknode tools/sync-spec.mjs --check
  • test:adaptnode tools/test-adapt.mjs
  • test:compilenode tools/test-compile.mjs
  • test:crawlnode tools/test-crawl.mjs
  • test:fetchnode tools/test-fetch-live.mjs
  • test:packsnode tools/test-packs.mjs
  • test:servernode server/test-smoke.mjs
  • validatenode tools/validate-pack.mjs vendor/observability-pack-spec/v1.2/examples/payment-service.pack.yaml
  • validate-packnode tools/validate-pack.mjs
Dependencies1
  • express^5.0.0