PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes931,055
Previous version1.29.0
Published2026-05-07T20:28:47.733Z
SHA-2563a4fbad20fc620858198c27477ad4062bf5695195abfc1bda07ddf36af0d8131

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/terra-draw.cjsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/terra-draw.modern.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/terra-draw.module.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/terra-draw.umd.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts16
  • benchmarktsx ./src/terra-draw.benchmark.ts
  • buildmicrobundle
  • formatprettier --ignore-path .gitignore --write "**/*.+(js|ts|json)"
  • format:quietprettier --ignore-path .gitignore --write "**/*.+(js|ts|json)" --log-level=silent
  • linteslint src/
  • lint:fixeslint --fix src/
  • lint:fix:quieteslint --fix --quiet src/
  • lint:quieteslint --quiet src/
  • releaseTYPE=$(node ../../bump.mjs) && commit-and-tag-version .versionrc.cjs -t terra-draw@ --release-as $TYPE
  • release:dryrunTYPE=$(node ../../bump.mjs) && commit-and-tag-version .versionrc.cjs -t terra-draw@ --dry-run --release-as $TYPE
  • testjest --config jest.config.ts
  • test:coveragejest --config jest.config.ts --coverage
  • test:nocheckjest --config jest.nocheck.config.ts
  • test:nocheck:coveragejest --config jest.nocheck.config.ts --coverage
  • unusedknip
  • watchmicrobundle --watch --format modern