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.

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,662
Previous version1.0.1
Published2026-05-29T08:38:39.972Z
SHA-256bb3c987a48aee45502a98c08d6cab41e3811b26fb82713295956828cff2d588b

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
12Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@mpeliz/gtplweb="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