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
739
Versions published
354Mature · −50% score
First published
Jul 2022
Publisher
manueldelapenna

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

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 bytes886,043
Previous version2.2.11
Published2026-05-28T19:55:06.036Z
SHA-256b1d5c139c3c277bc272f89e0ab872d07d086ff0821cbac6f893d370864272787

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • bdumpnpm run build && npm run dump
  • build(tsc -p src/server || echo "continue w/error") && (tsc -p src/unlogged || echo "continue w/error") && (tsc -p src/client || echo "continue w/error") && mixin-patch
  • build-client(tsc -p src/client || echo "continue w/error") && mixin-patch
  • build-unlogged(tsc -p src/unlogged || echo "continue w/error") && mixin-patch
  • dumpnpm start -- --dump-db
  • git-commitgit add package.json && (git commit -m "upgrading stack dependencies" || true)
  • mixin-patchmixin-patch
  • preparenpm run build
  • push-publishnpm version patch && npm run git-commit && npm publish && git push
  • startnode dist/server/server/server-dmencu.js
  • testmocha --reporter spec --bail --check-leaks test/
  • watch:buildC(tsc -p src/client --watch || echo "continue w/error")
  • watch:buildS(tsc -p src/server --watch || echo "continue w/error")
  • watch:buildU(tsc -p src/unlogged --watch || echo "continue w/error")
Dependencies15
  • @mui/material^5.16.7
  • backend-plus^2.6.1
  • cast-error^0.1.3
  • like-ar^0.3.9
  • meta-enc^1.4.16
  • procesamiento^2.0.10
  • qrcode^1.5.3
  • react~17.0.2
  • react-dom~17.0.2
  • react-redux~7.2.6
  • redux~4.1.2
  • redux-typed-reducer~0.1.1
  • row-validator^1.0.0-rc1
  • service-worker-admin^0.2.2
  • yazl~2.5.1