PkgRadar

Package evidence

@mamindom/[email protected]

Known Indicator Filename: package/dist/gen/bundle.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
1,417Niche · −30% score
Versions published
135
First published
Mar 2026
Publisher
kaviukvlad

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@mamindom/[email protected]"],"fail_on":"high"}'

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":["@mamindom/[email protected]"],"fail_on":"high"}'
Publisherkaviukvlad
Artifact bytes116,629
Previous version1.0.136
Published2026-05-22T06:58:19.705Z
SHA-25679ef6eb52fdc672e349e4ee9f96f3134208a29a16f5d31ec8bc6afb5428cfa07

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/gen/bundle.js

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

Availability ledger

available

high
Last checked
highRisk
31Score
1.0.137Version
Status history (1 event)
  1. newavailable · risk high · score 31 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/gen/bundle.jspackage/dist/gen/bundle.js45

Manifest

Package metadata

Scripts2
  • buildtsc -p tsconfig.build.json && cp -R proto dist/
  • generatemkdir -p gen && protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit
Dependencies3
  • @nestjs/microservices^11.1.16
  • rxjs^7.8.2
  • ts-proto^2.11.4