PkgRadar

Package evidence

@mpeliz/[email protected]

Remote Dependency Spec: dependencies.@mpeliz/gtplweb="github:garag-lib/GTPLWeb"

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
285
Versions published
3
First published
Apr 2026
Publisher
mpeliz

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":["@mpeliz/[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":["@mpeliz/[email protected]"],"fail_on":"review"}'
Publishermpeliz
Artifact bytes51,663
Previous version1.0.0
Published2026-05-29T08:37:08.702Z
SHA-2561289a0c6e881a401218a677bc5321e622c4a524a431ee3fa989ad512d87d4eb4

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@mpeliz/gtplweb="github:garag-lib/GTPLWeb"

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

Availability ledger

available

review
Last checked
reviewRisk
24Score
1.0.1Version
Status history (2 events)
  1. availableavailable · risk review · score 24 · status available -> available, risk high -> review, score 47 -> 24
  2. newavailable · risk high · score 47 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@mpeliz/gtplweb="github:garag-lib/GTPLWeb"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@mpeliz/gtplweb added in 1.0.1 vs 1.0.0: "github:garag-lib/GTPLWeb"12

Manifest

Package metadata

Scripts6
  • aotnode ./node_modules/@mpeliz/gtplweb/tools/aot-prebuild.js
  • build:bundlenpm run clean && npm run aot && node ./node_modules/@mpeliz/gtplweb/tools/app-build.js --mode bundle
  • build:bundle-splitnpm run clean && npm run aot && node ./node_modules/@mpeliz/gtplweb/tools/app-build.js --mode bundle-split
  • build:devnpm run clean && npm run aot && node ./node_modules/@mpeliz/gtplweb/tools/app-build.js --mode dev
  • cleanrm -rf src-aot www/dist
  • serverphp -S 0.0.0.0:8080 -t www
Dependencies6
  • @mpeliz/gtplwebgithub:garag-lib/GTPLWeb
  • esbuild^0.25.11
  • glob^11.0.3
  • jsdom^27.0.1
  • sass^1.93.3
  • typescript^5.9.3