PkgRadar

Package evidence

@povio/[email protected]

Large Javascript Payload: 4643959 bytes

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
1,495Niche · −30% score
Versions published
195Mature · −50% score
First published
Oct 2024
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@povio/[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":["@povio/[email protected]"],"fail_on":"review"}'
Artifact bytes1,495,183
Previous version2.0.8-rc.40
Published2026-05-19T12:32:25.342Z
SHA-256bb2602d51bdd64ff310b64e062edbd27c9223821d0dfbe67662564785328712d

Why flagged

What the scanner saw

Large Javascript Payload: 4643959 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.0.8-rc.41Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/sh.js4643959 bytes10

Manifest

Package metadata

Scripts17
  • buildyarn build:clean && yarn build:cli && yarn build:client
  • build:cleanrm -rf ./dist
  • build:clinode ./esbuild.mjs && chmod +x ./dist/sh.js
  • build:clientvite build
  • checkyarn typecheck && yarn lint && yarn test
  • dev:checkyarn start check --config ./test/config.ts
  • dev:generaterm -rf ./output && yarn start generate --config ./test/config.ts
  • formatoxfmt
  • format:checkoxfmt --check
  • lintoxlint --type-aware --fix
  • lint:checkoxlint --type-aware
  • pushyarn exec ./scripts/publish.sh
  • startnode --import tsx ./src/sh.ts
  • start:distnode ./dist/sh.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • i18next^25.8.11
  • import-fresh^3.3.1