PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/types/execution.js

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
16,239Mainstream · −50% score
Versions published
173Mature · −50% score
First published
Jul 2020
Publisher
gpanga

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Publishergpanga
Artifact bytes36,553
Previous version0.85.1
Published2026-04-09T14:59:53.261Z
SHA-256ba35aea155134768fded56af75392ec37160fe556d8ea7f2b1c94f97b928515d

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/types/execution.js

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
13Score
0.85.2Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/types/execution.jspackage/dist/types/execution.js45

Manifest

Package metadata

Scripts8
  • buildtsc
  • lintnpm run prettier-fix && eslint . --ext .ts
  • lint:fixnpm run lint -- --fix
  • preparenpm run build
  • prettier-fixprettier --write "src/**/*.ts"
  • semantic-releasesemantic-release
  • testjest --testPathIgnorePatterns=tests/integration.test.ts
  • test:integrationjest --testPathPattern=integration --runInBand
Dependencies2
  • got11.8.6
  • jsonwebtoken9.0.2