PkgRadar

Package evidence

@schemats/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"zubzub","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"typescript"},"version_anomaly":true,"new_account":false}

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
1
First published
Jun 2026
Publisher
zubzub

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":["@schemats/[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":["@schemats/[email protected]"],"fail_on":"review"}'
Publisherzubzub
Artifact bytes48,242
Previous versionnone
Published2026-06-17T18:35:34.060Z
SHA-25648c397c97a18d2700fb3434f67a86c6a1111db9aa207c43647f6a03abddc2d3e

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"zubzub","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"typescript"},"version_anomaly":true,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
15.0.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"zubzub","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"typescript"},"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts14
  • buildnpm run lint && npm run clean && npm run build:browser && npm run build:server
  • build:browserbrowserify src/index.ts -s jstt -p tsify > dist/bundle.js
  • build:servertsc -d
  • cleanshx rm -rf dist && mkdir dist
  • formatprettier "{src,test}/*.ts" --write
  • format-checkprettier "{src,test}/*.ts" --check
  • linteslint src/*.ts test/*.ts
  • pre-testnpm run clean && npm run format-check && npm run build:server
  • prepublishOnlynpm test
  • stresstestseq 1 10 | xargs -I{} npm test
  • tddconcurrently -r -p '' -k 'npm run watch' 'npm run watch:test'
  • testnpm run pre-test && ava --timeout=300s --verbose
  • watchtsc -w
  • watch:testava -w
Dependencies9
  • @apidevtools/json-schema-ref-parser^11.5.5
  • @types/json-schema^7.0.15
  • @types/lodash^4.17.7
  • is-glob^4.0.3
  • js-yaml^4.1.0
  • lodash^4.17.21
  • minimist^1.2.8
  • prettier^3.2.5
  • tinyglobby^0.2.9